Age | Commit message (Expand) | Author |
2008-01-26 | gallium: Fix build on Windows. | Michal Krol |
2008-01-26 | gallium: restructure vertex fetch code slightly | Keith Whitwell |
2008-01-26 | gallium: Fix MSVC float/double conversion warning. | José Fonseca |
2008-01-25 | gallium: replace loop w/ memset in draw_vertex_cache_invalidate() | Brian |
2008-01-25 | gallium: better flush logic in draw module | Brian |
2008-01-25 | gallium: replace prim pipeline begin/end() functions with flush() | Brian |
2008-01-25 | gallium: include p_state.h, replace PIPE_MAX_SHADER_OUTPUTS with PIPE_MAX_SHA... | Brian |
2008-01-25 | gallium: optimizations to flatshade, two-side prim stages | Brian |
2008-01-24 | change the name of the shaders to reflect what they do. | Zack Rusin |
2008-01-23 | gallium: rename FORMAT_x to EMIT_x and use EMIT_ALL to emit whole vertex as-i... | Brian |
2008-01-23 | gallium: improved vertex layout and interpolant setup in softpipe | Brian |
2008-01-23 | gallium: restore/rewrite vbuf code for softpipe | Brian |
2008-01-23 | gallium: overhaul usage of vertex_info in draw module. | Brian |
2008-01-23 | gallium: multiply vertex point size by 0.5 | Brian |
2008-01-22 | gallium: Don't allocate a vertex buffer until after setting the prim type. | Brian |
2008-01-22 | added stipple_destroy() | José Fonseca |
2008-01-22 | gallium: Added FORMAT_1F_PSIZE to insert constant point size into vertices | Brian |
2008-01-21 | gallium: prototype draw_linestipple.c replaced by draw_stipple.c | Brian |
2008-01-21 | gallium: new 'draw' stage for line stipple | Brian |
2008-01-21 | gallium: add a src_index[] array to draw's vertex_info for mapping post-xform... | Brian |
2008-01-17 | gallium: hardwire reset_temps functionality | Keith Whitwell |
2008-01-17 | gallium: whitespace changes | Keith Whitwell |
2008-01-16 | vbuf updates/fixes (KeithW) | Brian |
2008-01-16 | s/DBG/DRAW_DBG | Brian |
2008-01-16 | remove useless assertions | Brian |
2008-01-16 | init front/back color attrib indexes to 0, not -1 | Brian |
2008-01-11 | vbuf_flush_vertices() instead of vbuf_flush_indices() in vbuf_end() | Brian |
2008-01-11 | s/int/uint/ to silence warning | Brian |
2008-01-11 | Fix malloc size buf, silence signed/unsigned comparision warning | Brian |
2008-01-10 | Additional parameters to vbuf_render->draw() | Brian |
2008-01-04 | llvm: if llvm is enabled don't even try to use sse for vs | Zack Rusin |
2008-01-03 | clean-ups, silence warnings | Brian |
2008-01-03 | replace void * with struct draw_vertex_shader opaque type | Brian |
2008-01-01 | free tgsi machine state | Brian |
2007-12-11 | include pipe/tgsi/exec/tgsi_sse2.h if needed. Silences warning. | Brian |
2007-12-11 | Adopt llvm to some of the latest changes. | Zack Rusin |
2007-12-11 | Redo the way we pass arguments to the llvm. | Zack Rusin |
2007-12-11 | number of outputs is nr_attribs - 2 | Zack Rusin |
2007-12-11 | gallium: Remove feedback interfaces from pipe driver. | Keith Whitwell |
2007-12-10 | gallium: use hardcoded cliptest code for fixed planes | Keith Whitwell |
2007-12-09 | added null ptr check in draw_destroy() for rasterizer stage | Brian |
2007-12-09 | Adapt for winsys interface changes. | José Fonseca |
2007-12-09 | gallium: use SSE by default | José Fonseca |
2007-12-09 | gallium: initialized draw element buffer to NULL | Keith Whitwell |
2007-12-09 | gallium: add support for aliased 4ub format | Keith Whitwell |
2007-12-09 | gallium: add draw_stage::destroy(). | Michal |
2007-12-07 | Define PIPE_FORMAT_ tokens as an enum set, rather than #defines. | Brian |
2007-12-07 | Get rid of "duplicate" formats. | Brian |
2007-11-23 | gallium: reorg tgsi directories. | Michal Krol |
2007-11-22 | New vertex buffer stage. | José Fonseca |