Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add #ifdefs needed to compile Gallium on Solaris with gcc or Sun cc | Alan Coopersmith | 2009-03-25 | 5 | -15/+15 |
| | | | | Signed-off-by: Alan Coopersmith <[email protected]> | ||||
* | draw: update aa points shader comment | Keith Whitwell | 2009-03-23 | 1 | -1/+1 |
| | |||||
* | gallium: Remove remnants of reference counting internals outside of p_refcnt.h. | Michel Dänzer | 2009-03-23 | 7 | -17/+17 |
| | |||||
* | debug: Add function for writing transfers to files | Jakob Bornecrantz | 2009-03-22 | 2 | -32/+42 |
| | |||||
* | util: Add a new macro for testing empty lists. | José Fonseca | 2009-03-23 | 1 | -0/+3 |
| | |||||
* | tgsi: minor comments | Brian Paul | 2009-03-22 | 1 | -2/+2 |
| | |||||
* | tgsi: Document KIL, KILP instructions. | Michal Krol | 2009-03-21 | 1 | -2/+6 |
| | |||||
* | gallium/util: add upload manager helper module | Keith Whitwell | 2009-03-20 | 4 | -0/+297 |
| | | | | | | | | Add a module that will manage uploading and coalescing multiple user-buffers, malloc-buffers and other random data that doesn't happen to be in a GPU buffer already. The module stuffs multiple little uploads into larger GPU buffers to reduce create/destroy overheads, etc. | ||||
* | tgsi: Document vs_2_0 instruction set operations. | Michal Krol | 2009-03-19 | 1 | -0/+14 |
| | |||||
* | tgsi: Document vs_1_1 instruction set operations. | Michal Krol | 2009-03-19 | 1 | -0/+14 |
| | |||||
* | tgsi: Begin documenting ps_2_x instruction set operations. | Michal Krol | 2009-03-19 | 1 | -0/+44 |
| | |||||
* | util: avoid clashprone UINT, UBYTE enum values | Keith Whitwell | 2009-03-18 | 1 | -58/+58 |
| | |||||
* | draw: use AOS_ERROR rather than clash-prone ERROR() macro | Keith Whitwell | 2009-03-18 | 3 | -9/+9 |
| | |||||
* | tgsi: Restore statement ordering. | José Fonseca | 2009-03-17 | 1 | -1/+1 |
| | |||||
* | util: Realloc takes bytes. | José Fonseca | 2009-03-17 | 1 | -2/+2 |
| | |||||
* | tgsi: Document ps_2_0 instruction set operations. | Michal Krol | 2009-03-17 | 1 | -0/+57 |
| | |||||
* | tgsi: Document ps_1_4 instruction set operations. | Michal Krol | 2009-03-17 | 1 | -0/+9 |
| | |||||
* | tgsi: Document ps_1_1 instruction set operations. | Michal Krol | 2009-03-17 | 1 | -0/+9 |
| | |||||
* | tgsi: Begin documenting GLSL instruction set operations. | Michal Krol | 2009-03-17 | 1 | -0/+54 |
| | |||||
* | tgsi: Begin documenting NV_geometry_program4 instruction set operations. | Michal Krol | 2009-03-17 | 1 | -0/+14 |
| | |||||
* | tgsi: Silence const pointer cast warnings. | Michal Krol | 2009-03-17 | 1 | -4/+11 |
| | |||||
* | util: bitmask data type. | José Fonseca | 2009-03-16 | 3 | -0/+435 |
| | |||||
* | gallium: Use struct pipe_atomic for pipe refcounts. | Thomas Hellstrom | 2009-03-16 | 7 | -17/+21 |
| | | | | Signed-off-by: Thomas Hellstrom <thellstrom-at-vmware-dot-com> | ||||
* | tgsi: Begin documenting NV_gpu_program4 instruction set operations. | Michal Krol | 2009-03-16 | 1 | -0/+107 |
| | |||||
* | tgsi: Document NV_vertex_program3 instruction set operations.` | Michal Krol | 2009-03-16 | 1 | -0/+20 |
| | |||||
* | gallium: consolidate bypass_vs and bypass_clipping flags | Keith Whitwell | 2009-03-13 | 8 | -54/+29 |
| | | | | | | | | | The draw module provides a similar interface to the driver which is retained as various bits of hardware may be able to take on incremental parts of the vertex pipeline. However, there's no need to advertise all this complexity to the state tracker. There are basically two modes now - normal and passthrough/screen-coords. | ||||
* | gallium: no need to keep a copy of shader tokens in state tracker | Keith Whitwell | 2009-03-13 | 4 | -73/+36 |
| | | | | | | | | Any driver who needs a copy of the shader tokens must organize to do so itself. This has been the case for a long time, but there was still defensive code in the state tracker, which is now removed. Any bugs resulting from this need to be fixed in the offending driver... | ||||
* | gallium: Remove do_flip argument from surface_copy | Jakob Bornecrantz | 2009-03-13 | 1 | -2/+2 |
| | | | | | | | I should have gotten most uses and implementation correctly fixed, but things might break. Feel free to blame me. | ||||
* | tgsi: Localise SCS code. | Michal Krol | 2009-03-12 | 1 | -8/+8 |
| | |||||
* | tgsi: Rewrite NRM opcode, store 1.0 in W component. | Michal Krol | 2009-03-12 | 1 | -23/+27 |
| | |||||
* | tgsi: Begin documenting NV_fragment_program2 instruction set operations. | Michal Krol | 2009-03-12 | 1 | -0/+78 |
| | |||||
* | tgsi: Begin documenting ARB_fragment_program instruction set operations. | Michal Krol | 2009-03-12 | 1 | -0/+30 |
| | |||||
* | tgsi: Document ARB_vertex_program instruction set operations. | Michal Krol | 2009-03-12 | 1 | -0/+16 |
| | |||||
* | tgsi: Begin documenting NV_vertex_program2 instruction set operations. | Michal Krol | 2009-03-12 | 1 | -0/+42 |
| | |||||
* | util: fix debug_assert() to avoid unused variable warnings in release builds | Keith Whitwell | 2009-03-12 | 1 | -1/+1 |
| | |||||
* | tgsi: Implement RFL, SFL, STR, X2D opcodes. | Michal Krol | 2009-03-11 | 1 | -5/+87 |
| | |||||
* | tgsi: Begin documenting NV_fragment_program instruction set operations. | Michal Krol | 2009-03-11 | 1 | -0/+190 |
| | |||||
* | tgsi: Implement RCC opcode. | Michal Krol | 2009-03-11 | 1 | -1/+32 |
| | |||||
* | tgsi: Document NV_vertex_program1_1 instruction set operations. | Michal Krol | 2009-03-11 | 1 | -0/+28 |
| | |||||
* | tgsi: Untabify. | Michal Krol | 2009-03-10 | 1 | -31/+31 |
| | |||||
* | tgsi: Implement CLAMP opcode. | Michal Krol | 2009-03-10 | 1 | -7/+14 |
| | |||||
* | tgsi: Consider INDEX, NEGATE, MULTIPLYMATRIX opcodes for removal. | Michal Krol | 2009-03-10 | 1 | -0/+3 |
| | |||||
* | tgsi: ARL and FLOOR opcodes have the same implementation. | Michal Krol | 2009-03-10 | 1 | -11/+2 |
| | |||||
* | tgsi: ARL is a vector instruction. | Michal Krol | 2009-03-10 | 1 | -0/+3 |
| | |||||
* | tgsi: Note that LOG and EXP are approximations. | Michal Krol | 2009-03-10 | 1 | -2/+2 |
| | |||||
* | tgsi: Document EXT_vertex_shader instruction set operations. | Michal Krol | 2009-03-10 | 1 | -0/+108 |
| | |||||
* | tgsi: Implement CND, CND0 opcodes. | Michal Krol | 2009-03-09 | 1 | -2/+14 |
| | |||||
* | tgsi: Remove redundant micro_ge() -- use micro_le(). | Michal Krol | 2009-03-09 | 1 | -15/+1 |
| | |||||
* | tgsi: Document ATI_fragment_shader instruction set operations. | Michal Krol | 2009-03-09 | 1 | -0/+54 |
| | |||||
* | tgsi: Document NV_vertex_program instruction set operations. | Michal Krol | 2009-03-08 | 1 | -0/+145 |
| |