index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
/
pixel.c
Age
Commit message (
Expand
)
Author
2010-10-13
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-09-23
mesa: Remove EXT_convolution.
Eric Anholt
2010-09-23
mesa: Remove SGI_color_matrix.
Eric Anholt
2010-09-23
mesa: Remove SGI_color_table.
Eric Anholt
2010-09-23
mesa: Remove EXT_histogram.
Eric Anholt
2010-02-25
mesa: Move src/mesa/glapi/dispatch.h to mesa.
Chia-I Wu
2010-02-25
mesa: Remove dead error condition.
Vinson Lee
2010-02-19
mesa: replace old MEMCPY macro with memcpy
Brian Paul
2010-02-09
mesa: Enable true refcounting for NullBufferObj.
Michal Krol
2010-01-18
mesa: Remove unnecessary header from pixel.c.
Vinson Lee
2009-09-24
mesa/main: Make FEATURE_pixel_transfer follow feature conventions.
Chia-I Wu
2009-09-03
mesa: use new _mesa_map_pbo_source/dest() functions in more places
Brian Paul
2009-08-12
mesa: use _mesa_is_bufferobj()
Brian Paul
2009-05-07
mesa: move the NullBufferObj from GLcontext to gl_shared_state
Brian Paul
2009-04-22
mesa: fix comment typo
Brian Paul
2009-02-10
mesa: s/_IMAGE_NEW_TRANSFER_STATE/_MESA_NEW_TRANSFER_STATE/ to be more consis...
Brian Paul
2008-11-10
mesa: new _mesa_is_pow_two() function
Brian
2008-09-23
mesa: Apply MSVC portability fixes from Alan Hourihane.
José Fonseca
2008-09-21
mesa: refactor: move initialization of DefaultPacking state.
Brian Paul
2008-09-21
mesa: refactor: move pixel map/scale/bias code into image.c
Brian Paul
2008-09-21
mesa: refactor: new _mesa_init_pixelstore() function
Brian Paul
2008-09-21
mesa: refactor: move glPixelStore function into new pixelstore.c file
Brian Paul
2007-03-21
merge from master
Brian
2007-03-16
Colortable re-org.
Brian
2007-03-14
pixelmap code simplification
Brian
2007-03-14
Re-org of gl_pixel_attrib struct.
Brian
2007-03-13
fix ctx->Pixel.PostConvolutionScale/Bias subscript bugs
Brian
2006-10-24
s/GLchan/GLubyte/
Brian Paul
2006-10-13
Consolidate, move, fix code related to color index and stencil image transfer
Brian Paul
2006-10-13
Revamp color table code.
Brian Paul
2006-10-12
remove _mesa_chan_to_float_span(), rename _mesa_map_ci8_to_rgba()
Brian Paul
2006-10-12
_mesa_map_ci_to_rgba_chan() no longer used
Brian Paul
2005-12-14
Removed the GL_SGIX/SGIS_pixel_texture extensions. Same thing can be
Brian Paul
2005-11-09
Bug 4996.
Brian Paul
2005-10-05
s/IntFormat/InternalFormat/ and s/Format/_BaseFormat/ for gl_color_table.
Brian Paul
2005-09-28
added _mesa_scale_and_bias_depth()
Brian Paul
2005-08-10
the PIXEL_MAP_I_TO_I table should be GLfloat, not GLint
Brian Paul
2005-05-04
Major check-in of changes for GL_EXT_framebuffer_object extension.
Brian Paul
2004-11-10
GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpacking
Brian Paul
2004-10-31
Use the _mesa_scale_and_bias_rgba() function in the convolution functions.
Brian Paul
2004-10-31
PBO support for gl[Get]PixelMap functions
Brian Paul
2004-08-25
Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...
Brian Paul
2004-03-21
Implemented support for software-based AUX color buffers.
Brian Paul
2004-03-13
Implementation of GL_EXT_pixel_buffer_object extension.
Brian Paul
2004-02-28
move _swrast_texture_table_lookup() to _mesa_lookup_rgba_chan()
Brian Paul
2004-02-28
replace color table FloatTable boolean with Type enum
Brian Paul
2003-10-21
Added GLAPIENTRY decorations for all first level OpenGL API function entry
Kendall Bennett
2003-08-19
Fix glPixelMap: s/GLint/GLsizei/
Brian Paul
2003-07-23
fix a few more glitches from last big check-in
Brian Paul
2003-07-23
fix GL_SGI_texture_colortable bugs
Brian Paul
[next]