summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/i965simple
AgeCommit message (Expand)Author
2007-12-24i965: a little better way of handling immediatesZack Rusin
2007-12-20i965: very crude and hacky way of handling immediatesZack Rusin
2007-12-20965: respect pipe flush flagsKeith Whitwell
2007-12-20965: fix the constant buffersZack Rusin
2007-12-19965: dump curbe contents to stderrKeith Whitwell
2007-12-19constsZack Rusin
2007-12-19965: count grf allocation correctly for wm prog, first aub triangleKeith Whitwell
2007-12-19965: hardwire correct behaviour for vp-tri setup (for now...)Keith Whitwell
2007-12-19965: make sure stipple state gets uploadedKeith Whitwell
2007-12-19965: fill unused surface pointers with zeroKeith Whitwell
2007-12-19i965: emit fb write on RET for now (until we get END back)Zack Rusin
2007-12-19965: pitch is in bytes not pixelsKeith Whitwell
2007-12-19965: fix off-by-one in scissor rectKeith Whitwell
2007-12-19965: fix off-by-one in surface dimensionsKeith Whitwell
2007-12-19i965: actually detect whether a sampler is enabled/disabledZack Rusin
2007-12-19965: disable clipping more, and restore drawing rect packetKeith Whitwell
2007-12-19965: disable clipping for nowKeith Whitwell
2007-12-19965: fix vertex pointsize state, match default cull modeKeith Whitwell
2007-12-19965: fix colormask stateKeith Whitwell
2007-12-19965: populate fp_input_count in setup keyKeith Whitwell
2007-12-19i965: stuff the outputs into mrf registers when possibleZack Rusin
2007-12-19i965: be smarter about register allocationZack Rusin
2007-12-18gallium: rationalize vertex_element state packetKeith Whitwell
2007-12-18i965: don't treat swz differently and upload vertex buffersZack Rusin
2007-12-17i965: index the destination offset with regards to the current indexZack Rusin
2007-12-17i965: return false when the function fails, not succeedsZack Rusin
2007-12-17gallium: incorporate alpha state into depth_stencil state object.Keith Whitwell
2007-12-17965: remove dead state atom declsKeith Whitwell
2007-12-17965: fix for non-indexed draw pathKeith Whitwell
2007-12-17965: fix/hack check for NULL texunit in state uploadKeith Whitwell
2007-12-17965: fix ExtDivide checkKeith Whitwell
2007-12-17965: put brw_constant_buffer atom directly in update listKeith Whitwell
2007-12-15rename some 'mesa' functionsBrian
2007-12-15Use tile functions in new p_tile.[ch]Brian
2007-12-13965: get brw_wm_surface_state compiling againKeith Whitwell
2007-12-13965: get fragment shader compiler compilingKeith Whitwell
2007-12-13i965: make the wm_surface compileZack Rusin
2007-12-13965: magic callback to get buffer offsetKeith Whitwell
2007-12-13965: missing code from last commitKeith Whitwell
2007-12-13965: remove dead codeKeith Whitwell
2007-12-13965: remove dead codeKeith Whitwell
2007-12-13965: remove dead codeKeith Whitwell
2007-12-13965: remove dead codeKeith Whitwell
2007-12-13965: remove reference to metaopsKeith Whitwell
2007-12-13965: use state atom array directlyKeith Whitwell
2007-12-13965: calculate nr enabled vbos on the flyKeith Whitwell
2007-12-13Actually allocate the output registers.Zack Rusin
2007-12-12Remove get/put_tile_rgba() functions.Brian
2007-12-12PIPE_SCREEN_SURFACE no longer neededBrian
2007-12-12965: remove complex compiler for simple fragment programs.Keith Whitwell