summaryrefslogtreecommitdiff
path: root/src/mesa/main/pixelstore.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-16mesa: move _mesa_compressed_texture_pixel_storage_error_check()Brian Paul1-0/+42
2014-06-10mesa: Add new pixel pack/unpack state forChris Forbes1-0/+64
2014-06-10mesa: Trim down PixelStorei implementationChris Forbes1-119/+56
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2013-04-24mesa: remove _NEW_PACKUNPACKMarek Olšák1-17/+0
2013-04-17mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul1-1/+0
2013-01-21mesa: Drop manual checks for outside begin/end.Eric Anholt1-1/+0
2012-09-15mesa: remove FEATURE_EXT_pixel_buffer_object define.Oliver McFadden1-6/+0
2012-08-29mesa/es: Validate glPixelStore pname in Mesa code rather than the ES wrapperIan Romanick1-2/+37
2011-10-20mesa: Round the argument to PixelStoref instead of truncating.Eric Anholt1-1/+1
2011-09-22mesa: remove support for GL_APPLE_client_storage extensionBrian Paul1-9/+0
2011-01-07mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee1-0/+1
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-1/+1
2010-01-18mesa: Remove unnecessary headers from pixelstore.c.Vinson Lee1-3/+0
2009-05-07mesa: move the NullBufferObj from GLcontext to gl_shared_stateBrian Paul1-3/+6
2008-09-21mesa: refactor: move initialization of DefaultPacking state.Brian Paul1-0/+20
2008-09-21mesa: refactor: new _mesa_init_pixelstore() functionBrian Paul1-0/+37
2008-09-21mesa: refactor: move glPixelStore function into new pixelstore.c fileBrian Paul1-0/+226