Age | Commit message (Expand) | Author |
2007-10-26 | Re-implement GLSL texture sampler variables. | Brian |
2007-10-26 | Hold a stack of temporaries so that we can redeclare them | Zack Rusin |
2007-10-26 | convert OPCODE_END -> TGSI_OPCODE_RET | Brian |
2007-10-26 | if we hit RET w/ empty call stack, halt | Brian |
2007-10-26 | Initial support for immediate values in TGSI programs. | Brian |
2007-10-26 | Get basic function calls working in the shaders. | Zack Rusin |
2007-10-26 | Fix swizzle fetching in tgsi_util_get_full_src_register_extswizzle. Shorten | Zack Rusin |
2007-10-26 | Make ret part of the instruction block instead of implicitely | Zack Rusin |
2007-10-26 | surface_alloc() is now a winsys function. | Brian |
2007-10-26 | Actually move region_alloc() and region_release() to intel_winsys. | José Fonseca |
2007-10-25 | clean-up, simplify some tile code, more to come | Brian |
2007-10-25 | Move region_alloc() and region_release() to pipe_winsys. | Brian |
2007-10-25 | silence warning | Brian |
2007-10-25 | Move the get/put_tile() functions to pipe_context. | Brian |
2007-10-25 | tex comments | Brian |
2007-10-25 | added some comments | Brian |
2007-10-25 | update TILE_TOP/BOTTOM_* values to match softpipe | Brian |
2007-10-25 | s/GLfloat/float/, s/GLint/int/, etc | Brian |
2007-10-25 | Briefly describe the buffer management interface. | José Fonseca |
2007-10-25 | Expand pkg-config flags before invoking the compiler. | José Fonseca |
2007-10-25 | Ignore generated files. | José Fonseca |
2007-10-25 | LLVM requires linking with the C++ compiler. | Michel Dänzer |
2007-10-25 | Implement loops | Zack Rusin |
2007-10-25 | Fix nested swizzles. Actually fetch the destination contents | Zack Rusin |
2007-10-25 | Fix nested conditionals | Zack Rusin |
2007-10-25 | Test some functionality of vp using GLSL that pure vp isn't testing. | Zack Rusin |
2007-10-25 | Implement else ops. | Zack Rusin |
2007-10-25 | set vcache.referenced bit always | keithw |
2007-10-24 | Make branching work :) Simply allow output variables as valid | Zack Rusin |
2007-10-24 | Simplify branch handling. Prepare for proper decleration extraction. | Zack Rusin |
2007-10-24 | Fix glDrawElements + VBO rendering when ptr/offset is not zero. | Brian |
2007-10-24 | Revert "Undo indexOffset change (I think, git???)" | Brian |
2007-10-24 | Undo indexOffset change (I think, git???) | Brian |
2007-10-24 | add to git | Brian |
2007-10-24 | Implement gl_PointCoord attribute for GLSL fragment shaders. | Brian |
2007-10-24 | print CAL label | Brian |
2007-10-24 | fix bug in RET code | Brian |
2007-10-24 | better debug output | Brian |
2007-10-24 | a bit more work for optimizing clears in tile cache (not enabled yet) | Brian |
2007-10-24 | flush pipe in draw_stencil_pixels() | Brian |
2007-10-24 | get_tile() for z16, z32, s8z24 surfaces needs to return 4 floats per pixel (f... | Brian |
2007-10-24 | added a pipe->flush() call in xmesa_clear() | Brian |
2007-10-24 | Add copyright headers and do some cleanups. | Zack Rusin |
2007-10-24 | Remove the silly function and remove the bogus comment. | Zack Rusin |
2007-10-24 | Cleanup some code. | Zack Rusin |
2007-10-24 | Implement arl, lerp opcodes and do a first stab at if/endif | Zack Rusin |
2007-10-24 | Implement cross product and abs opcode | Zack Rusin |
2007-10-24 | Implement extended swizzling. | Zack Rusin |
2007-10-24 | Implement SGE and SLT | Zack Rusin |
2007-10-24 | Introduce linux-llvm target. Remove the llvm code from the default build for ... | Zack Rusin |