2008-01-11 |
Brian | Cell: debug code, comments |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Brian | vbuf_flush_vertices() instead of vbuf_flush_indices... |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Brian | Cell: reformattting |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Brian | s/int/uint/ to silence warning |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Brian | Fix malloc size buf, silence signed/unsigned comparisio... |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Brian | Cell: Remove the pre-vbuf rendering code |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Brian | Cell: wait_on_mask_all() |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Brian | Cell: remove unneeded #includes |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Brian | Cell: compute bounding box in cell_vbuf_draw() |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Brian | Cell: remove unused color field |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Brian | Cell: remove unused code |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Brian | Cell: make vertex_header and prim_header types private... |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Brian | Cell: avoid copying vertex data |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Brian | Cell: move tile-related code into new tile.[ch] files. |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Brian | Cell: use new ASSERT macro instead of standard assert |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Brian | Cell: enable vbuf path by default |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Brian | Cell: checkpoint: draw_vbuf code in place and works... |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Brian | Additional parameters to vbuf_render->draw() |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Brian | Cell: initial implementation of vbuf code. |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Brian | Cell: call draw_compute_vertex_size() |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Brian | Cell: s/free/align_free/ |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Brian | Cell: clean-up cell_spu_exit() code |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Brian | bump CELL_MAX_VERTS to 240 |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Brian | comment about vertex data in emit_vertex() |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Brian | clean-up comments, code |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Michel Dänzer | softpipe: Simplify texture memory layout. |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Michel Dänzer | Add glapi/ path for inclusion of glapioffsets.h. |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Brian | Cell: initial implementation of tile status optimizations |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Brian | Cell: start using DMA tags in a more sensible way,... |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Brian | move cliprect bounds, do trivial rejection triangle... |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Brian | Cell: remove some debug printfs, predicate others with... |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Brian | Cell: implemement basic Z testing |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Jerome Glisse | softpipe: map only once in softpipe_map_surfaces |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Michel Dänzer | gallium: Make texture target an enum for better debugga... |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Zack Rusin | llvm: if llvm is enabled don't even try to use sse... |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Zack Rusin | llvm: we need custom rules so had to redo the build... |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Zack Rusin | llvm: update llvm sources the latest svn |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Keith Whitwell | 965: fix various refcount issues |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Keith Whitwell | 965: use correct offset for constants vs immediates |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Keith Whitwell | 965: always perform SF parameter setup for position |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Keith Whitwell | 965: scan fs inputs to work out interpolation in setup... |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Brian | clean-ups, silence warnings |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Brian | rename vars, clean-up formatting |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Brian | replace void * with struct draw_vertex_shader opaque... |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Brian | Cell: added -Wmissing-prototypes to SPU_CFLAGS |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Brian | Cell: initial work for getting/putting Z tiles |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Brian | disable bbox code until glitches are fixed |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Brian | Cell: improve surface state code to replace some tempor... |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Brian | asst changes in bbox code, dma tags, etc |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Brian | insert a temporary flush to fix missing triangles artifact |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Brian | pass surface format in cell_command_framebuffer struct |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Brian | better debug code |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Brian | make use of prim bounds box info |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Brian | only fetch as much vertex data as needed |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Brian | remove previous triangle test code |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Brian | Cell: basic triangle rendering works. |
commit | commitdiff | tree | snapshot |
2008-01-01 |
Brian | Plug in more infrastructure for actual rendering. |
commit | commitdiff | tree | snapshot |
2008-01-01 |
Brian | hack/fix pack_color() for correct ps3 format |
commit | commitdiff | tree | snapshot |
2008-01-01 |
Brian | Clean-up, re-org some vertex/fragment shader state... |
commit | commitdiff | tree | snapshot |
2008-01-01 |
Brian | move SP_NEW_ #defines into sp_state.h |
commit | commitdiff | tree | snapshot |
2008-01-01 |
Brian | fix vbo display list memleak upon context destruction |
commit | commitdiff | tree | snapshot |
2008-01-01 |
Brian | unref buffer after drawing, fixes rastpos mem leak |
commit | commitdiff | tree | snapshot |
2008-01-01 |
Brian | fix single-sided stencil test bug |
commit | commitdiff | tree | snapshot |
2008-01-01 |
Brian | fix leak, fix refcount error |
commit | commitdiff | tree | snapshot |
2008-01-01 |
Brian | fix a mem leak, document another existing leak |
commit | commitdiff | tree | snapshot |
2008-01-01 |
Brian | unref const buffers during context destroy |
commit | commitdiff | tree | snapshot |
2008-01-01 |
Brian | unref const buffers during context destroy |
commit | commitdiff | tree | snapshot |
2008-01-01 |
Brian | free program caches |
commit | commitdiff | tree | snapshot |
2008-01-01 |
Brian | fix mem leaks |
commit | commitdiff | tree | snapshot |
2008-01-01 |
Brian | fix mem leak (free key) |
commit | commitdiff | tree | snapshot |
2008-01-01 |
Brian | free surface caches in softpipe_destroy() |
commit | commitdiff | tree | snapshot |
2008-01-01 |
Brian | fix a memleak |
commit | commitdiff | tree | snapshot |
2008-01-01 |
Brian | free tgsi machine state |
commit | commitdiff | tree | snapshot |
2008-01-01 |
Brian | free tgsi machine state |
commit | commitdiff | tree | snapshot |
2008-01-01 |
Brian | added tgsi_exec_machine_free_data() |
commit | commitdiff | tree | snapshot |
2008-01-01 |
Brian | free Default1D/2DArray objects |
commit | commitdiff | tree | snapshot |
2007-12-24 |
Zack Rusin | i965: a little better way of handling immediates |
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 |
next |