summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/pixelstore.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: move _mesa_compressed_texture_pixel_storage_error_check()Brian Paul2014-08-161-0/+42
* mesa: Add new pixel pack/unpack state forChris Forbes2014-06-101-0/+64
* mesa: Trim down PixelStorei implementationChris Forbes2014-06-101-119/+56
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* mesa: remove _NEW_PACKUNPACKMarek Olšák2013-04-241-17/+0
* mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul2013-04-171-1/+0
* mesa: Drop manual checks for outside begin/end.Eric Anholt2013-01-211-1/+0
* mesa: remove FEATURE_EXT_pixel_buffer_object define.Oliver McFadden2012-09-151-6/+0
* mesa/es: Validate glPixelStore pname in Mesa code rather than the ES wrapperIan Romanick2012-08-291-2/+37
* mesa: Round the argument to PixelStoref instead of truncating.Eric Anholt2011-10-201-1/+1
* 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