summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/i965simple/brw_wm_glsl.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename TGSI LOOP instruction to better match theri usage.Michal Krol2009-07-311-3/+3
| | | | | | | | The LOOP/ENDLOOP pair is renamed to BGNFOR/ENDFOR as its behaviour is similar to a C language for-loop. The BGNLOOP2/ENDLOOP2 pair is renamed to BGNLOOP/ENDLOOP as now there is no name collision.
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-1/+2
| | | | Also, rename p_tile.[ch] to u_tile.[ch]
* Merge tgsi/exec and tgsi/util directories.José Fonseca2008-07-281-1/+1
|
* remove reference to obsolete ExtDivideBrian2008-03-121-4/+0
|
* Code reorganization: update build.José Fonseca2008-02-151-1/+1
| | | | | | | | | Update the Makefiles and includes for the new paths. Note that there hasn't been no separation of the Makefiles yet, and make is jumping all over the place. That will be taken care shortly. But for now, make should work. It was tested with linux and linux-dri. Linux-cell and linux-llvm might require some minor tweaks.
* Code reorganization: move files into their places.José Fonseca2008-02-151-0/+1079
This is in a separate commit to ensure renames are properly preserved.