summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe
Commit message (Expand)AuthorAgeFilesLines
* 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
* clean-ups, silence warningsBrian2008-01-031-8/+18
* rename vars, clean-up formattingBrian2008-01-031-13/+20
* replace void * with struct draw_vertex_shader opaque typeBrian2008-01-034-18/+16
* Cell: initial work for getting/putting Z tilesBrian2008-01-033-23/+39
* disable bbox code until glitches are fixedBrian2008-01-031-1/+1
* Cell: improve surface state code to replace some temporary code.Brian2008-01-037-25/+103
* asst changes in bbox code, dma tags, etcBrian2008-01-031-9/+23
* insert a temporary flush to fix missing triangles artifactBrian2008-01-031-0/+5
* pass surface format in cell_command_framebuffer structBrian2008-01-034-5/+8
* better debug codeBrian2008-01-031-2/+15
* make use of prim bounds box infoBrian2008-01-023-3/+47
* only fetch as much vertex data as neededBrian2008-01-023-5/+9
* remove previous triangle test codeBrian2008-01-025-94/+5
* Cell: basic triangle rendering works.Brian2008-01-0212-18/+240
* Plug in more infrastructure for actual rendering.Brian2008-01-0110-67/+675
* hack/fix pack_color() for correct ps3 formatBrian2008-01-011-2/+11
* Clean-up, re-org some vertex/fragment shader state code.Brian2008-01-014-29/+27
* move SP_NEW_ #defines into sp_state.hBrian2008-01-012-16/+21
* fix single-sided stencil test bugBrian2008-01-011-7/+13
* fix leak, fix refcount errorBrian2008-01-011-6/+11
* fix a mem leak, document another existing leakBrian2008-01-011-1/+8
* unref const buffers during context destroyBrian2008-01-011-0/+7
* fix mem leaksBrian2008-01-011-0/+4
* free surface caches in softpipe_destroy()Brian2008-01-011-0/+9
* free tgsi machine stateBrian2008-01-011-0/+1
* free tgsi machine stateBrian2008-01-011-0/+1
* added tgsi_exec_machine_free_data()Brian2008-01-012-0/+21
* 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-202-3/+3
* temporarily defeat an assertionBrian2007-12-191-0/+1
* Fix problem with initial viewport/scissor size.Brian2007-12-191-2/+6
* remove obsolete TXP, add some sanity checksBrian2007-12-191-2/+11
* move st_make_current() before buffer size check so renderbuffer alloc storage...Brian2007-12-191-2/+2
* 965: dump curbe contents to stderrKeith Whitwell2007-12-191-2/+3
* 965: handle BRW_CONSTANT_BUFFER data typeKeith Whitwell2007-12-191-0/+8
* constsZack Rusin2007-12-193-12/+23
* 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: align buffer allocations to 4kKeith Whitwell2007-12-191-3/+3
* 965: make sure stipple state gets uploadedKeith Whitwell2007-12-194-35/+65
* 965: allocate buffer space to hold batch commandsKeith Whitwell2007-12-191-1/+7
* 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