summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/pixelstore.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: remove support for GL_APPLE_client_storage extensionBrian Paul2011-09-221-9/+0
* mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee2011-01-071-0/+1
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-1/+1
* mesa: Remove unnecessary headers from pixelstore.c.Vinson Lee2010-01-181-3/+0
* mesa: move the NullBufferObj from GLcontext to gl_shared_stateBrian Paul2009-05-071-3/+6
* mesa: refactor: move initialization of DefaultPacking state.Brian Paul2008-09-211-0/+20
* mesa: refactor: new _mesa_init_pixelstore() functionBrian Paul2008-09-211-0/+37
* mesa: refactor: move glPixelStore function into new pixelstore.c fileBrian Paul2008-09-211-0/+226