aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/i965/brw_pipe_sampler.c
Commit message (Collapse)AuthorAgeFilesLines
* i965g: fixes to build after merge of masterKeith Whitwell2009-12-211-3/+17
|
* i965g: get basic texturing working againKeith Whitwell2009-11-211-2/+1
| | | | | | Revert to fixed-layout surface binding table -- it's probably the best way to do this. Pass sampler and texture numbers separately even though we're always keeping them the same at present.
* i965g: hook up pipe sampler callbacksKeith Whitwell2009-11-041-63/+114
|
* i965g: hook up more pipe_context functionsKeith Whitwell2009-11-041-1/+5
|
* i965g: more work on compilationKeith Whitwell2009-10-311-0/+32
|
* i965g: still working on compilationKeith Whitwell2009-10-261-0/+81
|
* i965g: start hooking up some to the gallium context interfacesKeith Whitwell2009-10-251-0/+52
- create/bind/destroy blend and depth state - framebuffer and viewport - etc.