2008-01-22 |
Brian | Cell: Added cell_surface.[ch] files |
commit | commitdiff | tree | snapshot |
2008-01-22 |
Brian | gallium: remove unneeded protos, #includes, etc |
commit | commitdiff | tree | snapshot |
2008-01-22 |
Brian | gallium: include sp_headers.h |
commit | commitdiff | tree | snapshot |
2008-01-22 |
Brian | Cell: renamed cell_surface.[ch] to cell_clear.[ch] |
commit | commitdiff | tree | snapshot |
2008-01-22 |
Brian | Cell: rename cell_surface.[ch] cell_clear.[ch] |
commit | commitdiff | tree | snapshot |
2008-01-22 |
Brian | Cell: Add initial texture functions |
commit | commitdiff | tree | snapshot |
2008-01-22 |
Brian | Cell: add cell_set_sampler_texture() |
commit | commitdiff | tree | snapshot |
2008-01-22 |
Brian | gallium: move softpipe_get_tex_surface() prototype |
commit | commitdiff | tree | snapshot |
2008-01-22 |
Brian | gallium: add license comment |
commit | commitdiff | tree | snapshot |
2008-01-22 |
Brian | gallium: move softpipe_get_tex_surface() into sp_texture.c |
commit | commitdiff | tree | snapshot |
2008-01-22 |
Brian | Cell: added asmfiles rule |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Brian | gallium: prototype draw_linestipple.c replaced by draw_... |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Brian | gallium: remove per-fragment line stipple code |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Brian | gallium: new 'draw' stage for line stipple |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Brian | fix broken point rendering in sp_vbuf_render() |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Brian | gallium: add a src_index[] array to draw's vertex_info... |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Brian | Cell: use tile_t for color tile |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Brian | Cell: clean-up/re-org tile code |
commit | commitdiff | tree | snapshot |
2008-01-20 |
Brian | Cell: use depth/stencil state to enable ztest |
commit | commitdiff | tree | snapshot |
2008-01-20 |
Brian | enable call to cell_emit_state() |
commit | commitdiff | tree | snapshot |
2008-01-19 |
Brian | Cell: improve "finished copying batch buffer" signalling. |
commit | commitdiff | tree | snapshot |
2008-01-18 |
Brian | s/varible/variable/ |
commit | commitdiff | tree | snapshot |
2008-01-18 |
Brian | set param type to PROGRAM_CONSTANT when parsing immediates |
commit | commitdiff | tree | snapshot |
2008-01-18 |
Brian | use PROGRAM_CONSTANT instead of PROGRAM_STATE_VAR when... |
commit | commitdiff | tree | snapshot |
2008-01-18 |
Michel Dänzer | Unify copy_rect helpers. |
commit | commitdiff | tree | snapshot |
2008-01-17 |
José Fonseca | Revert "temporarily don't emit TGSI immediates, use... |
commit | commitdiff | tree | snapshot |
2008-01-17 |
José Fonseca | Back-port miscellaneous fixes from internal branch... |
commit | commitdiff | tree | snapshot |
2008-01-17 |
José Fonseca | gallium: Pass PIPE_BUFFER_USAGE_PIXEL to buffer_data. |
commit | commitdiff | tree | snapshot |
2008-01-17 |
José Fonseca | gallium: Handle TGSI_OPCODE_END on sse2. |
commit | commitdiff | tree | snapshot |
2008-01-17 |
Brian | temporarily don't emit TGSI immediates, use the constan... |
commit | commitdiff | tree | snapshot |
2008-01-17 |
José Fonseca | gallium: Fix cut-n-paste error. |
commit | commitdiff | tree | snapshot |
2008-01-17 |
José Fonseca | gallium: Alternative mm_bufmgr_create_from_buffer const... |
commit | commitdiff | tree | snapshot |
2008-01-17 |
José Fonseca | gallium: Detect if a null buffer is passed. |
commit | commitdiff | tree | snapshot |
2008-01-17 |
Keith Whitwell | gallium: fix warning |
commit | commitdiff | tree | snapshot |
2008-01-17 |
Keith Whitwell | gallium: fix warning |
commit | commitdiff | tree | snapshot |
2008-01-17 |
Keith Whitwell | gallium: hardwire reset_temps functionality |
commit | commitdiff | tree | snapshot |
2008-01-17 |
Keith Whitwell | gallium: whitespace changes |
commit | commitdiff | tree | snapshot |
2008-01-17 |
José Fonseca | gallium: Ignore generated files. |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Brian | use NEGATE_X/Y/Z/W tokens |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Brian | clean-up swizzle fields in fog code, fix NegateBase |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Brian | Fix broken fog. |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Brian | Fix incorrect [0,1] clamping in store_dest(). |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Brian | tweaks to quad drawing, set UsesKill in bitmap shader |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Brian | copy UsesKill state in _mesa_combine_programs() |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Brian | vbuf updates/fixes (KeithW) |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Brian | s/DBG/DRAW_DBG |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Brian | remove useless assertions |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Brian | init front/back color attrib indexes to 0, not -1 |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Brian | Fix a two-sided lighting bug (fixes samples/wave.c) |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Brian | typedef uintptr_t for non-HAVE_POSIX_MEMALIGN build |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Brian | Don't include stdint.h or inttypes. Use the uint64... |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Brian | replace _mesa_printf() with fprintf() |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Brian | remove redundant llvm subdir |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Brian | include pipe/draw/draw_context.h |
commit | commitdiff | tree | snapshot |
2008-01-15 |
Brian | Add surface status/clear_value fields, PIPE_SURFACE_STA... |
commit | commitdiff | tree | snapshot |
2008-01-15 |
Brian | free stvp->draw_shader |
commit | commitdiff | tree | snapshot |
2008-01-15 |
Brian | Fix problems with vertex shaders and the private draw... |
commit | commitdiff | tree | snapshot |
2008-01-15 |
Brian | disable debug printf |
commit | commitdiff | tree | snapshot |
2008-01-14 |
Brian | Cell: after sending a batch, wait for a DMA completion... |
commit | commitdiff | tree | snapshot |
2008-01-14 |
Brian | clamp colors during float->int conversion |
commit | commitdiff | tree | snapshot |
2008-01-14 |
Brian | Cell: update surface map code to match recent changes... |
commit | commitdiff | tree | snapshot |
2008-01-14 |
Michel Dänzer | Remove pipe->get/put_tile_rgba. |
commit | commitdiff | tree | snapshot |
2008-01-14 |
Michel Dänzer | Remove mapping fields from struct pipe_surface. |
commit | commitdiff | tree | snapshot |
2008-01-12 |
Brian | Cell: remove fb parameter to get/put_tile() |
commit | commitdiff | tree | snapshot |
2008-01-12 |
Brian | Cell: disable cell_emit_state() for now |
commit | commitdiff | tree | snapshot |
2008-01-12 |
Brian | Cell: collect vars in a spu_global struct |
commit | commitdiff | tree | snapshot |
2008-01-12 |
Brian | Cell: first state object (depth/stencil/alpha) emitted... |
commit | commitdiff | tree | snapshot |
2008-01-12 |
Brian | Cell: whitespace/cleanup |
commit | commitdiff | tree | snapshot |
2008-01-12 |
Brian | Cell: prefix SPU files with spu_ |
commit | commitdiff | tree | snapshot |
2008-01-12 |
Brian | Cell: prefix SPU sources with spu_ |
commit | commitdiff | tree | snapshot |
2008-01-12 |
Brian | Cell: sketch out needed rasterizer state |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Brian | s/int/uint/ to silence warnings |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Brian | whitespace, comment changes |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Brian | Cell: basic batch buffer working |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Brian | Cell: initial work for a hw-like batch buffer system |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Brian | Cell: remove obsolete cell_prim_buffer struct and code |
commit | commitdiff | tree | snapshot |
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 |
next |