History log of /external/mesa3d/src/mesa/main/pixelstore.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
4114dee99ecd848693302078597076ced9426f95 27-Jul-2012 Ian Romanick <ian.d.romanick@intel.com> mesa/es: Validate glPixelStore pname in Mesa code rather than the ES wrapper

v2: Add proper core-profile and GLES3 filtering.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
/external/mesa3d/src/mesa/main/pixelstore.c
f80e1e7d1de80fd919f376368d1cfc9416dabdc3 18-Oct-2011 Eric Anholt <eric@anholt.net> mesa: Round the argument to PixelStoref instead of truncating.

From the GL 2.1 specification, page 114 (page 128 of the PDF):

"The version of PixelStore that takes a floating-point value
may be used to set any type of parameter; if the parameter is
boolean, then it is set to FALSE if the passed value is 0.0
and TRUE otherwise, while if the parameter is an integer, then
the passed value is rounded to the nearest integer."

Fixes piglit roundmode-pixelstore.
Note: This is a candidate for the 7.11 branch.

Reviewed-by: Brian Paul <brianp@vmware.com>
/external/mesa3d/src/mesa/main/pixelstore.c
9e9a76eea17bc92c8ac74323c99e10b9480ee583 22-Sep-2011 Brian Paul <brianp@vmware.com> mesa: remove support for GL_APPLE_client_storage extension

AFAIK, there are few users of this extension and I can see a couple
reasons why this is probably broken in Mesa anyway.

Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
/external/mesa3d/src/mesa/main/pixelstore.c
db61b9ce39bccc43140357652ceb78baaf2aea44 07-Jan-2011 Vinson Lee <vlee@vmware.com> mesa: Directly include mfeatures.h in files that perform feature tests.
/external/mesa3d/src/mesa/main/pixelstore.c
f9995b30756140724f41daf963fa06167912be7f 12-Oct-2010 Kristian Høgsberg <krh@bitplanet.net> Drop GLcontext typedef and use struct gl_context instead
/external/mesa3d/src/mesa/main/pixelstore.c
2f83948370c686d1f5f0b1e0d23b5286169e850d 19-Jan-2010 Vinson Lee <vlee@vmware.com> mesa: Remove unnecessary headers from pixelstore.c.
/external/mesa3d/src/mesa/main/pixelstore.c
4f6b704f9796775d8d9937c3cf75a2901b99b896 07-May-2009 Brian Paul <brianp@vmware.com> mesa: move the NullBufferObj from GLcontext to gl_shared_state

Since shared array objects may point to the null/default buffer object,
the null/default buffer object should be part of the shared state.
/external/mesa3d/src/mesa/main/pixelstore.c
bb00f09f1bfb195206ffac6481d83ecf57fd37ce 20-Jun-2008 Brian Paul <brian.paul@tungstengraphics.com> mesa: refactor: move initialization of DefaultPacking state.
/external/mesa3d/src/mesa/main/pixelstore.c
533c1dbe7582bdd72f671eef02e085f0c43159e2 09-Jun-2008 Brian Paul <brian.paul@tungstengraphics.com> mesa: refactor: new _mesa_init_pixelstore() function
(cherry picked from commit 5f91007f996d0b7e3233f221a6b0056203e356d2)
/external/mesa3d/src/mesa/main/pixelstore.c
411d6672a6f3b228faebcf13da90388ea7671ae2 09-Jun-2008 Brian Paul <brian.paul@tungstengraphics.com> mesa: refactor: move glPixelStore function into new pixelstore.c file
/external/mesa3d/src/mesa/main/pixelstore.c