index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
/
pixelstore.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
replace IROUND with util functions
Dylan Baker
2020-04-21
1
-2
/
+3
*
mesa: don't ever bind NullBufferObj for glBindBuffer targets
Marek Olšák
2020-04-06
1
-6
/
+3
*
mesa: tidy up white space in pixelstore.c
Timothy Arceri
2017-06-29
1
-6
/
+6
*
mesa: add KHR_no_error support for glPixelStore*()
Timothy Arceri
2017-06-29
1
-0
/
+13
*
mesa: add pixel_storei() helper
Timothy Arceri
2017-06-29
1
-46
/
+57
*
mesa: move _mesa_compressed_texture_pixel_storage_error_check()
Brian Paul
2014-08-16
1
-0
/
+42
*
mesa: Add new pixel pack/unpack state for
Chris Forbes
2014-06-10
1
-0
/
+64
*
mesa: Trim down PixelStorei implementation
Chris Forbes
2014-06-10
1
-119
/
+56
*
mesa: remove outdated version lines in comments
Rico Schüller
2013-06-05
1
-1
/
+0
*
mesa: Restore 78-column wrapping of license text in C-style comments.
Kenneth Graunke
2013-04-23
1
-3
/
+4
*
mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: remove _NEW_PACKUNPACK
Marek Olšák
2013-04-24
1
-17
/
+0
*
mesa: remove #include "mfeatures.h" from numerous source files
Brian Paul
2013-04-17
1
-1
/
+0
*
mesa: Drop manual checks for outside begin/end.
Eric Anholt
2013-01-21
1
-1
/
+0
*
mesa: remove FEATURE_EXT_pixel_buffer_object define.
Oliver McFadden
2012-09-15
1
-6
/
+0
*
mesa/es: Validate glPixelStore pname in Mesa code rather than the ES wrapper
Ian Romanick
2012-08-29
1
-2
/
+37
*
mesa: Round the argument to PixelStoref instead of truncating.
Eric Anholt
2011-10-20
1
-1
/
+1
*
mesa: remove support for GL_APPLE_client_storage extension
Brian Paul
2011-09-22
1
-9
/
+0
*
mesa: Directly include mfeatures.h in files that perform feature tests.
Vinson Lee
2011-01-07
1
-0
/
+1
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-1
/
+1
*
mesa: Remove unnecessary headers from pixelstore.c.
Vinson Lee
2010-01-18
1
-3
/
+0
*
mesa: move the NullBufferObj from GLcontext to gl_shared_state
Brian Paul
2009-05-07
1
-3
/
+6
*
mesa: refactor: move initialization of DefaultPacking state.
Brian Paul
2008-09-21
1
-0
/
+20
*
mesa: refactor: new _mesa_init_pixelstore() function
Brian Paul
2008-09-21
1
-0
/
+37
*
mesa: refactor: move glPixelStore function into new pixelstore.c file
Brian Paul
2008-09-21
1
-0
/
+226