summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i965/brw_context.h
AgeCommit message (Expand)AuthorFilesLines
2011-11-29i965g: Delete this driver.Kai Wasserbäch1-865/+0
2011-01-09i965g: update to similiar gen stuff as i965Dave Airlie1-7/+8
2010-12-02gallium: support for array textures and related changesRoland Scheidegger1-0/+1
2010-07-29gallium: Implement draw_vbo and set_index_buffer for all drivers.Chia-I Wu1-0/+1
2010-04-10Squashed commit of the following:Keith Whitwell1-3/+3
2010-03-10Merge branch 'master' into gallium-sampler-viewMichal Krol1-3/+2
2010-03-01i965g: adapt to new vertex element csoRoland Scheidegger1-3/+2
2010-02-11i965g: adapt to stencil ref changesRoland Scheidegger1-1/+2
2010-02-08gallium: squash-merge of gallium screen contextKeith Whitwell1-0/+4
2009-12-24i965g: get trivial/tri working again after edgeflag changesKeith Whitwell1-2/+7
2009-12-21i965g: fixes to build after merge of masterKeith Whitwell1-2/+2
2009-12-21i965g: hook vertex state emit up to PIPE_NEW_VERTEX_BUFFERKeith Whitwell1-1/+1
2009-12-10i965: Fix after sampler view changes.michal1-2/+2
2009-11-30brw: add dumping to gem winsysKeith Whitwell1-5/+0
2009-11-21i965g: get basic texturing working againKeith Whitwell1-5/+8
2009-11-19i965g: first pass at vs immediates in curbeKeith Whitwell1-0/+6
2009-11-19i965g: include interpolation info in fs signatureKeith Whitwell1-2/+3
2009-11-19i965g: add new state flag tracking fs signature changesKeith Whitwell1-0/+1
2009-11-17i965g: handle special vs outputs speciallyKeith Whitwell1-4/+15
2009-11-11i965g: consult fs inputs when laying out vs output regsKeith Whitwell1-0/+13
2009-11-06i965g: get rid of cc key, simplify state uploadKeith Whitwell1-2/+11
2009-11-06i965g: propogate nr_cbufs into wm prog keyKeith Whitwell1-0/+1
2009-11-06i965g: disassemble each instruction as generatedKeith Whitwell1-0/+1
2009-11-06i965g: don't set up vs stack register for non-branching shadersKeith Whitwell1-0/+2
2009-11-06i965g: use curr.vertex_element state directlyKeith Whitwell1-5/+0
2009-11-05i965g: pass relocation information in an array with bo_subdataKeith Whitwell1-2/+2
2009-11-05i965g: remove duplicate viewport state in brw_contextKeith Whitwell1-4/+1
2009-11-05i965g: correct size of surf_bo arrayKeith Whitwell1-1/+1
2009-11-05i965g: disassemble more than one instruction at a timeKeith Whitwell1-1/+3
2009-11-05i965g: add lots of error checks and early returnsKeith Whitwell1-1/+1
2009-11-05i965g: add data type tags to aid dumping/decodingKeith Whitwell1-18/+22
2009-11-04i965g: remove redundant screen pointer in brw context structKeith Whitwell1-1/+0
2009-11-04i965g: hook up some vertex state funcsKeith Whitwell1-2/+2
2009-11-04i965g: hook up pipe_clear functionsKeith Whitwell1-0/+2
2009-11-04i965g: hook up pipe sampler callbacksKeith Whitwell1-1/+1
2009-11-04i965g: hook up more pipe_context functionsKeith Whitwell1-0/+3
2009-11-04i965g: add standalone xlib debug winsysKeith Whitwell1-2/+3
2009-11-01i965g: more files compilingKeith Whitwell1-6/+2
2009-11-01i965g: more files compilingKeith Whitwell1-0/+1
2009-11-01i965g: more work on compilation -- surface managementKeith Whitwell1-5/+6
2009-10-31i965g: more work on compilationKeith Whitwell1-1/+9
2009-10-29i965g: work in progress on fragment shadersKeith Whitwell1-2/+8
2009-10-27i965g: still working on compilationKeith Whitwell1-0/+1
2009-10-26i965g: still working on compilationKeith Whitwell1-5/+10
2009-10-26i965g: still working on compilationKeith Whitwell1-2/+16
2009-10-25i965g: start hooking up some to the gallium context interfacesKeith Whitwell1-34/+47
2009-10-25i965g: more compiling wipKeith Whitwell1-4/+11
2009-10-25i965g: more work on compiling, particularly the brw_draw filesKeith Whitwell1-22/+46
2009-10-24i965g: more work on compilingKeith Whitwell1-27/+20
2009-10-24i965g: more files compilingKeith Whitwell1-51/+38