index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
/
pixel.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Avoid double promotion.
Matt Turner
2015-07-29
1
-2
/
+2
*
mesa: remove unneeded #include of colormac.h
Brian Paul
2015-04-01
1
-1
/
+0
*
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 #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
-12
/
+0
*
dispatch: Delete unused init_dispatch functions.
Paul Berry
2012-11-06
1
-20
/
+0
*
dispatch: Make all API functions non-static.
Paul Berry
2012-11-06
1
-11
/
+11
*
mesa: remove FEATURE_pixel_transfer define.
Oliver McFadden
2012-09-15
1
-6
/
+0
*
mesa: remove unused gl_pixelmap::Map8[] array
Brian Paul
2012-02-10
1
-2
/
+0
*
meta: fix GetTexImage() for luminance, l/a, intensity formats
Brian Paul
2011-09-30
1
-1
/
+1
*
mesa: fix error handling for glPixelZoom
Yuanhan Liu
2011-09-19
1
-0
/
+2
*
Squashed commit of the following:
Brian Paul
2011-04-26
1
-21
/
+53
*
mesa: remove _MESA_NEW_TRANSFER_STATE
Brian Paul
2011-03-23
1
-1
/
+1
*
mesa: move PBO-related functions into a new file
Brian Paul
2011-02-28
1
-0
/
+1
*
mesa: remove GL_SGI_texture_color_table support
Brian Paul
2011-02-28
1
-3
/
+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
-6
/
+6
*
mesa: Remove EXT_convolution.
Eric Anholt
2010-09-23
1
-82
/
+0
*
mesa: Remove SGI_color_matrix.
Eric Anholt
2010-09-23
1
-66
/
+0
*
mesa: Remove SGI_color_table.
Eric Anholt
2010-09-23
1
-14
/
+0
*
mesa: Remove EXT_histogram.
Eric Anholt
2010-09-23
1
-8
/
+0
*
mesa: Move src/mesa/glapi/dispatch.h to mesa.
Chia-I Wu
2010-02-25
1
-1
/
+1
*
mesa: Remove dead error condition.
Vinson Lee
2010-02-25
1
-1
/
+1
*
mesa: replace old MEMCPY macro with memcpy
Brian Paul
2010-02-19
1
-2
/
+2
*
mesa: Enable true refcounting for NullBufferObj.
Michal Krol
2010-02-09
1
-2
/
+6
*
mesa: Remove unnecessary header from pixel.c.
Vinson Lee
2010-01-18
1
-1
/
+0
*
mesa/main: Make FEATURE_pixel_transfer follow feature conventions.
Chia-I Wu
2009-09-24
1
-9
/
+31
*
mesa: use new _mesa_map_pbo_source/dest() functions in more places
Brian Paul
2009-09-03
1
-158
/
+81
*
mesa: use _mesa_is_bufferobj()
Brian Paul
2009-08-12
1
-12
/
+12
*
mesa: move the NullBufferObj from GLcontext to gl_shared_state
Brian Paul
2009-05-07
1
-6
/
+6
*
mesa: fix comment typo
Brian Paul
2009-04-22
1
-1
/
+1
*
mesa: s/_IMAGE_NEW_TRANSFER_STATE/_MESA_NEW_TRANSFER_STATE/ to be more consis...
Brian Paul
2009-02-10
1
-1
/
+1
*
mesa: new _mesa_is_pow_two() function
Brian
2008-11-10
1
-3
/
+3
*
mesa: Apply MSVC portability fixes from Alan Hourihane.
José Fonseca
2008-09-23
1
-1
/
+1
*
mesa: refactor: move initialization of DefaultPacking state.
Brian Paul
2008-09-21
1
-20
/
+0
*
mesa: refactor: move pixel map/scale/bias code into image.c
Brian Paul
2008-09-21
1
-407
/
+11
*
mesa: refactor: new _mesa_init_pixelstore() function
Brian Paul
2008-09-21
1
-28
/
+0
*
mesa: refactor: move glPixelStore function into new pixelstore.c file
Brian Paul
2008-09-21
1
-196
/
+0
*
merge from master
Brian
2007-03-21
1
-311
/
+172
|
\
|
*
Colortable re-org.
Brian
2007-03-16
1
-12
/
+8
|
*
pixelmap code simplification
Brian
2007-03-14
1
-253
/
+124
|
*
Re-org of gl_pixel_attrib struct.
Brian
2007-03-14
1
-112
/
+106
*
|
fix ctx->Pixel.PostConvolutionScale/Bias subscript bugs
Brian
2007-03-13
1
-6
/
+6
|
/
*
s/GLchan/GLubyte/
Brian Paul
2006-10-24
1
-4
/
+4
*
Consolidate, move, fix code related to color index and stencil image transfer
Brian Paul
2006-10-13
1
-81
/
+0
*
Revamp color table code.
Brian Paul
2006-10-13
1
-416
/
+176
*
remove _mesa_chan_to_float_span(), rename _mesa_map_ci8_to_rgba()
Brian Paul
2006-10-12
1
-68
/
+4
[next]