summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/i965simple/brw_context.h
Commit message (Collapse)AuthorAgeFilesLines
* i965g: Drop i965simpleJakob Bornecrantz2009-10-051-684/+0
| | | | | | The driver never work with real hardware and has bitrotted for quite some time now, might as well drop it. If somebody wants to look at it just use git.
* i965: Remove extraneous arg to debug_printf.José Fonseca2008-08-081-1/+1
|
* Merge tgsi/exec and tgsi/util directories.José Fonseca2008-07-281-1/+1
|
* gallium: Drop pipe_texture->cpp and pipe_surface->cpp.José Fonseca2008-06-271-2/+2
| | | | | The chars-per-pixel concept falls apart with compressed and yuv images, where more than one pixel are coded in a single data block.
* Revert DOS line endings.José Fonseca2008-05-261-684/+684
|
* gallium: Eliminate p_winsys::printfJosé Fonseca2008-03-311-3/+3
| | | | Not convenient and almost not used at all. Better replacements in p_debug.h
* gallium: replace PIPE_ATTRIB_MAX with PIPE_MAX_ATTRIBSBrian2008-03-271-6/+6
| | | | | The later follows the naming scheme of other limits. Keep the old definition until all possible usage is updated.
* gallium: michel's patch to rework texture/sampler binding interfaceKeith Whitwell2008-03-051-681/+684
| | | | | Bind all the samplers/textures at once rather than piecemeal. This is easier for drivers to understand.
* gallium/i965: remove brw_shader_info structBrian2008-02-271-12/+1
| | | | | | 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: added const to silence warningsBrian2008-02-271-1/+1
|
* gallium/i965: remove UsesDepth, UsesKill - use tgsi_shader_info insteadBrian2008-02-271-2/+0
|
* gallium/i965: remove dependencies on pipe_shader_state's semantic infoBrian2008-02-271-2/+6
| | | | The brw_shader_info struct is rendundant and could be removed...
* Code reorganization: move files into their places.José Fonseca2008-02-151-0/+690
This is in a separate commit to ensure renames are properly preserved.