2007-12-26 |
Ben Skeggs | nouveau: track last validated offsets, so we know when... |
commit | commitdiff | tree | snapshot |
2007-12-26 |
Ben Skeggs | nouveau: allow unfenced read of buffers in a few situations |
commit | commitdiff | tree | snapshot |
2007-12-26 |
Ben Skeggs | nouveau: remove fence_del(), _ref() can be used for... |
commit | commitdiff | tree | snapshot |
2007-12-25 |
Ben Skeggs | nouveau: header update |
commit | commitdiff | tree | snapshot |
2007-12-25 |
Ben Skeggs | nv40: use index buffers rather than inline indices. |
commit | commitdiff | tree | snapshot |
2007-12-24 |
Ben Skeggs | nouveau: pushbuf code, now with 50% less suck! |
commit | commitdiff | tree | snapshot |
2007-12-24 |
Ben Skeggs | nv40: ensure all required buffers are accounted for... |
commit | commitdiff | tree | snapshot |
2007-12-23 |
Ben Skeggs | nouveau: speed up user buffers. |
commit | commitdiff | tree | snapshot |
2007-12-23 |
Ben Skeggs | nv40: seems we have stencil faces around the wrong... |
commit | commitdiff | tree | snapshot |
2007-12-23 |
Ben Skeggs | nouveau: don't wait when deleting fences unless needed |
commit | commitdiff | tree | snapshot |
2007-12-23 |
Ben Skeggs | nouveau: some cleanups |
commit | commitdiff | tree | snapshot |
2007-12-23 |
Ben Skeggs | nouveau: match gallium changes |
commit | commitdiff | tree | snapshot |
2007-12-23 |
Ben Skeggs | Merge branch 'upstream-gallium-0.1' into darktama-galli... |
commit | commitdiff | tree | snapshot |
2007-12-20 |
Zack Rusin | i965: very crude and hacky way of handling immediates |
commit | commitdiff | tree | snapshot |
2007-12-20 |
Keith Whitwell | gallium: make state tracker explictly ask for rendercac... |
commit | commitdiff | tree | snapshot |
2007-12-20 |
Keith Whitwell | 965: respect pipe flush flags |
commit | commitdiff | tree | snapshot |
2007-12-20 |
Keith Whitwell | gallium: translate ARB fp/vp immediates consistently... |
commit | commitdiff | tree | snapshot |
2007-12-20 |
Zack Rusin | 965: fix the constant buffers |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Brian | Add some prototype code for converting RET to END for... |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Brian | temporarily defeat an assertion |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Brian | Fix problem with initial viewport/scissor size. |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Brian | convert Mesa OPCODE_END to TGSI_OPCODE_END, not TGSI_OP... |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Brian | remove obsolete TXP, add some sanity checks |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Brian | special-case PSIZE too |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Brian | move st_make_current() before buffer size check so... |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Brian | new assertions |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Keith Whitwell | 965: dump curbe contents to stderr |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Keith Whitwell | 965: handle BRW_CONSTANT_BUFFER data type |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Zack Rusin | consts |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Keith Whitwell | 965: count grf allocation correctly for wm prog, first... |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Keith Whitwell | 965: hardwire correct behaviour for vp-tri setup (for... |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Keith Whitwell | vp-tri: match vertex/color data of other tests |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Keith Whitwell | 965: align buffer allocations to 4k |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Keith Whitwell | use a depth buffer temporarily |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Keith Whitwell | 965: make sure stipple state gets uploaded |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Keith Whitwell | 965: allocate buffer space to hold batch commands |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Zack Rusin | actually set the max_index. useful in the driver |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Keith Whitwell | 965: fill unused surface pointers with zero |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Zack Rusin | i965: emit fb write on RET for now (until we get END... |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Keith Whitwell | 965: pitch is in bytes not pixels |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Keith Whitwell | 965: fix off-by-one in scissor rect |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Keith Whitwell | 965: fix off-by-one in surface dimensions |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Keith Whitwell | 965: respect surface width when dumping bitmap |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Zack Rusin | i965: actually detect whether a sampler is enabled... |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Keith Whitwell | 965: disable clipping more, and restore drawing rect... |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Keith Whitwell | 965: disable clipping for now |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Keith Whitwell | 965: fix vertex pointsize state, match default cull... |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Keith Whitwell | 965: fix colormask state |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Keith Whitwell | 965: populate fp_input_count in setup key |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Zack Rusin | i965: stuff the outputs into mrf registers when possible |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Zack Rusin | i965: be smarter about register allocation |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Ben Skeggs | nouveau: nuke subchan auto-assign. |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Ben Skeggs | nouveau: remove sync hack, gallium got sort-of fixed. |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Ben Skeggs | Merge branch 'upstream-gallium-0.1' into darktama-galli... |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Brian | turn off TGSI_DEBUG |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Brian | fix bug on GL_VERTEX_PROGRAM_TWO_SIDE path |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Brian | setup the frontface register (fog.y, ATM) |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Brian | fix some semantic info mix-ups in calculate_vertex_layout() |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Keith Whitwell | gallium: rationalize vertex_element state packet |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Keith Whitwell | gallium: give userbuffers some storage in the aub buffe... |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Keith Whitwell | vbo: unmap and remap immediate vbo before/after each... |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Zack Rusin | i965: don't treat swz differently and upload vertex... |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Brian | obsolete |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Ben Skeggs | nouveau: match latest gallium changes |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Ben Skeggs | Merge branch 'upstream-gallium-0.1' into darktama-galli... |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Brian | updates for depth/stencil/alpha state |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Brian | Emit declarations for constants (references to the... |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Zack Rusin | i965: index the destination offset with regards to... |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Zack Rusin | i965: return false when the function fails, not succeeds |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Zack Rusin | Add the new test program for fp's. |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Keith Whitwell | gallium: incorporate alpha state into depth_stencil... |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Ben Skeggs | nv40: fix valgrind complaints |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Ben Skeggs | nv40: clean state a bit |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Keith Whitwell | 965: remove dead state atom decls |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Keith Whitwell | 965: fix for non-indexed draw path |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Keith Whitwell | 965: fix/hack check for NULL texunit in state upload |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Keith Whitwell | 965: fix ExtDivide check |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Keith Whitwell | 965: put brw_constant_buffer atom directly in update... |
commit | commitdiff | tree | snapshot |
2007-12-16 |
Brian | switch on cpp instead of format |
commit | commitdiff | tree | snapshot |
2007-12-16 |
Ben Skeggs | nouveau: bump pushbuf size a little, so a "full" packet... |
commit | commitdiff | tree | snapshot |
2007-12-16 |
Ben Skeggs | nv40: colormask thinko |
commit | commitdiff | tree | snapshot |
2007-12-16 |
Ben Skeggs | nv40: don't use vertex buffers for static vertices. |
commit | commitdiff | tree | snapshot |
2007-12-16 |
Ben Skeggs | nouveau: some cleanups |
commit | commitdiff | tree | snapshot |
2007-12-16 |
Ben Skeggs | nv40: fix culling |
commit | commitdiff | tree | snapshot |
2007-12-16 |
Ben Skeggs | nv40: typo |
commit | commitdiff | tree | snapshot |
2007-12-16 |
Ben Skeggs | nv40: fp support for TGSI_FILE_IMMEDIATE. |
commit | commitdiff | tree | snapshot |
2007-12-16 |
Ben Skeggs | nv40: grow fragprog as needed |
commit | commitdiff | tree | snapshot |
2007-12-16 |
Ben Skeggs | nv40: destroy programs |
commit | commitdiff | tree | snapshot |
2007-12-16 |
Ben Skeggs | nv40: make vbo state update static |
commit | commitdiff | tree | snapshot |
2007-12-15 |
Brian | rename some 'mesa' functions |
commit | commitdiff | tree | snapshot |
2007-12-15 |
Brian | Use tile functions in new p_tile.[ch] |
commit | commitdiff | tree | snapshot |
2007-12-15 |
Brian | Re-usable tile get/put functions |
commit | commitdiff | tree | snapshot |
2007-12-15 |
Brian | don't allocate scratch tile in sp_tile_cache_flush_clea... |
commit | commitdiff | tree | snapshot |
2007-12-15 |
Ben Skeggs | nouveau: move extension stuff into nouveau_screen.c |
commit | commitdiff | tree | snapshot |
2007-12-14 |
Ben Skeggs | Merge branch 'upstream-gallium-0.1' into darktama-galli... |
commit | commitdiff | tree | snapshot |
2007-12-14 |
Brian | Added origin_lower_left field to pipe_rasterizer_state |
commit | commitdiff | tree | snapshot |
2007-12-14 |
Brian | update_samplers() didn't respect the sampler->texunit... |
commit | commitdiff | tree | snapshot |
2007-12-14 |
Brian | set SamplerUnit[] entry in load_texture() just to be... |
commit | commitdiff | tree | snapshot |
2007-12-14 |
Brian | emit tgsi declarations for texture samplers |
commit | commitdiff | tree | snapshot |
2007-12-14 |
Brian | set program->SamplersUsed bit when using a texture... |
commit | commitdiff | tree | snapshot |
next |