2008-01-07 |
Ben Skeggs | nouveau: object header update |
commit | commitdiff | tree |
2008-01-06 |
Ben Skeggs | nv40: use a more "normal" 2x8bit format, the other... |
commit | commitdiff | tree |
2008-01-06 |
Ben Skeggs | nouveau: share pushbuf interface code between pipe... |
commit | commitdiff | tree |
2008-01-06 |
Ben Skeggs | nv40: do nothing for set_clip_state() |
commit | commitdiff | tree |
2008-01-06 |
Ben Skeggs | nv40: bind textures based on fragprog usage. |
commit | commitdiff | tree |
2008-01-02 |
Ben Skeggs | nv40: some cleanups |
commit | commitdiff | tree |
2008-01-02 |
Ben Skeggs | Merge branch 'upstream-gallium-0.1' into darktama-galli... |
commit | commitdiff | tree |
2008-01-01 |
Brian | Plug in more infrastructure for actual rendering. |
commit | commitdiff | tree |
2008-01-01 |
Brian | hack/fix pack_color() for correct ps3 format |
commit | commitdiff | tree |
2008-01-01 |
Brian | Clean-up, re-org some vertex/fragment shader state... |
commit | commitdiff | tree |
2008-01-01 |
Brian | move SP_NEW_ #defines into sp_state.h |
commit | commitdiff | tree |
2008-01-01 |
Brian | fix vbo display list memleak upon context destruction |
commit | commitdiff | tree |
2008-01-01 |
Brian | unref buffer after drawing, fixes rastpos mem leak |
commit | commitdiff | tree |
2008-01-01 |
Brian | fix single-sided stencil test bug |
commit | commitdiff | tree |
2008-01-01 |
Brian | fix leak, fix refcount error |
commit | commitdiff | tree |
2008-01-01 |
Brian | fix a mem leak, document another existing leak |
commit | commitdiff | tree |
2008-01-01 |
Brian | unref const buffers during context destroy |
commit | commitdiff | tree |
2008-01-01 |
Brian | unref const buffers during context destroy |
commit | commitdiff | tree |
2008-01-01 |
Brian | free program caches |
commit | commitdiff | tree |
2008-01-01 |
Brian | fix mem leaks |
commit | commitdiff | tree |
2008-01-01 |
Brian | fix mem leak (free key) |
commit | commitdiff | tree |
2008-01-01 |
Brian | free surface caches in softpipe_destroy() |
commit | commitdiff | tree |
2008-01-01 |
Brian | fix a memleak |
commit | commitdiff | tree |
2008-01-01 |
Brian | free tgsi machine state |
commit | commitdiff | tree |
2008-01-01 |
Brian | free tgsi machine state |
commit | commitdiff | tree |
2008-01-01 |
Brian | added tgsi_exec_machine_free_data() |
commit | commitdiff | tree |
2008-01-01 |
Brian | free Default1D/2DArray objects |
commit | commitdiff | tree |
2007-12-30 |
Ben Skeggs | nv40: s/READ/WRITE/ |
commit | commitdiff | tree |
2007-12-29 |
Ben Skeggs | nouveau: header update |
commit | commitdiff | tree |
2007-12-29 |
Ben Skeggs | nv40: untested fragprog mods for big-endian chips |
commit | commitdiff | tree |
2007-12-29 |
Ben Skeggs | nouveau: typo fix |
commit | commitdiff | tree |
2007-12-26 |
Ben Skeggs | nouveau: remove legacy stuff |
commit | commitdiff | tree |
2007-12-26 |
Ben Skeggs | nouveau: track last validated offsets, so we know when... |
commit | commitdiff | tree |
2007-12-26 |
Ben Skeggs | nouveau: allow unfenced read of buffers in a few situations |
commit | commitdiff | tree |
2007-12-26 |
Ben Skeggs | nouveau: remove fence_del(), _ref() can be used for... |
commit | commitdiff | tree |
2007-12-25 |
Ben Skeggs | nouveau: header update |
commit | commitdiff | tree |
2007-12-25 |
Ben Skeggs | nv40: use index buffers rather than inline indices. |
commit | commitdiff | tree |
2007-12-24 |
Zack Rusin | i965: a little better way of handling immediates |
commit | commitdiff | tree |
2007-12-24 |
Ben Skeggs | nouveau: pushbuf code, now with 50% less suck! |
commit | commitdiff | tree |
2007-12-24 |
Ben Skeggs | nv40: ensure all required buffers are accounted for... |
commit | commitdiff | tree |
2007-12-23 |
Ben Skeggs | nouveau: speed up user buffers. |
commit | commitdiff | tree |
2007-12-23 |
Ben Skeggs | nv40: seems we have stencil faces around the wrong... |
commit | commitdiff | tree |
2007-12-23 |
Ben Skeggs | nouveau: don't wait when deleting fences unless needed |
commit | commitdiff | tree |
2007-12-23 |
Ben Skeggs | nouveau: some cleanups |
commit | commitdiff | tree |
2007-12-23 |
Ben Skeggs | nouveau: match gallium changes |
commit | commitdiff | tree |
2007-12-23 |
Ben Skeggs | Merge branch 'upstream-gallium-0.1' into darktama-galli... |
commit | commitdiff | tree |
2007-12-20 |
Zack Rusin | i965: very crude and hacky way of handling immediates |
commit | commitdiff | tree |
2007-12-20 |
Keith Whitwell | gallium: make state tracker explictly ask for rendercac... |
commit | commitdiff | tree |
2007-12-20 |
Keith Whitwell | 965: respect pipe flush flags |
commit | commitdiff | tree |
2007-12-20 |
Keith Whitwell | gallium: translate ARB fp/vp immediates consistently... |
commit | commitdiff | tree |
2007-12-20 |
Zack Rusin | 965: fix the constant buffers |
commit | commitdiff | tree |
2007-12-19 |
Brian | Add some prototype code for converting RET to END for... |
commit | commitdiff | tree |
2007-12-19 |
Brian | temporarily defeat an assertion |
commit | commitdiff | tree |
2007-12-19 |
Brian | Fix problem with initial viewport/scissor size. |
commit | commitdiff | tree |
2007-12-19 |
Brian | convert Mesa OPCODE_END to TGSI_OPCODE_END, not TGSI_OP... |
commit | commitdiff | tree |
2007-12-19 |
Brian | remove obsolete TXP, add some sanity checks |
commit | commitdiff | tree |
2007-12-19 |
Brian | special-case PSIZE too |
commit | commitdiff | tree |
2007-12-19 |
Brian | move st_make_current() before buffer size check so... |
commit | commitdiff | tree |
2007-12-19 |
Brian | new assertions |
commit | commitdiff | tree |
2007-12-19 |
Keith Whitwell | 965: dump curbe contents to stderr |
commit | commitdiff | tree |
2007-12-19 |
Keith Whitwell | 965: handle BRW_CONSTANT_BUFFER data type |
commit | commitdiff | tree |
2007-12-19 |
Zack Rusin | consts |
commit | commitdiff | tree |
2007-12-19 |
Keith Whitwell | 965: count grf allocation correctly for wm prog, first... |
commit | commitdiff | tree |
2007-12-19 |
Keith Whitwell | 965: hardwire correct behaviour for vp-tri setup (for... |
commit | commitdiff | tree |
2007-12-19 |
Keith Whitwell | vp-tri: match vertex/color data of other tests |
commit | commitdiff | tree |
2007-12-19 |
Keith Whitwell | 965: align buffer allocations to 4k |
commit | commitdiff | tree |
2007-12-19 |
Keith Whitwell | use a depth buffer temporarily |
commit | commitdiff | tree |
2007-12-19 |
Keith Whitwell | 965: make sure stipple state gets uploaded |
commit | commitdiff | tree |
2007-12-19 |
Keith Whitwell | 965: allocate buffer space to hold batch commands |
commit | commitdiff | tree |
2007-12-19 |
Zack Rusin | actually set the max_index. useful in the driver |
commit | commitdiff | tree |
2007-12-19 |
Keith Whitwell | 965: fill unused surface pointers with zero |
commit | commitdiff | tree |
2007-12-19 |
Zack Rusin | i965: emit fb write on RET for now (until we get END... |
commit | commitdiff | tree |
2007-12-19 |
Keith Whitwell | 965: pitch is in bytes not pixels |
commit | commitdiff | tree |
2007-12-19 |
Keith Whitwell | 965: fix off-by-one in scissor rect |
commit | commitdiff | tree |
2007-12-19 |
Keith Whitwell | 965: fix off-by-one in surface dimensions |
commit | commitdiff | tree |
2007-12-19 |
Keith Whitwell | 965: respect surface width when dumping bitmap |
commit | commitdiff | tree |
2007-12-19 |
Zack Rusin | i965: actually detect whether a sampler is enabled... |
commit | commitdiff | tree |
2007-12-19 |
Keith Whitwell | 965: disable clipping more, and restore drawing rect... |
commit | commitdiff | tree |
2007-12-19 |
Keith Whitwell | 965: disable clipping for now |
commit | commitdiff | tree |
2007-12-19 |
Keith Whitwell | 965: fix vertex pointsize state, match default cull... |
commit | commitdiff | tree |
2007-12-19 |
Keith Whitwell | 965: fix colormask state |
commit | commitdiff | tree |
2007-12-19 |
Keith Whitwell | 965: populate fp_input_count in setup key |
commit | commitdiff | tree |
2007-12-19 |
Zack Rusin | i965: stuff the outputs into mrf registers when possible |
commit | commitdiff | tree |
2007-12-19 |
Zack Rusin | i965: be smarter about register allocation |
commit | commitdiff | tree |
2007-12-19 |
Ben Skeggs | nouveau: nuke subchan auto-assign. |
commit | commitdiff | tree |
2007-12-19 |
Ben Skeggs | nouveau: remove sync hack, gallium got sort-of fixed. |
commit | commitdiff | tree |
2007-12-19 |
Ben Skeggs | Merge branch 'upstream-gallium-0.1' into darktama-galli... |
commit | commitdiff | tree |
2007-12-18 |
Brian | turn off TGSI_DEBUG |
commit | commitdiff | tree |
2007-12-18 |
Brian | fix bug on GL_VERTEX_PROGRAM_TWO_SIDE path |
commit | commitdiff | tree |
2007-12-18 |
Brian | setup the frontface register (fog.y, ATM) |
commit | commitdiff | tree |
2007-12-18 |
Brian | fix some semantic info mix-ups in calculate_vertex_layout() |
commit | commitdiff | tree |
2007-12-18 |
Keith Whitwell | gallium: rationalize vertex_element state packet |
commit | commitdiff | tree |
2007-12-18 |
Keith Whitwell | gallium: give userbuffers some storage in the aub buffe... |
commit | commitdiff | tree |
2007-12-18 |
Keith Whitwell | vbo: unmap and remap immediate vbo before/after each... |
commit | commitdiff | tree |
2007-12-18 |
Zack Rusin | i965: don't treat swz differently and upload vertex... |
commit | commitdiff | tree |
2007-12-18 |
Brian | obsolete |
commit | commitdiff | tree |
2007-12-18 |
Ben Skeggs | nouveau: match latest gallium changes |
commit | commitdiff | tree |
2007-12-18 |
Ben Skeggs | Merge branch 'upstream-gallium-0.1' into darktama-galli... |
commit | commitdiff | tree |
2007-12-17 |
Brian | updates for depth/stencil/alpha state |
commit | commitdiff | tree |
2007-12-17 |
Brian | Emit declarations for constants (references to the... |
commit | commitdiff | tree |
next |