Age | Commit message (Expand) | Author |
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 |
2007-11-22 | Fix compatibility issues between gcc and msvc. | Michal |
2007-11-21 | more simplification, clean-up in draw_set_vertex_info() | Brian |
2007-11-21 | Replace draw_set_vertex_attributes() with simpler draw_set_vertex_info(). | Brian |
2007-11-21 | Simplify draw module's vertex_info. | Brian |
2007-11-16 | more convenient debug code | Brian |
2007-11-16 | added a clip-bypass flag to rasterizer state | Brian |
2007-11-09 | comments, assertions | Brian |
2007-11-09 | minor simplifcation in vertex_fetch() | Brian |
2007-11-08 | Reorganize user-space vertex fields in draw_context into 'user' group. | Brian |
2007-11-08 | remove unneeded #includes, added assertion in draw_compute_vertex_size() | Brian |
2007-11-08 | Remove unneeded header, draw_prim.h | Brian |
2007-11-08 | Fix minor logic error in get_queued_prim() which caused flushing when there w... | Brian |
2007-11-08 | new comments | Brian |
2007-11-08 | remove unneeded #includes | Brian |
2007-11-08 | comments, remove unneeded #includes | Brian |
2007-11-07 | Reset temporary vertices ids. | José Fonseca |
2007-11-07 | Use a consistent number to identify undefined vertices. | José Fonseca |
2007-11-02 | Add basic entry points for fragment shaders. | Zack Rusin |
2007-11-02 | Renaming llvmtgsi to gallivm. Taking first steps on the way to supporting | Zack Rusin |
2007-10-29 | Make gallium compile in win32. | Michal Krol |
2007-10-29 | Remove typedefs from enums. | Zack Rusin |
2007-10-29 | Refactor the LLVM code a bit. | Zack Rusin |
2007-10-27 | Fix SSE bug. | michal |
2007-10-27 | Respect use_sse flag. | michal |
2007-10-27 | Enable SSE2 for vertex shaders. | michal |
2007-10-27 | Add sse2_program to draw_vertex_shader. | michal |