Merge branch 'gallium-0.1' into gallium-tex-surfaces
[mesa.git] / src / gallium / drivers /
2008-05-20 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-20 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-20 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-19 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-19 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-19 Brian Paulif x86_get_func() returns NULL, handle it properly...
2008-05-19 José Fonsecai915simple: Fix win9x build.
2008-05-18 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-17 Brian Paulgallium: in drivers, make copy of tokens passed to...
2008-05-10 Briangallium: optimize the flush_spans() function
2008-05-10 Briangallium: remove unused code
2008-05-09 Michel DänzerMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-09 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-tex...
2008-05-09 Keith WhitwellMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-08 Keith Whitwellsoftpipe: don't calc det if NO_RAST set
2008-05-08 Michel DänzerMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-07 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-tex...
2008-05-07 José Fonsecagallium: Propagate tex_usage flags down to winsys.
2008-05-06 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-tex...
2008-05-02 Keith Whitwellbrw: remove dead code
2008-05-02 Brian Paulgallium: new debug code (disabled)
2008-05-02 Keith Whitwelli915: update to new display target allocation
2008-05-02 Keith Whitwellgallium: Add texture usage flags, special-case allocati...
2008-05-02 Brian Paulgallium: fix typos, comments, whitespace
2008-05-02 Keith WhitwellMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-02 Keith Whitwellre-add pipe_surface map/unmap inlines
2008-05-01 Brian Paulgallium: remove the unused softpipe_winsys code
2008-05-01 Keith Whitwelli915: avoid crashing on bad parameter
2008-05-01 Keith Whitwelli915: fix warning
2008-05-01 Keith Whitwellsoftpipe: fix warning
2008-05-01 Keith Whitwellsoftpipe: missing file
2008-05-01 Keith Whitwellsoftpipe: use CPU flags for mapping
2008-05-01 Keith Whitwellgallium: tex surface checkpoint
2008-04-30 Brian Paulgallium: use the newer PIPE_FORMAT_x_UNORM format names
2008-04-30 Brian Paulgallium: replace old PIPE_FORMAT_U_S8 with PIPE_FORMAT_...
2008-04-30 Zack Rusinplug a memleak, destroy setup context
2008-04-30 Brian Paulgallium: test for new PIPE_ARCH_X86
2008-04-28 Michal Krolgallium: Generate SSE code to swizzle and unswizzle...
2008-04-24 Brian Paulgallium: plug in softpipe_set_edgeflags() function
2008-04-24 Jakob Bornecrantzi915: Fix for wrong texture in texobj with VBUF
2008-04-23 Brian Paulgallium: move logicop test outside of loop
2008-04-23 Brian Paulgallium: fix broken PIPE_BLENDFACTOR_SRC_ALPHA_SATURATE
2008-04-23 Brian Paulgallium: more vertex debug code
2008-04-22 Brian Paulgallium: move the vertex print/debug code
2008-04-22 Keith WhitwellRevert "softpipe: squash warning"
2008-04-22 Keith Whitwellsoftpipe: squash warning
2008-04-22 Keith Whitwellsoftpipe: do something sensible on an error path, squas...
2008-04-22 Keith Whitwellsoftpipe: implement SP_NO_RAST env var
2008-04-22 Keith Whitwellsoftpipe: make NUM_ENTRIES 32 so that div/mods are...
2008-04-19 Keith Whitwelldraw: move some pipeline-specific code & state to draw_...
2008-04-18 Keith Whitwellcell: don't need to trim prims
2008-04-18 Keith Whitwellsoftpipe: don't need to trim prims
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"
next