summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* symbol_table: Add support for adding a symbol at top-level/global scope.Kenneth Graunke2010-12-062-5/+84
* st/mesa: Unbind all constant buffersJakob Bornecrantz2010-12-061-2/+2
* mesa: Bump the number of bits in the register index.José Fonseca2010-12-061-1/+1
* st/mesa: fix mipmap generation bugBrian Paul2010-12-062-1/+8
* mesa: add error margin to clip mask debug/check codeBrian Paul2010-12-061-2/+29
* i965: Remove INTEL_DEBUG=glsl_force now that there's no brw_wm_glsl.cEric Anholt2010-12-062-7/+0
* i965: Nuke brw_wm_glsl.c.Eric Anholt2010-12-068-1057/+10
* i965: Add support for the instruction compression bits on gen6.Eric Anholt2010-12-064-47/+91
* i965: Align gen6 push constant size to dispatch width.Eric Anholt2010-12-061-1/+2
* i965: Make the sampler's implied move on gen6 be a raw move.Eric Anholt2010-12-061-1/+1
* i965: Fix up gen6 samplers for their usage by brw_wm_emit.cEric Anholt2010-12-061-7/+9
* i965: Fix gen6 interpolation setup for 16-wide.Eric Anholt2010-12-061-15/+26
* i965: Don't smash a group of coordinates doing gen6 16-wide sampler headers.Eric Anholt2010-12-061-0/+1
* i965: Fix up 16-wide gen6 FB writes after various refactoring.Eric Anholt2010-12-061-9/+8
* i965: Provide delta_xy reg to gen6 non-GLSL path PINTERP.Eric Anholt2010-12-061-8/+6
* i965: Move payload reg setup to compile, not lookup time.Eric Anholt2010-12-069-110/+118
* i965: Fix GS state uploading on SandybridgeZhenyu Wang2010-12-062-5/+14
* i965: fix for flat shading on SandybridgeXiang, Haihao2010-12-061-2/+9
* st/mesa: initialize key in st_vp_varientMarek Olšák2010-12-051-0/+2
* i965: Fix compile warning about missing opcodes.Eric Anholt2010-12-041-0/+5
* i965: Update gen6 SF state on fragment program change too.Eric Anholt2010-12-041-1/+3
* i965: Update gen6 WM state on compiled program change, not just FP change.Eric Anholt2010-12-041-1/+3
* intel: Add an env var override to execute for a different GPU revision.Eric Anholt2010-12-044-9/+15
* mesa: Clean up header file inclusion in texobj.h.Vinson Lee2010-12-041-1/+2
* mesa: Clean up header file inclusion in texgetimage.h.Vinson Lee2010-12-041-1/+5
* mesa: Clean up header file inclusion in texformat.h.Vinson Lee2010-12-041-1/+1
* mesa: Clean up header file inclusion in texenvprogram.h.Vinson Lee2010-12-041-1/+1
* mesa: Clean up header file inclusion in texcompress_s3tc.h.Vinson Lee2010-12-041-1/+5
* mesa: Clean up header file inclusion in texcompress.h.Vinson Lee2010-12-041-1/+4
* st/mesa: new comment about updating state varsBrian Paul2010-12-031-0/+5
* mesa: update comments, remove dead codeBrian Paul2010-12-031-3/+3
* mesa: remove unneeded castBrian Paul2010-12-031-1/+1
* mesa: make glGet*(GL_NONE) generate GL_INVALID_ENUMBrian Paul2010-12-031-3/+5
* swrast: restructure some glReadPixels() codeBrian Paul2010-12-031-28/+25
* swrast: accept GL_RG in glReadPixels()Brian Paul2010-12-031-16/+3
* swrast: fix indentationBrian Paul2010-12-031-6/+6
* swrast: allow GL_RG format in glDrawPixels()Brian Paul2010-12-031-18/+6
* mesa: return GL_FRAMEBUFFER_DEFAULT as FBO attachment typeBrian Paul2010-12-031-1/+1
* mesa: fix GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME queryBrian Paul2010-12-031-2/+2
* mesa, st/mesa: fix gl_FragCoord with FBOs in GalliumMarek Olšák2010-12-033-15/+51
* mesa: replace more MAX_WIDTH stack allocations with heap allocationsBrian Paul2010-12-022-38/+111
* st/mesa: avoid large stack allocations in readpixels codeBrian Paul2010-12-021-1/+10
* swrast: avoid large stack allocations in tex combine codeBrian Paul2010-12-021-6/+39
* swrast: avoid large stack allocations in blend codeBrian Paul2010-12-021-1/+13
* mesa: replace large/MAX_WIDTH stack allocations with heap allocationsBrian Paul2010-12-021-4/+34
* mesa: replace large/MAX_WIDTH stack allocations with heap allocationsBrian Paul2010-12-021-3/+24
* r600c: bump texture limits to hw limitsAlex Deucher2010-12-021-2/+7
* mesa: Temporary hack to prevent stack overflow on windowsJosé Fonseca2010-12-021-0/+17
* mesa: Add getters for ARB_copy_buffer's attachment points.Eric Anholt2010-12-021-0/+13
* mesa: Add getters for the rest of the supported draw buffers.Eric Anholt2010-12-021-0/+8