summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/i965simple
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove get/put_tile_rgba() functions.Brian2007-12-121-69/+4
* PIPE_SCREEN_SURFACE no longer neededBrian2007-12-121-1/+3
* 965: remove complex compiler for simple fragment programs.Keith Whitwell2007-12-126-2545/+0
* 965: sketch changes to brw_wm_surface_state.cKeith Whitwell2007-12-121-2/+14
* 965: delete dead filesKeith Whitwell2007-12-122-66/+0
* 965: delete dead filesKeith Whitwell2007-12-123-45/+0
* 965: delete dead filesKeith Whitwell2007-12-123-669/+0
* i965: compile vertex shaders and emit hardware instructionsZack Rusin2007-12-121-203/+275
* 965: remove duplicate brw_draw functions, make init a bit cleanerKeith Whitwell2007-12-113-54/+7
* gallium: remove set_sampler_units interfaceKeith Whitwell2007-12-111-8/+2
* gallium: remove redundant clear_color state.Keith Whitwell2007-12-112-10/+0
* Port i965 driver to Gallium3D.Zack Rusin2007-12-1175-0/+23715