Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-19 | tgsi: Document vs_1_1 instruction set operations. | Michal Krol | |
2009-03-19 | tgsi: Begin documenting ps_2_x instruction set operations. | Michal Krol | |
2009-03-17 | tgsi: Restore statement ordering. | José Fonseca | |
2009-03-17 | tgsi: Document ps_2_0 instruction set operations. | Michal Krol | |
2009-03-17 | tgsi: Document ps_1_4 instruction set operations. | Michal Krol | |
2009-03-17 | tgsi: Document ps_1_1 instruction set operations. | Michal Krol | |
2009-03-17 | tgsi: Begin documenting GLSL instruction set operations. | Michal Krol | |
2009-03-17 | tgsi: Begin documenting NV_geometry_program4 instruction set operations. | Michal Krol | |
2009-03-17 | tgsi: Silence const pointer cast warnings. | Michal Krol | |
2009-03-16 | tgsi: Begin documenting NV_gpu_program4 instruction set operations. | Michal Krol | |
2009-03-16 | tgsi: Document NV_vertex_program3 instruction set operations.` | Michal Krol | |
2009-03-12 | tgsi: Localise SCS code. | Michal Krol | |
2009-03-12 | tgsi: Rewrite NRM opcode, store 1.0 in W component. | Michal Krol | |
2009-03-12 | tgsi: Begin documenting NV_fragment_program2 instruction set operations. | Michal Krol | |
2009-03-12 | tgsi: Begin documenting ARB_fragment_program instruction set operations. | Michal Krol | |
2009-03-12 | tgsi: Document ARB_vertex_program instruction set operations. | Michal Krol | |
2009-03-12 | tgsi: Begin documenting NV_vertex_program2 instruction set operations. | Michal Krol | |
2009-03-11 | tgsi: Implement RFL, SFL, STR, X2D opcodes. | Michal Krol | |
2009-03-11 | tgsi: Begin documenting NV_fragment_program instruction set operations. | Michal Krol | |
2009-03-11 | tgsi: Implement RCC opcode. | Michal Krol | |
2009-03-11 | tgsi: Document NV_vertex_program1_1 instruction set operations. | Michal Krol | |
2009-03-10 | tgsi: Untabify. | Michal Krol | |
2009-03-10 | tgsi: Implement CLAMP opcode. | Michal Krol | |
2009-03-10 | tgsi: Consider INDEX, NEGATE, MULTIPLYMATRIX opcodes for removal. | Michal Krol | |
2009-03-10 | tgsi: ARL and FLOOR opcodes have the same implementation. | Michal Krol | |
2009-03-10 | tgsi: ARL is a vector instruction. | Michal Krol | |
2009-03-10 | tgsi: Note that LOG and EXP are approximations. | Michal Krol | |
2009-03-10 | tgsi: Document EXT_vertex_shader instruction set operations. | Michal Krol | |
2009-03-09 | tgsi: Implement CND, CND0 opcodes. | Michal Krol | |
2009-03-09 | tgsi: Remove redundant micro_ge() -- use micro_le(). | Michal Krol | |
2009-03-09 | tgsi: Document ATI_fragment_shader instruction set operations. | Michal Krol | |
2009-03-08 | tgsi: Document NV_vertex_program instruction set operations. | Michal Krol | |
2009-02-28 | tgsi: More descriptive sanity diagnostic messages. | Michal Krol | |
2009-02-27 | tgsi: don't dump interpolation info except for fragment shader inputs | Keith Whitwell | |
Don't print the meaningless and confusing CONSTANT interpolation attribute after everything else. | |||
2009-02-20 | gallium: use the TGSI_TEXTURE_SHADOW1D/2D/RECT texture types for TEX ↵ | Brian Paul | |
instructions These texture types were defined but never put to use. For the time being though, the Mesa->TGSI translater isn't emitting these targets. See the XXX comment in map_texture_target(). | |||
2009-02-20 | gallium: Improve makefiles for libraries | Jakob Bornecrantz | |
The template makefile that most libraries in gallium included was based on dri and had a bunch unrelevant junk in it. Update it and improve the depending makefiles. | |||
2009-02-18 | util: Move p_debug.h into util module. | José Fonseca | |
The debug functions depend on several util function for os abstractions, and these depend on debug functions, so a seperate module is not possible. | |||
2009-02-16 | gallium: fix glean's vertProg1 | Alan Hourihane | |
RSQ test 2 (reciprocal square toot of negative value) | |||
2009-02-12 | tgsi: keep immediate file info uptodate | Keith Whitwell | |
Make sure the stats for TGSI_FILE_IMMEDIATE are uptodate. Previously we just had immediate_count, but file_*[TGSI_FILE_IMMEDIATE] were bogus. | |||
2009-02-10 | tgsi: Fix build -- rename Size to NrTokens. | Michal Krol | |
2009-01-27 | tgsi: silence some warnings | Keith Whitwell | |
2009-01-19 | tgsi: change an if to an else-if, added const qual, added comments | Brian Paul | |
2009-01-10 | gallium: use tgsi_dump_instruction() instead of ppc_comment() | Brian Paul | |
2009-01-10 | gallium: remove unused struct type | Brian Paul | |
2009-01-10 | gallium: fix register clobber bug in TGSI->PPC codegen | Brian Paul | |
When negating a src vector that's stored in a altivec register, need to put negated value into a new register so we don't upset the original value. This solves the dark colors in the mandelbrot GLSL demo. Also, use new predicate functions to check if a TGSI temp is stored in an altivec register. | |||
2009-01-10 | gallium: emit comments in TGSI->PPC codegen | Brian Paul | |
2009-01-08 | Merge commit 'origin/gallium-0.1' into gallium-0.2 | José Fonseca | |
Conflicts: src/gallium/auxiliary/tgsi/tgsi_exec.c src/gallium/drivers/cell/spu/spu_command.h src/gallium/include/pipe/p_shader_tokens.h src/mesa/main/config.h src/mesa/main/mtypes.h src/mesa/shader/prog_execute.c src/mesa/shader/slang/slang_emit.c src/mesa/state_tracker/st_program.c src/mesa/state_tracker/wgl/stw_wgl.h src/mesa/state_tracker/wgl/stw_wgl_pixelformat.h | |||
2009-01-06 | gallium: added centroid/invarient fields to declarations | Brian Paul | |
(cherry picked from commit 4de360e67d83cd6503fb8ad053bb8afe507db5fa) | |||
2009-01-06 | tgsi: add tgsi_declaration fields for centroid sampling, invariant optimization | Brian Paul | |
(cherry picked from commit 434e255eae90b0f3d836d452b7d3b0c5aadf78b8) | |||
2008-12-30 | gallium: Remove unused variables. | José Fonseca | |