summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* mesa: Use gl_shader_program::_LinkedShaders instead of VertexProgramIan Romanick2011-10-0713-34/+39
* mesa: Close Doxygen groupChad Versace2011-10-071-0/+1
* u_blitter: bind a NULL geometry shaderMarek Olšák2011-10-082-1/+32
* u_blitter: cleanup checking for and restoring saved statesMarek Olšák2011-10-082-98/+172
* r300g: disable stream output on SWTCL chipsetsMarek Olšák2011-10-081-1/+1
* i915g: Add two new unsupported PIPE_CAPs.Stéphane Marchesin2011-10-071-0/+2
* i915,i830: Remove dead HiZ assertions in *update_draw_buffer()Chad Versace2011-10-072-4/+0
* tnl: fix result vector allocation regressionBrian Paul2011-10-071-4/+10
* i965: make swizzle_for_size() return unsignedBrian Paul2011-10-071-2/+2
* i965: make size_swizzles[] static constBrian Paul2011-10-071-1/+1
* i965: silence unused var warnings in non-debug buildsBrian Paul2011-10-072-0/+2
* intel: silence uninitialized var warningBrian Paul2011-10-071-1/+1
* mesa: fix software mipmap generation code for packed Z/stencil formatsBrian Paul2011-10-072-5/+41
* r300: fix incompatible pointer type warningsBrian Paul2011-10-072-2/+2
* mesa: update gl_texture_image commentsBrian Paul2011-10-071-2/+2
* swrast: s/FetchTexelf/FetchTexel/Brian Paul2011-10-075-68/+68
* swrast: silence unused var warnings in non-debug buildsBrian Paul2011-10-071-0/+2
* swrast: remove unused swrast_texture_image::FetchTexelc methodBrian Paul2011-10-072-69/+2
* mesa: fix image unpacking when storing compressed texturesBrian Paul2011-10-072-6/+19
* i915g: handle seperate stencil clearDaniel Vetter2011-10-071-0/+10
* i915g: actually try to clear 16bit depth bufsDaniel Vetter2011-10-071-1/+1
* i915g: hw can't fastclear both depth and color when bbp doesn't matchDaniel Vetter2011-10-071-29/+93
* i915g: disable scissor in fast clearDaniel Vetter2011-10-071-4/+6
* i915g: add some obscure sampler formatsDaniel Vetter2011-10-071-1/+3
* i915g: fixup clear params emissionDaniel Vetter2011-10-071-1/+8
* i915g: make fixup swizzle into a real hw stateDaniel Vetter2011-10-073-41/+45
* glsl: Remove version check when looking for identifiers containing "__".Jason Wood2011-10-061-2/+1
* i915g: Announce GL 2.0.Stéphane Marchesin2011-10-061-1/+1
* i965 Gen6+: De-compact clip planes.Paul Berry2011-10-067-68/+56
* i965 VS: Change nr_userclip to nr_userclip_planes.Paul Berry2011-10-064-13/+16
* i965: Make brw_compute_vue_map's userclip dependency a boolean.Paul Berry2011-10-0613-25/+32
* i965: Move ClipPlanesEnabled state to VS cache key.Paul Berry2011-10-063-1/+9
* i965: Rearrange VS cache key struct.Paul Berry2011-10-061-1/+11
* mesa: Create _mesa_bitcount_64() to replace i965's brw_count_bits()Paul Berry2011-10-0613-21/+30
* mesa/es: Allow GL_CLIP_PLANE0+6 and GL_CLIP_PLANE0+7.Kenneth Graunke2011-10-061-8/+6
* mesa/get: Move MAX_LIGHTS from GL/ES2 to GL/ES1.Kenneth Graunke2011-10-061-2/+1
* meta: Don't enable TEXTURE_RECTANGLE when it's unsupported.Kenneth Graunke2011-10-061-1/+2
* i915g: Silence warning.Stéphane Marchesin2011-10-061-1/+1
* i915g: Fix comment.Stéphane Marchesin2011-10-051-1/+1
* mesa: remove some unneeded forward struct declarationsBrian Paul2011-10-051-3/+0
* st/mesa: fix commentBrian Paul2011-10-051-1/+1
* mesa: remove unused _mesa_rescale_teximage2d() functionBrian Paul2011-10-052-84/+0
* mesa: remove unused gl_texture_image::DriverData fieldBrian Paul2011-10-052-8/+0
* st/mesa: don't use gl_texture_image::RowStrideBrian Paul2011-10-051-5/+7
* st/mesa: completely stop using gl_texture_image::DataBrian Paul2011-10-052-14/+19
* st/mesa: stop using gl_texture_image::Data when mapping/unmapping texturesBrian Paul2011-10-052-33/+35
* mesa: get rid of imageOffsets arrays in texstore codeBrian Paul2011-10-0510-380/+232
* st/glx: remove the duplicated Drawable member.Stéphane Marchesin2011-10-053-7/+6
* glsl: Consider "__" in identifers as reserved.Eric Anholt2011-10-051-0/+13
* swrast: update texfetch_funcs table for new int/uint formatsBrian Paul2011-10-051-0/+325