mesa.git
2008-11-10 Ben Skeggsnouveau: pass object handle not pointer to GPU...
2008-11-10 Ben SkeggsMerge remote branch 'origin/gallium-0.2' into gallium-0.2
2008-11-09 Briangallium: use PIPE_ARCH_SSE to protect use of SSE instri...
2008-11-08 Briangallium: implement SSE codegen for TGSI_OPCODE_NRM...
2008-11-07 Brian Paulgallium: added SSE for DP2, DP2A
2008-11-07 Brian Paulgallium: implement TGSI_OPCODE_DP2A, add sqrt to NRM3...
2008-11-07 Brian PaulMerge commit 'origin/master' into gallium-0.2
2008-11-07 Brian Paulmesa: forgot sqrt in NRM3/4 instructions
2008-11-07 Brian Paulmesa: fix opcode table order bug
2008-11-07 Robert EllisonCELL: fix several stencil problems
2008-11-07 Brian PaulMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-07 Brian Paulgallium: translate DP2, DP2A, NRM3, NRM4, SSG opcodes
2008-11-07 Brian PaulMerge commit 'origin/master' into gallium-0.2
2008-11-07 Brian Paulmesa: add GLSL support for DP2, NRM3, NRM4 instructions...
2008-11-07 Brian Paulmesa: added DP2, DP2A instructions
2008-11-07 Brian Paulmesa: added AND/OR/NOT/XOR instructions
2008-11-07 Brian Paulmesa: include shader/prog_instruction.h
2008-11-07 Brian Paulmesa: added OPCODE_NRM3/NRM4 instructions for vector...
2008-11-07 Xiang, Haihaomesa: use _bfc0 instead of _col0 when building back...
2008-11-07 Briangallium: implement TGSI_OPCODE_NRM/NRM4 in tgsi_exec.c
2008-11-07 Brian Paulgallium: s/OPCODE_INT/OPCODE_TRUNC/
2008-11-07 Brian PaulMerge commit 'origin/master' into gallium-0.2
2008-11-07 Brian Paulmesa: rename OPCODE_INT -> OPCODE_TRUNC
2008-11-06 Brian Paulmesa: update the shader programs->TexturesUsed array...
2008-11-06 Brian PaulMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-06 Brian Paulmesa: update the shader programs->TexturesUsed array...
2008-11-06 Brian Paulgallium: added st_print_shaders() function to help...
2008-11-06 Brian Paulgallium: debug code to print vertex array data (disabled)
2008-11-06 Brian Paulsoftpipe: debug code (disabled)
2008-11-06 Zack Rusingallium: actually flip the coordinates
2008-11-06 Xiang, Haihaoi965: Always check vertex program.
2008-11-06 Briangallium: check execution mask in indirect register...
2008-11-06 Briangallium: don't range check tgsi register index for...
2008-11-06 Gary Wongi965: Implement missing OPCODE_NOISE3 instruction in...
2008-11-06 Brian Paulcell: minor reformatting, var renaming
2008-11-06 Brian Pauluse APP_CC, not CC for skinning demo
2008-11-06 Brian Paulgallium: s/mmDestroy/u_mmDestroy/
2008-11-05 Brian Paulmesa: Fix compiler warnings on Windows.
2008-11-05 Brian Paulmesa: fix a GLSL array indexing codegen bug
2008-11-05 Brian PaulMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-05 Brian Paulgallium: added check for degenerate drawing calls
2008-11-05 Brian Paulgallium: if VERBOSE_GLSL flag is set, check for non...
2008-11-05 Brian Paulmesa: fix a GLSL array indexing codegen bug
2008-11-05 Brian Paulgallium: call tgsi_set_exec_mask() and use exec mask...
2008-11-05 Brian Paulgallium: added tgsi_set_exec_mask()
2008-11-05 Brian Paulgallium: added some sanity check assertions for constan...
2008-11-05 Brian Paulmesa: remove extra \n from printf string
2008-11-05 Brian Paulmesa: remove extra \n from printf string
2008-11-05 Brian Paulmesa: add Initialized field to gl_uniform struct, for...
2008-11-05 Brian Paulmesa: add Initialized field to gl_uniform struct, for...
2008-11-05 Brian Paulgallium: added some debug code (disabled)
2008-11-05 Brian Paulgallium: disable some debug output
2008-11-05 Jakob Bornecrantzi915: Remove faulty assert
2008-11-05 michaldraw: Implement TGSI_OPCODE_TRUNC.
2008-11-05 michaltgsi: Implement OPCODE_TRUNC.
2008-11-05 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2008-11-05 michaldraw: Implement TGSI_OPCODE_TRUNC.
2008-11-05 michaltgsi: Implement OPCODE_TRUNC.
2008-11-04 Brian Pauladded glsl/skinning.c test to test matrix blending...
2008-11-04 Brian Paulmesa: fix float-valued GLSL vertex attribute variables
2008-11-04 Brian Paulprint err msg if unable to open shader file
2008-11-04 Brian Paulremove old debug glFlush/Finish calls from demos
2008-11-04 Brian Paulmesa: fix float-valued GLSL vertex attribute variables
2008-11-03 Alan Hourihanegallium: no renderbuffer, so just exit.
2008-11-03 Michal Krolgallium: Silence compiler warnings on Windows.
2008-11-03 José Fonsecagallium: Read from PIPE_FORMAT_Z32_FLOAT.
2008-11-03 Eric Anholti965: Clean up stale NDC comment.
2008-11-03 Eric Anholti965: Avoid vs header computation for negative rhw...
2008-11-03 Eric Anholti965: Merge GM45 into the G4X chipset define.
2008-11-03 Eric Anholti965: Fix copy'n'paste issue that made brw->urb.constra...
2008-11-03 José Fonsecagallium: WinCE portability fixes.
2008-11-03 José Fonsecagallium: Fix typo.
2008-11-03 José Fonsecasoftpipe: Don't call pipe_buffer_destroy directly.
2008-11-03 José Fonsecapipebuffer: Ensure refcounts of live buffer objects...
2008-11-03 José Fonsecagallium: Ensure refcounts of live objects are never...
2008-11-03 José Fonsecagallium: Fix msvc warning.
2008-11-02 Eric Anholti965: Clean up stale NDC comment.
2008-11-02 Eric Anholti965: Avoid vs header computation for negative rhw...
2008-11-02 Eric Anholti965: Merge GM45 into the G4X chipset define.
2008-11-02 Eric Anholti965: Fix copy'n'paste issue that made brw->urb.constra...
2008-11-01 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2008-11-01 Brian Paulmesa: silence warnings
2008-11-01 Brian Paulmesa: do scope replacement for while/for loops too
2008-11-01 Brian Paulmesa: glsl tree print improvements
2008-11-01 Brian Paulmesa: fix assignment / parameter passing of sampler...
2008-11-01 Brian Paulmesa: additional debug flags for glsl debug/disassembly
2008-11-01 Brian Paulmesa: silence warnings
2008-11-01 Brian Paulmesa: do scope replacement for while/for loops too
2008-11-01 Brian Paulmesa: glsl tree print improvements
2008-11-01 Brian Paulmesa: fix assignment / parameter passing of sampler...
2008-11-01 Brian Paulmesa: additional debug flags for glsl debug/disassembly
2008-11-01 Keith PackardFix for 58dc8b7: dest regions must not use HorzStride...
2008-10-31 Brian Paulmesa: fix some bugs with precision qualifier parsing
2008-10-31 Brian Paulmesa: do scope replacement for variable initializers too
2008-10-31 Brian Paulmesa: fix copy/paste error in GLSL error msg
2008-10-31 Brian Paulmesa: fix some bugs with precision qualifier parsing
2008-10-31 Brian Paulmesa: do scope replacement for variable initializers too
2008-10-31 Brian Paulmesa: fix copy/paste error in GLSL error msg
2008-10-31 Eric Anholtintel: pixelzoom doesn't apply to glBitmap, so disable...
2008-10-31 Eric Anholtintel: Remove fallback for glDrawPixels(GL_COLOR_INDEX)
next