summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-11-05mesa: fix a GLSL array indexing codegen bugBrian Paul2-8/+101
2008-11-05Merge commit 'origin/gallium-0.1' into gallium-0.2Brian Paul21-38/+299
2008-11-05gallium: added check for degenerate drawing callsBrian Paul1-0/+3
2008-11-05gallium: if VERBOSE_GLSL flag is set, check for non-initialized uniforms at d...Brian Paul1-0/+27
2008-11-05mesa: fix a GLSL array indexing codegen bugBrian Paul2-8/+101
2008-11-05gallium: call tgsi_set_exec_mask() and use exec mask in SSE ARL codeBrian Paul4-4/+54
2008-11-05gallium: added tgsi_set_exec_mask()Brian Paul1-0/+25
2008-11-05gallium: added some sanity check assertions for constant buffer indexingBrian Paul1-0/+4
2008-11-05mesa: remove extra \n from printf stringBrian Paul1-1/+1
2008-11-05mesa: remove extra \n from printf stringBrian Paul1-1/+1
2008-11-05mesa: add Initialized field to gl_uniform struct, for debugging purposes onlyBrian Paul3-7/+16
2008-11-05mesa: add Initialized field to gl_uniform struct, for debugging purposes onlyBrian Paul3-7/+16
2008-11-05gallium: added some debug code (disabled)Brian Paul1-0/+24
2008-11-05gallium: disable some debug outputBrian Paul1-1/+2
2008-11-05i915: Remove faulty assertJakob Bornecrantz1-1/+0
2008-11-05draw: Implement TGSI_OPCODE_TRUNC.michal1-0/+14
2008-11-05tgsi: Implement OPCODE_TRUNC.michal1-1/+17
2008-11-05Merge commit 'origin/master' into gallium-0.2Alan Hourihane11-19/+349
2008-11-05draw: Implement TGSI_OPCODE_TRUNC.michal1-0/+14
2008-11-05tgsi: Implement OPCODE_TRUNC.michal1-1/+17
2008-11-04added glsl/skinning.c test to test matrix blending/weightingBrian Paul5-2/+340
2008-11-04mesa: fix float-valued GLSL vertex attribute variablesBrian Paul1-8/+8
2008-11-04print err msg if unable to open shader fileBrian Paul1-0/+1
2008-11-04remove old debug glFlush/Finish calls from demosBrian Paul4-9/+0
2008-11-04mesa: fix float-valued GLSL vertex attribute variablesBrian Paul1-8/+8
2008-11-03gallium: no renderbuffer, so just exit.Alan Hourihane1-1/+3
2008-11-03gallium: Silence compiler warnings on Windows.Michal Krol1-2/+2
2008-11-03gallium: Read from PIPE_FORMAT_Z32_FLOAT.José Fonseca1-0/+29
2008-11-03i965: Clean up stale NDC comment.Eric Anholt1-2/+1
2008-11-03i965: Avoid vs header computation for negative rhw on G4X.Eric Anholt1-3/+3
2008-11-03i965: Merge GM45 into the G4X chipset define.Eric Anholt9-25/+24
2008-11-03i965: Fix copy'n'paste issue that made brw->urb.constrained useless.Eric Anholt1-3/+7
2008-11-03gallium: WinCE portability fixes.José Fonseca2-2/+39
2008-11-03gallium: Fix typo.José Fonseca1-1/+1
2008-11-03softpipe: Don't call pipe_buffer_destroy directly.José Fonseca2-2/+2
2008-11-03pipebuffer: Ensure refcounts of live buffer objects are never zero.José Fonseca2-5/+13
2008-11-03gallium: Ensure refcounts of live objects are never zero.José Fonseca1-12/+18
2008-11-03gallium: Fix msvc warning.José Fonseca1-1/+1
2008-11-02i965: Clean up stale NDC comment.Eric Anholt1-2/+1
2008-11-02i965: Avoid vs header computation for negative rhw on G4X.Eric Anholt1-3/+3
2008-11-02i965: Merge GM45 into the G4X chipset define.Eric Anholt9-25/+24
2008-11-02i965: Fix copy'n'paste issue that made brw->urb.constrained useless.Eric Anholt1-3/+7
2008-11-01Merge commit 'origin/master' into gallium-0.2Alan Hourihane55-2898/+3493
2008-11-01mesa: silence warningsBrian Paul1-3/+3
2008-11-01mesa: do scope replacement for while/for loops tooBrian Paul1-3/+7
2008-11-01mesa: glsl tree print improvementsBrian Paul1-1/+17
2008-11-01mesa: fix assignment / parameter passing of sampler typesBrian Paul3-8/+29
2008-11-01mesa: additional debug flags for glsl debug/disassemblyBrian Paul4-53/+53
2008-11-01mesa: silence warningsBrian Paul1-3/+3
2008-11-01mesa: do scope replacement for while/for loops tooBrian Paul1-3/+7