aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* mesa: Remove EXT_stencil_wrap extension enable flagIan Romanick2011-09-294-14/+5
* mesa: Remove EXT_texture_lod_bias extension enable flagIan Romanick2011-09-297-38/+9
* mesa: Remove EXT_texture_env_combine extension enable flagIan Romanick2011-09-294-138/+54
* mesa: Remove EXT_texture_env_add extension enable flagIan Romanick2011-09-294-11/+4
* mesa: Remove ARB_multitexture extension enable flagIan Romanick2011-09-294-17/+7
* mesa: fix signed/unsigned sscanf() warning in _mesa_override_glsl_version()Brian Paul2011-09-281-1/+1
* mesa: Add missing _mesa_sizeof_glsl_type() for UNSIGNED_INT.Eric Anholt2011-09-281-0/+1
* mesa: Allow overriding GLSL version with environment variableChad Versace2011-09-283-0/+27
* mesa: fix signed/unsigned warning in sscanf()Brian Paul2011-09-281-1/+1
* mesa: Finally, convert RGBA glGetTexImage() to using MapTextureImage().Brian Paul2011-09-271-6/+38
* mesa: Convert depth glGetTexImage() to using MapTextureImage().Brian Paul2011-09-271-7/+12
* mesa: Convert depth/stencil glGetTexImage() to using MapTextureImage().Brian Paul2011-09-271-5/+13
* mesa: Switch ycbcr glGetTexImage() to using MapTextureImage().Brian Paul2011-09-271-5/+12
* mesa: Switch memcpy fast-path of glGetTexImage() to using MapTextureImage().Brian Paul2011-09-271-9/+15
* mesa: Update comments/assertions about buffer mapping for glGetTexImage().Brian Paul2011-09-271-4/+3
* mesa: Convert GetCompressedTexImage to using MapTextureImage().Brian Paul2011-09-271-7/+14
* mesa: Allow override of GL version with environment variableChad Versace2011-09-271-0/+25
* mesa: Make enable.c and get.c properly range check clip flags.Paul Berry2011-09-272-14/+56
* mesa: fix indentation in mipmap.c (3 spaces)Brian Paul2011-09-261-2/+2
* mesa: Remove EXT_abgr extension enable flagIan Romanick2011-09-262-3/+1
* mesa: Remove EXT_bgra and EXT_texture_format_BGRA8888 extension enable flagsIan Romanick2011-09-264-8/+9
* mesa: Remove OES_read_format extension enable flagIan Romanick2011-09-263-11/+3
* mesa: Remove all mention of EXT_vertex_array_setIan Romanick2011-09-262-2/+0
* mesa: Fix extension year for EXT_texture_env_combineIan Romanick2011-09-261-1/+1
* mesa: Remove many extension enable flagsIan Romanick2011-09-264-74/+23
* mesa: Also set the remaining draw buffers to GL_NONE when updating just the f...Henri Verbeet2011-09-251-15/+14
* mesa: Decode GL_CLIP_DISTANCE[67] properly in _mesa_set_enable().Paul Berry2011-09-231-6/+8
* mesa: set up gl_vert_result and gl_frag_attrib values for gl_ClipDistance.Paul Berry2011-09-231-6/+10
* mesa: Add a flag to indicate whether a program uses gl_ClipDistance.Paul Berry2011-09-231-0/+6
* glsl: Implement a lowering pass for gl_ClipDistance.Paul Berry2011-09-231-0/+1
* mesa: remove support for GL_APPLE_client_storage extensionBrian Paul2011-09-226-16/+1
* mesa: move gl_texture_image::Width/Height/DepthScale fields to swrastBrian Paul2011-09-222-16/+0
* mesa: move gl_texture_image::_IsPowerOfTwo into swrastBrian Paul2011-09-222-8/+0
* mesa: Add a context flag indicating whether two-sided lighting should happen.Eric Anholt2011-09-212-1/+19
* mesa: check glBegin()/glDrawArrays()/etc mode with _mesa_valid_prim_mode()Brian Paul2011-09-213-7/+34
* mesa: fix PACK_COLOR_5551(), PACK_COLOR_1555() macrosBrian Paul2011-09-201-2/+2
* mesa: move last bits of GLchan stuff into swrastBrian Paul2011-09-203-99/+1
* mesa: remove CHAN_TYPE cruft from debug.cBrian Paul2011-09-201-4/+0
* mesa: remove unused interp/stride chan macrosBrian Paul2011-09-201-27/+0
* mesa: remove unused UNCLAMPED_FLOAT_TO_RGB_CHAN() macroBrian Paul2011-09-201-16/+0
* mesa: remove unused <type>_TO_CHAN() macrosBrian Paul2011-09-201-40/+0
* mesa: convert _mesa_unpack_color_span_chan() to ubyteBrian Paul2011-09-203-55/+53
* mesa: replace GLchan with GLubyte in texcompress_s3tc.cBrian Paul2011-09-201-59/+57
* mesa/gallium: remove GLchan from latc, rgtc codeBrian Paul2011-09-202-15/+15
* mesa: remove GLchan in texcompress_fxt1.cBrian Paul2011-09-201-74/+53
* mesa: s/_mesa_make_temp_chan_image()/_mesa_make_temp_ubyte_image()Brian Paul2011-09-205-123/+123
* mesa: move _mesa_upscale_teximage2d() to texcompress_fxt1.cBrian Paul2011-09-203-43/+38
* mesa: s/GLchan/GLubyte/ in mipmap generation codeBrian Paul2011-09-201-3/+3
* mesa: Don't expose compressed paletted formats via GL_{NUM_,}COMPRESSED_TEXTU...Ian Romanick2011-09-201-15/+17
* Increase MAX_CLIP_PLANES to 8Paul Berry2011-09-201-2/+5