mesa.git
2007-12-25 Ben Skeggsnouveau: header update
2007-12-25 Ben Skeggsnv40: use index buffers rather than inline indices.
2007-12-24 Ben Skeggsnouveau: pushbuf code, now with 50% less suck!
2007-12-24 Ben Skeggsnv40: ensure all required buffers are accounted for...
2007-12-23 Ben Skeggsnouveau: speed up user buffers.
2007-12-23 Ben Skeggsnv40: seems we have stencil faces around the wrong...
2007-12-23 Ben Skeggsnouveau: don't wait when deleting fences unless needed
2007-12-23 Ben Skeggsnouveau: some cleanups
2007-12-23 Ben Skeggsnouveau: match gallium changes
2007-12-23 Ben SkeggsMerge branch 'upstream-gallium-0.1' into darktama-galli...
2007-12-20 Zack Rusini965: very crude and hacky way of handling immediates
2007-12-20 Keith Whitwellgallium: make state tracker explictly ask for rendercac...
2007-12-20 Keith Whitwell965: respect pipe flush flags
2007-12-20 Keith Whitwellgallium: translate ARB fp/vp immediates consistently...
2007-12-20 Zack Rusin965: fix the constant buffers
2007-12-19 BrianAdd some prototype code for converting RET to END for...
2007-12-19 Briantemporarily defeat an assertion
2007-12-19 BrianFix problem with initial viewport/scissor size.
2007-12-19 Brianconvert Mesa OPCODE_END to TGSI_OPCODE_END, not TGSI_OP...
2007-12-19 Brianremove obsolete TXP, add some sanity checks
2007-12-19 Brianspecial-case PSIZE too
2007-12-19 Brianmove st_make_current() before buffer size check so...
2007-12-19 Briannew assertions
2007-12-19 Keith Whitwell965: dump curbe contents to stderr
2007-12-19 Keith Whitwell965: handle BRW_CONSTANT_BUFFER data type
2007-12-19 Zack Rusinconsts
2007-12-19 Keith Whitwell965: count grf allocation correctly for wm prog, first...
2007-12-19 Keith Whitwell965: hardwire correct behaviour for vp-tri setup (for...
2007-12-19 Keith Whitwellvp-tri: match vertex/color data of other tests
2007-12-19 Keith Whitwell965: align buffer allocations to 4k
2007-12-19 Keith Whitwelluse a depth buffer temporarily
2007-12-19 Keith Whitwell965: make sure stipple state gets uploaded
2007-12-19 Keith Whitwell965: allocate buffer space to hold batch commands
2007-12-19 Zack Rusinactually set the max_index. useful in the driver
2007-12-19 Keith Whitwell965: fill unused surface pointers with zero
2007-12-19 Zack Rusini965: emit fb write on RET for now (until we get END...
2007-12-19 Keith Whitwell965: pitch is in bytes not pixels
2007-12-19 Keith Whitwell965: fix off-by-one in scissor rect
2007-12-19 Keith Whitwell965: fix off-by-one in surface dimensions
2007-12-19 Keith Whitwell965: respect surface width when dumping bitmap
2007-12-19 Zack Rusini965: actually detect whether a sampler is enabled...
2007-12-19 Keith Whitwell965: disable clipping more, and restore drawing rect...
2007-12-19 Keith Whitwell965: disable clipping for now
2007-12-19 Keith Whitwell965: fix vertex pointsize state, match default cull...
2007-12-19 Keith Whitwell965: fix colormask state
2007-12-19 Keith Whitwell965: populate fp_input_count in setup key
2007-12-19 Zack Rusini965: stuff the outputs into mrf registers when possible
2007-12-19 Zack Rusini965: be smarter about register allocation
2007-12-19 Ben Skeggsnouveau: nuke subchan auto-assign.
2007-12-19 Ben Skeggsnouveau: remove sync hack, gallium got sort-of fixed.
2007-12-19 Ben SkeggsMerge branch 'upstream-gallium-0.1' into darktama-galli...
2007-12-18 Brianturn off TGSI_DEBUG
2007-12-18 Brianfix bug on GL_VERTEX_PROGRAM_TWO_SIDE path
2007-12-18 Briansetup the frontface register (fog.y, ATM)
2007-12-18 Brianfix some semantic info mix-ups in calculate_vertex_layout()
2007-12-18 Keith Whitwellgallium: rationalize vertex_element state packet
2007-12-18 Keith Whitwellgallium: give userbuffers some storage in the aub buffe...
2007-12-18 Keith Whitwellvbo: unmap and remap immediate vbo before/after each...
2007-12-18 Zack Rusini965: don't treat swz differently and upload vertex...
2007-12-18 Brianobsolete
2007-12-18 Ben Skeggsnouveau: match latest gallium changes
2007-12-18 Ben SkeggsMerge branch 'upstream-gallium-0.1' into darktama-galli...
2007-12-17 Brianupdates for depth/stencil/alpha state
2007-12-17 BrianEmit declarations for constants (references to the...
2007-12-17 Zack Rusini965: index the destination offset with regards to...
2007-12-17 Zack Rusini965: return false when the function fails, not succeeds
2007-12-17 Zack RusinAdd the new test program for fp's.
2007-12-17 Keith Whitwellgallium: incorporate alpha state into depth_stencil...
2007-12-17 Ben Skeggsnv40: fix valgrind complaints
2007-12-17 Ben Skeggsnv40: clean state a bit
2007-12-17 Keith Whitwell965: remove dead state atom decls
2007-12-17 Keith Whitwell965: fix for non-indexed draw path
2007-12-17 Keith Whitwell965: fix/hack check for NULL texunit in state upload
2007-12-17 Keith Whitwell965: fix ExtDivide check
2007-12-17 Keith Whitwell965: put brw_constant_buffer atom directly in update...
2007-12-16 Brianswitch on cpp instead of format
2007-12-16 Ben Skeggsnouveau: bump pushbuf size a little, so a "full" packet...
2007-12-16 Ben Skeggsnv40: colormask thinko
2007-12-16 Ben Skeggsnv40: don't use vertex buffers for static vertices.
2007-12-16 Ben Skeggsnouveau: some cleanups
2007-12-16 Ben Skeggsnv40: fix culling
2007-12-16 Ben Skeggsnv40: typo
2007-12-16 Ben Skeggsnv40: fp support for TGSI_FILE_IMMEDIATE.
2007-12-16 Ben Skeggsnv40: grow fragprog as needed
2007-12-16 Ben Skeggsnv40: destroy programs
2007-12-16 Ben Skeggsnv40: make vbo state update static
2007-12-15 Brianrename some 'mesa' functions
2007-12-15 BrianUse tile functions in new p_tile.[ch]
2007-12-15 BrianRe-usable tile get/put functions
2007-12-15 Briandon't allocate scratch tile in sp_tile_cache_flush_clea...
2007-12-15 Ben Skeggsnouveau: move extension stuff into nouveau_screen.c
2007-12-14 Ben SkeggsMerge branch 'upstream-gallium-0.1' into darktama-galli...
2007-12-14 BrianAdded origin_lower_left field to pipe_rasterizer_state
2007-12-14 Brianupdate_samplers() didn't respect the sampler->texunit...
2007-12-14 Brianset SamplerUnit[] entry in load_texture() just to be...
2007-12-14 Brianemit tgsi declarations for texture samplers
2007-12-14 Brianset program->SamplersUsed bit when using a texture...
2007-12-14 BrianDon't always declare frag shader INPUT[0] as fragment...
2007-12-14 Brianupdate comment for TGSI_TOKEN_TYPE_IMMEDIATE case
2007-12-14 Ben Skeggsnv40: less dodgy vp const/insn handling
next