| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | indentation fixes | Brian | 2007-10-27 | 1 | -20/+20 |
* | Comments about texture instructions and the src regs | Brian | 2007-10-27 | 1 | -8/+12 |
* | Remove remnants of softpipe_surface. | Brian | 2007-10-27 | 9 | -145/+41 |
* | Obsolete | Brian | 2007-10-27 | 2 | -11/+0 |
* | Move mesa_to_tgsi.[ch] into state tracker. | Brian | 2007-10-27 | 2 | -828/+0 |
* | Fix up handling of immediate values for TGSI shaders. | Brian | 2007-10-26 | 3 | -21/+9 |
* | Re-implement GLSL texture sampler variables. | Brian | 2007-10-26 | 12 | -1/+54 |
* | Hold a stack of temporaries so that we can redeclare them | Zack Rusin | 2007-10-26 | 3 | -1/+27 |
* | convert OPCODE_END -> TGSI_OPCODE_RET | Brian | 2007-10-26 | 1 | -1/+1 |
* | if we hit RET w/ empty call stack, halt | Brian | 2007-10-26 | 1 | -7/+7 |
* | Initial support for immediate values in TGSI programs. | Brian | 2007-10-26 | 4 | -7/+74 |
* | Get basic function calls working in the shaders. | Zack Rusin | 2007-10-26 | 6 | -25/+190 |
* | Fix swizzle fetching in tgsi_util_get_full_src_register_extswizzle. Shorten | Zack Rusin | 2007-10-26 | 3 | -61/+25 |
* | Make ret part of the instruction block instead of implicitely | Zack Rusin | 2007-10-26 | 3 | -2/+7 |
* | surface_alloc() is now a winsys function. | Brian | 2007-10-26 | 6 | -69/+257 |
* | clean-up, simplify some tile code, more to come | Brian | 2007-10-25 | 2 | -189/+63 |
* | Move region_alloc() and region_release() to pipe_winsys. | Brian | 2007-10-25 | 5 | -129/+18 |
* | Move the get/put_tile() functions to pipe_context. | Brian | 2007-10-25 | 15 | -91/+159 |
* | tex comments | Brian | 2007-10-25 | 1 | -3/+11 |
* | added some comments | Brian | 2007-10-25 | 2 | -0/+6 |
* | update TILE_TOP/BOTTOM_* values to match softpipe | Brian | 2007-10-25 | 1 | -4/+4 |
* | s/GLfloat/float/, s/GLint/int/, etc | Brian | 2007-10-25 | 1 | -81/+81 |
* | Briefly describe the buffer management interface. | José Fonseca | 2007-10-25 | 1 | -11/+20 |
* | Implement loops | Zack Rusin | 2007-10-25 | 3 | -5/+91 |
* | Fix nested swizzles. Actually fetch the destination contents | Zack Rusin | 2007-10-25 | 2 | -4/+9 |
* | Fix nested conditionals | Zack Rusin | 2007-10-25 | 2 | -12/+2 |
* | Implement else ops. | Zack Rusin | 2007-10-25 | 3 | -2/+18 |
* | set vcache.referenced bit always | keithw | 2007-10-25 | 1 | -13/+5 |
* | Make branching work :) Simply allow output variables as valid | Zack Rusin | 2007-10-24 | 3 | -2/+31 |
* | Simplify branch handling. Prepare for proper decleration extraction. | Zack Rusin | 2007-10-24 | 4 | -70/+38 |
* | Revert "Undo indexOffset change (I think, git???)" | Brian | 2007-10-24 | 5 | -14/+10 |
* | Undo indexOffset change (I think, git???) | Brian | 2007-10-24 | 5 | -10/+14 |
* | print CAL label | Brian | 2007-10-24 | 1 | -0/+1 |
* | fix bug in RET code | Brian | 2007-10-24 | 1 | -0/+1 |
* | better debug output | Brian | 2007-10-24 | 1 | -1/+5 |
* | a bit more work for optimizing clears in tile cache (not enabled yet) | Brian | 2007-10-24 | 3 | -28/+101 |
* | get_tile() for z16, z32, s8z24 surfaces needs to return 4 floats per pixel (f... | Brian | 2007-10-24 | 1 | -9/+18 |
* | Add copyright headers and do some cleanups. | Zack Rusin | 2007-10-24 | 8 | -25/+249 |
* | Remove the silly function and remove the bogus comment. | Zack Rusin | 2007-10-24 | 1 | -58/+50 |
* | Cleanup some code. | Zack Rusin | 2007-10-24 | 7 | -5/+26 |
* | Implement arl, lerp opcodes and do a first stab at if/endif | Zack Rusin | 2007-10-24 | 5 | -135/+388 |
* | Implement cross product and abs opcode | Zack Rusin | 2007-10-24 | 3 | -2/+65 |
* | Implement extended swizzling. | Zack Rusin | 2007-10-24 | 3 | -6/+50 |
* | Implement SGE and SLT | Zack Rusin | 2007-10-24 | 3 | -2/+65 |
* | Introduce linux-llvm target. Remove the llvm code from the default build for ... | Zack Rusin | 2007-10-24 | 2 | -18/+43 |
* | Align the load/stores. Reduce the amount of debugging output. | Zack Rusin | 2007-10-24 | 8 | -973/+665 |
* | Cleanup some of the debugging output code | Zack Rusin | 2007-10-24 | 6 | -83/+9 |
* | Make lit work but in a very lame way - will have to be rewritten. | Zack Rusin | 2007-10-24 | 3 | -10/+3 |
* | Muchos fixos. gears kinda works. and cases don't crash. | Zack Rusin | 2007-10-24 | 9 | -778/+1149 |
* | implement min and max | Zack Rusin | 2007-10-24 | 3 | -2/+110 |