aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/i965simple/brw_wm_decl.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* brw: Fix build after TGSI declaration interface changes.Michal Krol2008-05-311-5/+3
|
* gallium/i965: remove more dependencies on pipe_shader_state semantic infoBrian2008-02-271-1/+1
|
* gallium/i965: remove brw_shader_info structBrian2008-02-271-4/+14
| | | | | | The info it contained is now found in tgsi_shader_info. Added a few assertions to catch potential misunderstandings about register counts vs. highest register index used.
* gallium/i965: remove dependencies on pipe_shader_state's semantic infoBrian2008-02-271-4/+4
| | | | The brw_shader_info struct is rendundant and could be removed...
* 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/+383
This is in a separate commit to ensure renames are properly preserved.