Age | Commit message (Expand) | Author |
2009-07-31 | draw: fix-ups for point coord attribute | Brian Paul |
2009-07-31 | Rename TGSI LOOP instruction to better match theri usage. | Michal Krol |
2009-07-30 | Merge branch 'mesa_7_5_branch' | Brian Paul |
2009-07-30 | tgsi: Add proper constraints to sanity. | Michal Krol |
2009-07-30 | tgsi: Declare a LOOP register. | Michal Krol |
2009-07-30 | tgsi: Fix number operands for LOOP/ENDLOOP. | Michal Krol |
2009-07-30 | tgsi: Document LOOP/ENDLOOP instruction operation. | Michal Krol |
2009-07-29 | gallium: fix SSE shadow texture instructions | Brian Paul |
2009-07-29 | util: _debug_printf should print even when DEBUG is not defined | Keith Whitwell |
2009-07-28 | Merge branch 'mesa_7_5_branch' | Brian Paul |
2009-07-28 | gallium: minor code/comments clean-up | Brian Paul |
2009-07-26 | util: fix typo. | José Fonseca |
2009-07-23 | draw: correct address for machine struct in llvm path | Keith Whitwell |
2009-07-23 | gallivm: updates for TGSI changes | Keith Whitwell |
2009-07-23 | gallium: remove deprecated TGSI opcodes | Keith Whitwell |
2009-07-23 | util: Add support for Mac OS. | Vinson Lee |
2009-07-23 | gallium: Fix PPC build. | Michel Dänzer |
2009-07-22 | gallium: remove multiple aliases for TGSI opcodes | Keith Whitwell |
2009-07-22 | gallium: simplify tgsi_full_immediate struct | Keith Whitwell |
2009-07-20 | tgsi: get texturing working in vertex shader sse2 path | Keith Whitwell |
2009-07-20 | tgsi: get texturing working in vertex shader sse2 path | Keith Whitwell |
2009-07-20 | tgsi: fix regression in indexed const lookups | Keith Whitwell |
2009-07-16 | draw: fix ppc build regression | Keith Whitwell |
2009-07-16 | tgsi: simplify and fix sse KIL implementation | Keith Whitwell |
2009-07-16 | rtasm: export sse_movmskps | Keith Whitwell |
2009-07-16 | tgsi: initial texturing support on sse path | Keith Whitwell |
2009-07-16 | tgsi: make sse function callout mechanism more generic | Keith Whitwell |
2009-07-16 | tgsi: reduce x86 reg usage in tgsi_sse generated programs | Keith Whitwell |
2009-07-16 | tgsi: no need to separately malloc input and output arrays | Keith Whitwell |
2009-07-16 | gallium: reduce recursive include of tgsi_exec.h | Keith Whitwell |
2009-07-16 | tgsi: make function call code in tgsi_sse.c less opaque | Keith Whitwell |
2009-07-16 | gallium: proper constructor and destructor for tgsi_exec_machine | Keith Whitwell |
2009-07-13 | Merge branch 'mesa_7_5_branch' | Brian Paul |
2009-07-10 | tgsi: update some assertions | Brian Paul |
2009-07-10 | tgsi: tgsi: add semantic_names[] string for TGSI_SEMANTIC_FACE | Brian Paul |
2009-07-10 | tgsi: add semantic_names[] string for TGSI_SEMANTIC_FACE | Brian Paul |
2009-07-10 | tgis: implement indirect addressing for destination registers | Brian Paul |
2009-07-07 | gallium: Fixes for clobbering stencil values in combined depth/stencil textures. | Michel Dänzer |
2009-07-04 | Merge branch 'mesa_7_5_branch' | Jakob Bornecrantz |
2009-07-06 | gallium: rearrange some members to avoid memory holes/padding | Zack Rusin |
2009-07-06 | pipebuffer: handle possible null pointer dereference | Zack Rusin |
2009-07-06 | cso: possible null pointer dereference | Zack Rusin |
2009-07-06 | util: fix possible null pointer usage | Zack Rusin |
2009-07-03 | Merge branch 'mesa_7_5_branch' | Jakob Bornecrantz |
2009-07-02 | Nuke old trace-drm integration. | Corbin Simpson |
2009-06-30 | Merge branch 'mesa_7_5_branch' | Brian Paul |
2009-06-30 | util: Set PIPE_BUFFER_USAGE_FLUSH_EXPLICIT when calling buffer_flush_mapped_r... | José Fonseca |
2009-07-01 | util: Increase OutputDebugStringA to 4k. | José Fonseca |
2009-06-29 | gallium/draw: sketch out some missing pointcoord code | Brian Paul |
2009-06-26 | tgsi: correct handling of return value from util_vsnprintf | Keith Whitwell |