summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add copyright headers to all rtasm source files.José Fonseca2008-02-192-3/+48
* Rename rtasm files.José Fonseca2008-02-196-23/+25
* Bring rtasm from mesa to gallium.José Fonseca2008-02-1910-1/+2034
* Initial scons support to build gallivm.José Fonseca2008-02-193-1/+34
* More llvm -> gallivm.José Fonseca2008-02-191-1/+1
* gallium: move draw_set_viewport_state() call, plus code clean-up, remove obso...Brian2008-02-181-12/+4
* gallium: call draw_flush() for scissor/stipple state changesBrian2008-02-181-0/+4
* gallium: remove the prototype/unused wide_line_aa() functionBrian2008-02-181-68/+1
* gallium: antialiased line drawingBrian2008-02-1810-10/+914
* Update for llvm -> gallivm rename.José Fonseca2008-02-185-11/+7
* Rename llvm -> gallivm.José Fonseca2008-02-1819-0/+0
* Standardize on using the pipe/ include prefix.José Fonseca2008-02-189-22/+20
* Update scons build for new code layout.José Fonseca2008-02-1814-181/+188
* Add an "all" target alias for "default" target.José Fonseca2008-02-181-0/+2
* Build glx/x11.José Fonseca2008-02-181-0/+1
* Cleanup depend files.José Fonseca2008-02-181-0/+1
* Actually use GALLIUM_DRIVER_DIRS.José Fonseca2008-02-181-1/+1
* Code reorganization: split gallium and mesa makefiles.José Fonseca2008-02-1817-147/+264
* Update doxygen configuration file for new tree layout.José Fonseca2008-02-181-3/+3
* fix the buildZack Rusin2008-02-171-1/+1
* gallium: add missing mip level clampBrian2008-02-161-1/+2
* gallium: tweak texture filter min/mag thresholdsBrian2008-02-161-3/+5
* gallium: implement min vs. mag filter determination for non-mipmapped texturesBrian2008-02-161-0/+13
* Added minmag.c testBrian2008-02-162-0/+199
* Cell: Enable code gen for SPE attribute fetchIan Romanick2008-02-158-490/+71
* Cell: Add missing back-slash in linux-cell config fileIan Romanick2008-02-151-1/+1
* Cell: Add INCLUDE_DIRS to SPU_CFLAGS to fix build.Ian Romanick2008-02-151-1/+3
* Make this file build on non-SSE builds (e.g., Cell)Ian Romanick2008-02-151-1/+1
* Move cell_vertex_fetch.c for recent code reorg.Ian Romanick2008-02-151-0/+0
* Initial version of code gen for attribute fetchIan Romanick2008-02-151-0/+392
* Correct the convert to and from float instructionsIan Romanick2008-02-152-4/+42
* tgsi: pass through failure to sse-codegenerate for fragment programs too.Keith Whitwell2008-02-151-4/+6
* draw: subclass vertex shaders according to execution methodKeith Whitwell2008-02-158-232/+766
* softpipe: rename some functions to disambiguateKeith Whitwell2008-02-151-6/+6
* Merge commit 'origin/gallium-0.1' into gallium-0.1Keith Whitwell2008-02-1588-40/+40
|\
| * Code reorganization: s/aux/auxiliary/ -- update build.José Fonseca2008-02-158-40/+40
| * Code reorganization: s/aux/auxiliary/.José Fonseca2008-02-1581-0/+0
* | Merge commit 'origin/gallium-0.1' into gallium-0.1Keith Whitwell2008-02-15400-2191/+3276
|\ \ | |/
| * Code reorganization: placeholder for state-trackers.José Fonseca2008-02-151-0/+2
| * Code reorganization: update build.José Fonseca2008-02-15127-241/+445
| * Code reorganization: move files into their places.José Fonseca2008-02-15342-0/+0
| * vastly simplify indexingZack Rusin2008-02-154-130/+59
| * redo indirectionZack Rusin2008-02-154-31/+130
| * redo the way immediates are handledZack Rusin2008-02-155-57/+190
| * rename 'argument' to 'load' because that's what it doesZack Rusin2008-02-153-14/+14
| * implement swizzling on writesZack Rusin2008-02-153-54/+56
| * a call was missed during the last renameZack Rusin2008-02-151-1/+1
| * gallium: Fix memory leak.Michal Krol2008-02-151-0/+3
| * gallium: Fix memory leak.Michal Krol2008-02-151-0/+1
| * gallium: Use align_free() to free aligned memories.Michal Krol2008-02-151-2/+2