aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* intel: Introduce a new intel_context::gt field to go along with gen.Kenneth Graunke2011-09-263-3/+11
* intel: Remove intel_context::has_xrgb_textures/has_luminance_srgb.Kenneth Graunke2011-09-262-28/+13
* i965: Fix incorrect maximum PS thread count shift on Ivybridge.Kenneth Graunke2011-09-261-1/+1
* intel: fix potential segfault error at intel_(un)map_texture_imageYuanhan Liu2011-09-261-2/+3
* mesa: Also set the remaining draw buffers to GL_NONE when updating just the f...Henri Verbeet2011-09-251-15/+14
* intel: Remove pointless boolean return value from *_miptree_layout.Kenneth Graunke2011-09-234-24/+11
* i965: Increase MaxClipPlanes to 8 for gen6+.Paul Berry2011-09-231-0/+3
* i965: Allow clip distances to be read back in fragment shaders.Paul Berry2011-09-232-6/+2
* i965: Set up clip distance VUE slots appropriately for gl_ClipDistance.Paul Berry2011-09-234-27/+32
* i965: Don't upload clip planes when gl_ClipDistance is in use.Paul Berry2011-09-234-7/+12
* i965: Enable lower_clip_distance.Paul Berry2011-09-231-0/+1
* 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-232-0/+8
* glsl: Implement a lowering pass for gl_ClipDistance.Paul Berry2011-09-231-0/+1
* mesa: Add missing includes to meta.hChad Versace2011-09-231-0/+2
* intel: fix the wrong code to detect null texture.Yuanhan Liu2011-09-231-1/+1
* i965: fix the constant interp bitmask for flat modeYuanhan Liu2011-09-232-12/+26
* st/mesa: remove unnecessary st_texture_match_image() parametersBrian Paul2011-09-223-11/+7
* intel: Unindent the blit call in PBO blit uploads.Eric Anholt2011-09-221-17/+12
* intel: Drop gratuitous flush in PBO blit upload.Eric Anholt2011-09-221-3/+0
* intel: Clean up check_pbo_format to ignore internalFormat.Eric Anholt2011-09-221-25/+13
* intel: Move more of the PBO blit upload logic into that function.Eric Anholt2011-09-221-26/+33
* intel: Remove stale comment about non-intel gl_buffer_objects.Eric Anholt2011-09-221-8/+1
* intel: Remove the pbo zero-copy code.Eric Anholt2011-09-225-247/+0
* intel: Remove extra FreeTextureImageBuffer() from glTexImage*.Eric Anholt2011-09-221-1/+0
* i965: Add support for GL_EXT_packed_float.Eric Anholt2011-09-223-0/+5
* i965: Add support for GL_EXT_texture_shared_exponent.Eric Anholt2011-09-223-0/+5
* mesa: remove support for GL_APPLE_client_storage extensionBrian Paul2011-09-228-18/+2
* mesa: move gl_texture_image::Width/Height/DepthScale fields to swrastBrian Paul2011-09-227-25/+30
* mesa: move gl_texture_image::_IsPowerOfTwo into swrastBrian Paul2011-09-226-19/+32
* st/mesa: Finalize texture on render-to-texture.Michel Dänzer2011-09-221-3/+6
* st/mesa: Convert size assertions to conditionals in st_texture_image_copy.Brian Paul2011-09-221-3/+9
* meta: Don't hang on to program refcounts after metaops are done.Eric Anholt2011-09-211-0/+5
* i965/vs: Return a dummy value when visiting ir_texture.Eric Anholt2011-09-211-0/+1
* i965/gen6+: When only BFC is written, use BFC as the color.Eric Anholt2011-09-211-0/+9
* i965/gen6+: Respect the VERTEX_PROGRAM_TWO_SIDE flag for shaders.Eric Anholt2011-09-213-9/+8
* 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-214-7/+41
* tnl: include swrast/s_chan.h to fix sse buildBrian Paul2011-09-211-0/+1
* swrast: s/GLubyte/GLchan/ in a castBrian Paul2011-09-201-1/+1
* meta: use _mesa_set_enable() in more placesBrian Paul2011-09-201-5/+5
* meta: use _mesa_set_enable(), fix decompress_texture_image()Brian Paul2011-09-201-1/+4
* st/mesa: specify source mipmap level in decompress_with_blit()Brian Paul2011-09-201-0/+3
* meta: fix broken sRGB mipmap generationBrian Paul2011-09-201-0/+28
* 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-2010-102/+127
* 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