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
/
colortab.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
-10
/
+0
*
dispatch: Delete unused init_dispatch functions.
Paul Berry
2012-11-06
1
-18
/
+0
*
dispatch: Make all API functions non-static.
Paul Berry
2012-11-06
1
-8
/
+8
*
mesa: remove FEATURE_colortable define.
Oliver McFadden
2012-09-15
1
-5
/
+0
*
mesa: Remove API facing bits of EXT_paletted_texture and EXT_shared_texture_p...
Ian Romanick
2011-09-06
1
-678
/
+11
*
Squashed commit of the following:
Brian Paul
2011-04-26
1
-4
/
+14
*
mesa: implement clamping controls (ARB_color_buffer_float)
Marek Olšák
2011-03-29
1
-1
/
+6
*
mesa: move PBO-related functions into a new file
Brian Paul
2011-02-28
1
-0
/
+1
*
mesa: always generate error in glColorTableParameter[fi]v()
Brian Paul
2011-02-28
1
-23
/
+6
*
mesa: remove GL_SGI_texture_color_table support
Brian Paul
2011-02-28
1
-98
/
+1
*
mesa: Directly include mfeatures.h in files that perform feature tests.
Vinson Lee
2011-01-07
1
-0
/
+1
*
mesa: Include mtypes.h in files that use gl_context struct.
Vinson Lee
2011-01-05
1
-0
/
+1
*
mesa: split up the image.c file
Brian Paul
2010-10-23
1
-0
/
+1
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-1
/
+1
*
mesa: Remove SGI_color_table.
Eric Anholt
2010-09-23
1
-203
/
+1
*
mesa: Move src/mesa/glapi/dispatch.h to mesa.
Chia-I Wu
2010-02-25
1
-1
/
+1
*
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2010-02-19
1
-4
/
+4
*
Remove _mesa_memcpy in favor of plain memcpy.
Kenneth Graunke
2010-02-19
1
-1
/
+1
*
mesa/main: Make FEATURE_colortable follow feature conventions.
Chia-I Wu
2009-09-24
1
-7
/
+30
*
mesa: move readbuffer tests
Brian Paul
2009-09-19
1
-1
/
+8
*
mesa: use _mesa_get_current_tex_unit() helper
Brian Paul
2009-09-19
1
-5
/
+6
*
mesa: use new combined PBO validate/map helpers
Brian Paul
2009-09-03
1
-29
/
+10
*
mesa: use new _mesa_map_pbo_source/dest() functions in more places
Brian Paul
2009-09-03
1
-39
/
+24
*
mesa: use _mesa_is_bufferobj()
Brian Paul
2009-08-12
1
-4
/
+4
*
mesa: new _mesa_is_pow_two() function
Brian
2008-11-10
1
-1
/
+1
*
Replace Proxy1D/2D/etc with ProxyTex[] indexed by TEXTURE_x_INDEX.
Brian
2007-08-16
1
-213
/
+93
*
merge from master
Brian
2007-03-21
1
-201
/
+112
|
\
|
*
Colortable re-org.
Brian
2007-03-16
1
-201
/
+112
*
|
in _mesa_GetColorTable, return silently if table size is 0
Brian
2007-03-15
1
-2
/
+6
|
/
*
fixes for C++ warnings/errors
Brian
2007-01-23
1
-2
/
+2
*
In _mesa_pack_rgba_span_float() we don't need to make a temporary copy of
Brian Paul
2006-10-13
1
-1
/
+1
*
s/GL_FALSE/0x0/
Brian Paul
2006-10-13
1
-1
/
+1
*
Revamp color table code.
Brian Paul
2006-10-13
1
-234
/
+94
*
fixes for CHAN_BITS!=8
Brian Paul
2006-04-27
1
-14
/
+50
*
s/IntFormat/InternalFormat/ and s/Format/_BaseFormat/ for gl_color_table.
Brian Paul
2005-10-05
1
-18
/
+18
*
fudge set_component_sizes() a bit, see comments
Brian Paul
2005-09-03
1
-1
/
+5
*
fix a few proxy color table bugs (bug 4270)
Brian Paul
2005-08-28
1
-8
/
+11
*
move set_component_sizes() to fix bug 3135
Brian Paul
2005-04-27
1
-1
/
+3
*
uint*t -> u_int*t changes
Alan Hourihane
2004-12-14
1
-3
/
+2
*
GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpacking
Brian Paul
2004-11-10
1
-2
/
+2
*
PBO support for glColorTable, glColorSubTable, glGetColorTable, etc.
Brian Paul
2004-10-31
1
-9
/
+62
*
Update the doxygen configuration file.
Jose Fonseca
2004-09-09
1
-5
/
+5
*
New glTexImage code.
Brian Paul
2004-04-22
1
-2
/
+2
*
Remove clamp parameter from _mesa_unpack_color_span_float(). Pass the
Brian Paul
2004-02-28
1
-2
/
+1
*
rename some span pack/unpack functions for better uniformity
Brian Paul
2004-02-28
1
-3
/
+3
*
consolidate some code
Brian Paul
2004-02-28
1
-138
/
+126
*
replace color table FloatTable boolean with Type enum
Brian Paul
2004-02-28
1
-34
/
+50
*
Added GLAPIENTRY decorations for all first level OpenGL API function entry
Kendall Bennett
2003-10-21
1
-9
/
+9
*
Restore more code lost during last big merge.
Brian Paul
2003-07-22
1
-16
/
+24
[next]