Age | Commit message (Expand) | Author |
2008-12-12 | gallium: fix refcount bug introduced in eb20e2984 | Keith Whitwell |
2008-12-12 | st: reduce unnecessary calls to pipe->set_vertex_buffers() | Keith Whitwell |
2008-12-12 | st: move feedback draw function to new file | Keith Whitwell |
2008-11-10 | Mesa: fix number of buffers in st_draw_vbo(). | Pekka Paalanen |
2008-11-05 | gallium: added check for degenerate drawing calls | Brian Paul |
2008-11-05 | gallium: if VERBOSE_GLSL flag is set, check for non-initialized uniforms at d... | Brian Paul |
2008-10-07 | Mesa: fix the case where there are no vertex attributes. | Stephane Marchesin |
2008-09-03 | gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context. | José Fonseca |
2008-08-27 | gallium: better support for user-space interleaved arrays | Brian Paul |
2008-08-27 | gallium: in st_draw_vbo() try to detect interleaved arrays in a single VBO. | Brian Paul |
2008-08-15 | gallium: in st_draw_vbo() use ctx->Current.Attrib[] values when arrays are mi... | Brian Paul |
2008-08-07 | mesa: pf_sprint_name->pf_name. | José Fonseca |
2008-07-10 | gallium: check for FEATURE_feedback and FEATURE_drawpix when creating/using t... | Brian Paul |
2008-07-07 | gallium: move assertion (though not really significant) | Brian Paul |
2008-07-07 | gallium: simplify/fix buffer_offset, src_offset computation for VBO arrays | Brian Paul |
2008-06-24 | mesa: Use appropriate unsigned/signed, float/integer types. | José Fonseca |
2008-06-23 | gallium: added support for fixed-point formats, drawing | Brian Paul |
2008-05-29 | draw: make sure constant buffer data is aligned before passing to aos.c | Keith Whitwell |
2008-05-29 | draw: draw_range_elements trial | Keith Whitwell |
2008-05-02 | Some changed for non-C99 compilers | Alan Hourihane |
2008-04-30 | gallium: use new buffer wrapper functions in p_inlines.h | Brian Paul |
2008-04-25 | gallium: remove unused st_draw_vertices() | Brian Paul |
2008-04-24 | gallium: fix an edgeflags crash | Brian Paul |
2008-04-24 | gallium: initial edgeflags code | Brian Paul |
2008-04-19 | draw: move incoming vertex state into draw->pt | Keith Whitwell |
2008-03-29 | gallium: Set vertex state/buffers en-mass. | Brian Paul |
2008-03-27 | gallium: replace PIPE_ATTRIB_MAX with PIPE_MAX_ATTRIBS | Brian |
2008-03-19 | gallium: remove old commented-out code | Brian |
2008-03-13 | gallium: remove semantic info from pipe_shader_state | Brian Paul |
2008-03-11 | gallium: rework CSO-related code in state tracker | Brian |
2008-02-15 | Code reorganization: update build. | José Fonseca |
2008-02-08 | gallium: added inClipCoords param to st_draw_vertices() to indicate coord sys... | Brian |
2008-01-29 | gallium: don't rely on assert(0) for error handling - may be disabled | Keith Whitwell |
2008-01-25 | gallium: rename pipe_buffer_handle to pipe_buffer, rework pipebuffer/ code | Keith Whitwell |
2008-01-25 | gallium: Simplify winsys buffer interface. | Michel Dänzer |
2008-01-23 | gallium: overhaul usage of vertex_info in draw module. | Brian |
2008-01-23 | gallium: s/INTERP_NONE/INTERP_LINEAR/ to fix assertion with progs/samples/sel... | Brian |
2008-01-14 | Fix problems with vertex shaders and the private draw module. | Brian |
2008-01-01 | unref buffer after drawing, fixes rastpos mem leak | Brian |
2007-12-19 | actually set the max_index. useful in the driver | Zack Rusin |
2007-12-18 | gallium: rationalize vertex_element state packet | Keith Whitwell |
2007-12-10 | XXX comments about some hard-coded values that need to be fixed | Brian |
2007-12-10 | Correct user VBO size. | Ben Skeggs |
2007-12-09 | gallium: support the full range of possible vertex types | Keith Whitwell |
2007-12-09 | add fence interfaces and buffer create flags to pipe_winsys | keithw |
2007-12-07 | New vbo_set_draw_func() to keep vbo context opaque to state tracker and tnl m... | Brian |
2007-12-05 | silence warning | Brian |
2007-11-21 | Replace draw_set_vertex_attributes() with simpler draw_set_vertex_info(). | Brian |
2007-11-16 | adjustments so st_feedback_draw_vbo() can be used for glRasterPos | Brian |
2007-11-06 | Supply buffer usage hints to winsys. | José Fonseca |