Age | Commit message (Expand) | Author |
2008-02-19 | Simplify makefile boilerplate code. | José Fonseca |
2008-02-19 | Use gallium's rtasm module. | José Fonseca |
2008-02-19 | Move mm.c code into util module. | José Fonseca |
2008-02-19 | Add copyright headers to all rtasm source files. | José Fonseca |
2008-02-19 | Rename rtasm files. | José Fonseca |
2008-02-19 | Bring rtasm from mesa to gallium. | José Fonseca |
2008-02-19 | Initial scons support to build gallivm. | José Fonseca |
2008-02-19 | More llvm -> gallivm. | José Fonseca |
2008-02-18 | gallium: move draw_set_viewport_state() call, plus code clean-up, remove obso... | Brian |
2008-02-18 | gallium: call draw_flush() for scissor/stipple state changes | Brian |
2008-02-18 | gallium: remove the prototype/unused wide_line_aa() function | Brian |
2008-02-18 | gallium: antialiased line drawing | Brian |
2008-02-18 | Update for llvm -> gallivm rename. | José Fonseca |
2008-02-18 | Rename llvm -> gallivm. | José Fonseca |
2008-02-18 | Standardize on using the pipe/ include prefix. | José Fonseca |
2008-02-18 | Update scons build for new code layout. | José Fonseca |
2008-02-18 | Add an "all" target alias for "default" target. | José Fonseca |
2008-02-18 | Build glx/x11. | José Fonseca |
2008-02-18 | Cleanup depend files. | José Fonseca |
2008-02-18 | Actually use GALLIUM_DRIVER_DIRS. | José Fonseca |
2008-02-18 | Code reorganization: split gallium and mesa makefiles. | José Fonseca |
2008-02-18 | Update doxygen configuration file for new tree layout. | José Fonseca |
2008-02-17 | fix the build | Zack Rusin |
2008-02-16 | gallium: add missing mip level clamp | Brian |
2008-02-16 | gallium: tweak texture filter min/mag thresholds | Brian |
2008-02-16 | gallium: implement min vs. mag filter determination for non-mipmapped textures | Brian |
2008-02-16 | Added minmag.c test | Brian |
2008-02-15 | Cell: Enable code gen for SPE attribute fetch | Ian Romanick |
2008-02-15 | Cell: Add missing back-slash in linux-cell config file | Ian Romanick |
2008-02-15 | Cell: Add INCLUDE_DIRS to SPU_CFLAGS to fix build. | Ian Romanick |
2008-02-15 | Make this file build on non-SSE builds (e.g., Cell) | Ian Romanick |
2008-02-15 | Move cell_vertex_fetch.c for recent code reorg. | Ian Romanick |
2008-02-15 | Initial version of code gen for attribute fetch | Ian Romanick |
2008-02-15 | Correct the convert to and from float instructions | Ian Romanick |
2008-02-15 | tgsi: pass through failure to sse-codegenerate for fragment programs too. | Keith Whitwell |
2008-02-15 | draw: subclass vertex shaders according to execution method | Keith Whitwell |
2008-02-15 | softpipe: rename some functions to disambiguate | Keith Whitwell |
2008-02-15 | Merge commit 'origin/gallium-0.1' into gallium-0.1 | Keith Whitwell |
2008-02-15 | Merge commit 'origin/gallium-0.1' into gallium-0.1 | Keith Whitwell |
2008-02-15 | Code reorganization: s/aux/auxiliary/ -- update build. | José Fonseca |
2008-02-15 | Code reorganization: s/aux/auxiliary/. | José Fonseca |
2008-02-15 | gallium: reorganize fragment shader execution, unbreak sse | Keith Whitwell |
2008-02-15 | tgsi: disable dummy sse2 texture code | Keith Whitwell |
2008-02-15 | Code reorganization: placeholder for state-trackers. | José Fonseca |
2008-02-15 | Code reorganization: update build. | José Fonseca |
2008-02-15 | Code reorganization: move files into their places. | José Fonseca |
2008-02-15 | vastly simplify indexing | Zack Rusin |
2008-02-15 | redo indirection | Zack Rusin |
2008-02-15 | redo the way immediates are handled | Zack Rusin |
2008-02-15 | rename 'argument' to 'load' because that's what it does | Zack Rusin |