draw: remove old draw_vertex_shader_queue_flush function
[mesa.git] / src / gallium / drivers /
2008-04-18 Keith Whitwellsoftpipe: fix const-related compiler warnings
2008-04-17 Brian Paulgallium: assert that we're not deleting the currently...
2008-04-16 Keith Whitwellsoftpipe: call setup_prepare earlier so that vertex...
2008-04-15 José Fonsecagallium: Remove middle of scope declarations.
2008-04-15 Briangallium: enable new quad output code, remove old code
2008-04-15 Briangallium: fix PIPE_CAP_MAX_RENDER_TARGETS query
2008-04-15 José Fonsecagallium: Don't assume snprintf are always available.
2008-04-14 Brian Paulgallium: take reduced prim, fill modes into account...
2008-04-14 Keith Whitwellsoftpipe: calculate determinant for all triangles,...
2008-04-14 Keith Whitwellsoftpipe: do our own culling, don't rely on the draw...
2008-04-11 Brian Paulgallium: merge the tgsi_emit_sse2() and tgsi_emit_sse2_...
2008-04-11 Brian Paulgallium: implement immediates (aka literals) for SSE...
2008-04-10 Keith Whitwellremove usage of vertex_header
2008-04-09 Brian Paulgallium: fix bug in PIPE_BLENDFACTOR_INV_DST_ALPHA...
2008-04-09 Briancell: keep track of num_vertex_attribs/buffers for...
2008-04-09 Briani915: keep track of num_vertex_attribs/buffers for...
2008-04-09 Briangallium: keep track of num_vertex_attribs/buffers for...
2008-04-08 Briangallium: get rid of bufloop quad stage
2008-04-08 Briangallium: begin reworking quad stages for multiple color...
2008-04-04 Briancell: added some comments/ideas about better texture...
2008-04-04 Briancell: minor texture improvements
2008-04-01 Briancell: more multi-texture fixes (mostly working now)
2008-04-01 Briancell: turn off some debug output
2008-04-01 Briancell: pass tex unit to get_texel()
2008-04-01 Briancell: fix bug in texture tiling function (non-square...
2008-04-01 Briancell: checkpoint: more multi-texture work
2008-04-01 Briancell: assert num samplers/textures <= CELL_MAX_SAMPLERS
2008-04-01 Briancell: return CELL_MAX_SAMPLERS to indicate number of...
2008-04-01 Briancell: enable #define CACHE_STATS to print a cache repor...
2008-04-01 Briancell: update some of the CAP, texformat queries
2008-04-01 Briancell: more work for multi-texture support
2008-04-01 Briancell: set cell->num_textures in cell_set_sampler_textures()
2008-03-31 Briancell: initial work to support multi-texture
2008-03-31 Briancell: added const qualifier
2008-03-31 Briancell: updated comments: s/test/SPE/
2008-03-31 Briancell: implement logicop/output for PIPE_FORMAT_B8G8R8A8...
2008-03-31 José Fonsecagallium: Eliminate p_winsys::printf
2008-03-29 Brian Paulgallium: Set vertex state/buffers en-mass.
2008-03-28 Briangallium: Fix computation of Z values when not using...
2008-03-28 Roland Scheideggergallium: remove redundant compare bit in sampler state
2008-03-27 Briangallium: replace PIPE_ATTRIB_MAX with PIPE_MAX_ATTRIBS
2008-03-27 Briancell: include cell_state_per_fragment.h to silence...
2008-03-27 Briancell: added (uint64_t) cast to silence warning
2008-03-27 Briancell: fix unclosed comment
2008-03-26 Ian Romanickcell: Implement code-gen for logic op
2008-03-26 Michel Dänzergallium: Change pipe->flush() interface to optionally...
2008-03-26 Briangallium: added fragment emit/write debug counters
2008-03-23 José Fonsecagallium: wrap decls in extern "C"
2008-03-22 Briangallium: remove temporary _screen suffix from function...
2008-03-21 Ian Romanickcell: Generate blend / depth test code when state atom...
2008-03-21 Ian Romanickcell: Change code-gen for CONST_COLOR blend factor
2008-03-21 Ian RomanickTabs to spaces
2008-03-21 Ian Romanickcell: Remove unnecessary default_blend work-around
2008-03-21 Briani915: added to-do note about setting the max_lod regist...
2008-03-21 Ian Romanickcell: Fix several bugs in blend code-gen
2008-03-21 Ian Romanickcell: Call the correct function to generate blending...
2008-03-21 Ian Romanickcell: Fix bus error when there is no depth buffer
2008-03-21 Ian Romanickcell: Use code-gen for alpha blend
2008-03-20 Briangallium: use new framebuffer width, height fields
2008-03-20 Briancell: use pipe_framebuffer_state.width, height
2008-03-20 Brian Paulgallium: added fb_width/height fields to softpipe context
2008-03-19 Brian Paulgallium: add face, dirtyLevels params to pipe->texture_...
2008-03-19 Briangallium: set tc->surface_map = NULL after unmapping
2008-03-18 Ian Romanickcell: Fix various stencil test code-gen bugs
2008-03-18 Ian Romanickcell: Correctly load stencil for PIPE_FORMAT_S8Z24_UNORM
2008-03-18 Ian Romanickcell: Fix depth read / write for s8z24.
2008-03-18 Ian Romanickcell: Fix added whitespace errors.
2008-03-18 Ian Romanickcell: Minor changes to make stencil not crash
2008-03-18 Ian Romanickcell: Move and (conditionally) silence debug code
2008-03-17 Ian Romanickcell: Don't segfault when unbinding alpha / stencil...
2008-03-17 Ian Romanickcell: Initial code-gen for alpha / stencil / depth...
2008-03-17 Keith Whitwellgallium: improvements, or extensions at least, to the...
2008-03-16 Briangallium: finish remaining prim types for sp_vbuf_draw_a...
2008-03-14 Briangallium: remove DOS carriage returns
2008-03-14 Briangallium: remove DOS carriage returns
2008-03-14 Briani915: check for NULL const buffer ptr
2008-03-14 Keith Whitwellgallium: fix some compiler warnings
2008-03-14 Briangallium: need to all draw_flush() in softpipe_unmap_con...
2008-03-13 Briangallium: in softpipe_get_vertex_info() generate a vbuf...
2008-03-13 Briangallium: plug in new sp_vbuf_draw_arrays() function
2008-03-13 Briangallium: set surface status to CLEAR or DEFINED in...
2008-03-13 Ian Romanickcell: Fix to work with commit fa9e7e9a8debb68611909ac2f...
2008-03-13 Ian RomanickReplicate TXP changes in the SPU version of TGSI exec
2008-03-12 Briani915: handle NULL object in i915_bind_rasterizer_state()
2008-03-12 Brianremove reference to obsolete ExtDivide
2008-03-12 Michal Kroltgsi: Remove ExtDivide field from existence. Implement...
2008-03-12 Keith Whitwellgallium: Add TEX_FILTER_ANISO img filter
2008-03-12 Briancell: check for NULL shader pointer in cell_bind_vs_state()
2008-03-12 Briangallium: rework CSO-related code in state tracker
2008-03-12 José Fonsecagallium: Silence MSVC warnings.
2008-03-11 Ian RomanickMove SPE register allocator to rtasm code
2008-03-10 Briancell: sync up with sampler/texture state-setting changes
2008-03-10 José Fonsecagallium: WinCE portability fixes.
2008-03-05 Keith Whitwellgallium: michel's patch to rework texture/sampler bindi...
2008-02-29 Michal Krolscons: List sp_screen.c.
2008-02-29 Briancell: convert all points/lines to tris for the time...
2008-02-29 Briancell: remove obsolete texture field
2008-02-28 Michel DänzerMake sure struct pipe_screen is declared.
2008-02-28 José Fonsecagallium: Remove extra level of indirecttion.
2008-02-28 Briangallium: added draw_num_vs_outputs() to query number...
next