summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/i965simple
Commit message (Expand)AuthorAgeFilesLines
* 965: use correct offset for constants vs immediatesKeith Whitwell2008-01-041-2/+2
* 965: always perform SF parameter setup for positionKeith Whitwell2008-01-042-2/+16
* 965: scan fs inputs to work out interpolation in setup programKeith Whitwell2008-01-042-45/+87
* i965: a little better way of handling immediatesZack Rusin2007-12-243-3/+10
* i965: very crude and hacky way of handling immediatesZack Rusin2007-12-203-9/+33
* 965: respect pipe flush flagsKeith Whitwell2007-12-205-14/+13
* 965: fix the constant buffersZack Rusin2007-12-201-2/+2
* 965: dump curbe contents to stderrKeith Whitwell2007-12-191-2/+3
* constsZack Rusin2007-12-192-11/+22
* 965: count grf allocation correctly for wm prog, first aub triangleKeith Whitwell2007-12-191-1/+1
* 965: hardwire correct behaviour for vp-tri setup (for now...)Keith Whitwell2007-12-191-1/+1
* 965: make sure stipple state gets uploadedKeith Whitwell2007-12-194-35/+65
* 965: fill unused surface pointers with zeroKeith Whitwell2007-12-191-14/+4
* i965: emit fb write on RET for now (until we get END back)Zack Rusin2007-12-191-0/+4
* 965: pitch is in bytes not pixelsKeith Whitwell2007-12-191-1/+1
* 965: fix off-by-one in scissor rectKeith Whitwell2007-12-191-2/+2
* 965: fix off-by-one in surface dimensionsKeith Whitwell2007-12-191-11/+11
* i965: actually detect whether a sampler is enabled/disabledZack Rusin2007-12-191-1/+2
* 965: disable clipping more, and restore drawing rect packetKeith Whitwell2007-12-191-1/+28
* 965: disable clipping for nowKeith Whitwell2007-12-191-0/+5
* 965: fix vertex pointsize state, match default cull modeKeith Whitwell2007-12-191-2/+2
* 965: fix colormask stateKeith Whitwell2007-12-191-4/+4
* 965: populate fp_input_count in setup keyKeith Whitwell2007-12-191-0/+4
* i965: stuff the outputs into mrf registers when possibleZack Rusin2007-12-191-3/+8
* i965: be smarter about register allocationZack Rusin2007-12-191-8/+6
* gallium: rationalize vertex_element state packetKeith Whitwell2007-12-183-46/+24
* i965: don't treat swz differently and upload vertex buffersZack Rusin2007-12-183-14/+24
* i965: index the destination offset with regards to the current indexZack Rusin2007-12-171-1/+1
* i965: return false when the function fails, not succeedsZack Rusin2007-12-171-3/+2
* gallium: incorporate alpha state into depth_stencil state object.Keith Whitwell2007-12-175-71/+38
* 965: remove dead state atom declsKeith Whitwell2007-12-172-20/+0
* 965: fix for non-indexed draw pathKeith Whitwell2007-12-171-2/+5
* 965: fix/hack check for NULL texunit in state uploadKeith Whitwell2007-12-171-0/+3
* 965: fix ExtDivide checkKeith Whitwell2007-12-171-1/+1
* 965: put brw_constant_buffer atom directly in update listKeith Whitwell2007-12-171-2/+1
* rename some 'mesa' functionsBrian2007-12-151-19/+16
* Use tile functions in new p_tile.[ch]Brian2007-12-151-87/+5
* 965: get brw_wm_surface_state compiling againKeith Whitwell2007-12-132-3/+11
* 965: get fragment shader compiler compilingKeith Whitwell2007-12-1329-2030/+1790
* i965: make the wm_surface compileZack Rusin2007-12-131-45/+45
* 965: magic callback to get buffer offsetKeith Whitwell2007-12-131-0/+9
* 965: missing code from last commitKeith Whitwell2007-12-135-17/+11
* 965: remove dead codeKeith Whitwell2007-12-132-150/+0
* 965: remove dead codeKeith Whitwell2007-12-132-224/+0
* 965: remove dead codeKeith Whitwell2007-12-131-1007/+0
* 965: remove dead codeKeith Whitwell2007-12-131-134/+9
* 965: remove reference to metaopsKeith Whitwell2007-12-131-10/+0
* 965: use state atom array directlyKeith Whitwell2007-12-131-32/+5
* 965: calculate nr enabled vbos on the flyKeith Whitwell2007-12-131-4/+7
* Actually allocate the output registers.Zack Rusin2007-12-131-21/+17