softpipe: fix softpipe_is_buffer/texture_referenced() regression
[mesa.git] / src / gallium / drivers /
2009-04-20 Brian Paulsoftpipe: fix softpipe_is_buffer/texture_referenced...
2009-04-20 Jakob Bornecrantztrace: Add initializer for static variables
2009-04-19 Jakob Bornecrantztrace: Enable dumping to be turned on and off
2009-04-18 José Fonsecasoftpipe: Simplify softpipe_create's prototype.
2009-04-18 José Fonsecasoftpipe: Fix softpipe_is_texture_referenced prototype.
2009-04-18 José Fonsecasoftpipe: Remove softpipe_winsys.
2009-04-17 Jakob Bornecrantztrace: Keep screen objects on lists
2009-04-17 Jakob Bornecrantztrace: Fix is_referenced functions
2009-04-17 Jakob Bornecrantztrace: Simplify trace_buffer function
2009-04-17 Brian PaulMerge branch 'register-negate'
2009-04-16 José FonsecaMerge branch 'gallium-s3tc'
2009-04-15 Thomas Hellstromr300-gallium: Fixup for commit 9b75627fab5bf2ea90f27ddd...
2009-04-15 Thomas Hellstromgallium: Make sure we flush before some texture / buffe...
2009-04-15 Corbin Simpsonr300-gallium: Use viewport state.
2009-04-15 Corbin Simpsonr300-gallium: Don't use indexbufs for now.
2009-04-15 Corbin Simpsonr300-gallium: Point size is at OVM position 15, not 1.
2009-04-15 Corbin Simpsonr300-gallium: vs: Dot products.
2009-04-13 Ben Skeggsnv50: fix mrt clear
2009-04-11 Corbin Simpsonr300-gallium: Split up vertex format tallying for HW...
2009-04-11 Corbin Simpsonr300-gallium: Finish up cleanup of vertex format state.
2009-04-11 Corbin Simpsonr300-gallium: Clean up vertex format setup.
2009-04-10 Brian Paulgallium: remove pipe_texture::compressed field
2009-04-09 Brian Pauli965simple: remove pipe_texture::compressed reference
2009-04-09 José Fonsecatrace: Dump the fence, not its pointer.
2009-04-09 José Fonsecatrace: Use 'flags' name consistently.
2009-04-09 Ben Skeggsnv50: adapt for new clear interface
2009-04-08 Corbin Simpsonr300-gallium: Properly emit indexbufs.
2009-04-08 Corbin Simpsonr300-gallium: Add vertex shader constant emit.
2009-04-08 José Fonsecatrace: Make calls dumping threadsafe.
2009-04-08 José Fonsecatrace: Make call no global.
2009-04-08 José Fonsecatrace: Simplify cast wrappers.
2009-04-08 José Fonsecatrace: Match pipe_context::clear prototype.
2009-04-07 Brian Paulsoftpipe: minor debug-help changes in softpipe_transfer...
2009-04-07 Corbin Simpsonr300-gallium: vs: Add MAD.
2009-04-07 Corbin Simpsonr300-gallium: vs: Add MUL.
2009-04-07 Corbin Simpsonr300-gallium: Fix surface_copy too.
2009-04-07 Corbin Simpsonr300-gallium: Properly setup HW/SW TCL controls.
2009-04-06 Brian Paulsoftpipe: clean up the buffer clear and tile cache...
2009-04-05 Corbin Simpsonr300-gallium: vp: Moar.
2009-04-05 Corbin Simpsonr300-gallium: vs: Use a tab to properly set up OVM.
2009-04-05 Corbin Simpsonr300-gallium: Re-translate shaders if constants change.
2009-04-05 Corbin Simpsonr300-gallium: Properly interface with Draw for vert...
2009-04-05 Corbin Simpsonr300-gallium: Update state handlers/setters for vertex...
2009-04-05 Corbin Simpsonr300-gallium: vs: Moar vert shaders.
2009-04-05 Corbin Simpsonr300-gallium: vs: Expand instruction emission.
2009-04-05 Corbin Simpsonr300-gallium: Update clear() code.
2009-04-04 Brian Paulcell: update clear() code to catch up to gallium changes
2009-04-04 Michel Dänzergallium: Clean up driver clear() interface.
2009-04-04 Corbin Simpsonr300-gallium: Calculate vert shader inputs for HW TCL.
2009-04-04 Corbin Simpsonr300-gallium: Fix bad register write.
2009-04-04 Corbin Simpsonr300-gallium: Move swtcl_emit to render to reflect...
2009-04-04 Corbin SimpsonAdd scons build support for radeon/r300.
2009-04-04 Corbin Simpsonr300-gallium: Clean up compile warnings and strict...
2009-04-04 Corbin Simpsonr300-gallium: r500 surface_copy fragment shader.
2009-04-03 Brian Paulsoftpipe: add additional surface formats in tile cache...
2009-04-02 Christoph Bumillernv50: fix viewport state update
2009-04-01 Corbin Simpsonr300-gallium: Translate vertex shader magic numbers.
2009-04-01 Corbin Simpsonr300-gallium: Fix compiler warnings.
2009-04-01 Corbin Simpsonr300-gallium: Add vertex shader for surface_copy.
2009-04-01 Corbin Simpsonr300-gallium: Backwards test.
2009-04-01 Corbin Simpsonr300-gallium: Moar vert shader emit.
2009-04-01 Corbin Simpsonr300-gallium: Add vertex shader emit.
2009-04-01 Corbin Simpsonr300-gallium: Stubs for vertex shaders.
2009-03-31 Brian Paulsoftpipe: use util_is_inf_or_nan()
2009-03-31 Corbin Simpsonr300-gallium: RGBA, not ARGB, after all.
2009-03-31 Corbin Simpsonr300-gallium: r500-fs: If recompiling a shader, overwri...
2009-03-30 Corbin Simpsonr300-gallium: Properly redo shaders when constant buffe...
2009-03-30 Corbin Simpsonr300-gallium: Allow surface_fill to clear depth/stencil...
2009-03-30 Corbin Simpsonr300-gallium: Emit the "right" sequence of colors.
2009-03-30 Corbin Simpsonr300-gallium: Fix hardlock when no colors or textures...
2009-03-30 Corbin Simpsonr300-gallium: Fix strange build error.
2009-03-30 Corbin Simpsonr300-gallium: Handful of small leftovers.
2009-03-27 Corbin Simpsonr300-gallium: Add some surface_copy.
2009-03-27 Corbin Simpsonr300-gallium: Use CMP for MOV on r300.
2009-03-26 Michel Dänzergallium: Remove some little-used fields from struct...
2009-03-25 José Fonsecatrace: Defer the cast to after the check for enabled...
2009-03-25 José Fonsecasoftpipe: Include declarations.
2009-03-25 José Fonsecatrace: Update readme.
2009-03-25 José Fonsecatrace: Number calls.
2009-03-25 Alan CoopersmithAdd #ifdefs needed to compile Gallium on Solaris with...
2009-03-25 Corbin Simpsonr300-gallium: r300-fs: Moar.
2009-03-25 Corbin Simpsonr300-gallium: Unify shader interfaces, enable r300...
2009-03-25 Corbin Simpsonr300-gallium: r500-fs: Remove unused variable.
2009-03-25 Ben Skeggsnv50: fix typo in nv50_query.c
2009-03-25 Ben Skeggsnouveau: fix some pipe_buffer reference counting issues
2009-03-24 Robert Ellisoni965: fix point rasterization when rendering to FBO
2009-03-23 Michel Dänzergallium: Remove remnants of reference counting internal...
2009-03-22 Jakob Bornecrantztrace: Fix args to buffer write
2009-03-23 Brian Paulsoftpipe: reformatting, comments, minor clean-ups
2009-03-21 Keith Whitwellgallium: remove remaining references to origin_lower_left
2009-03-21 Brian Paulgallium: remove use of origin_lower_left
2009-03-20 Corbin Simpsonr300-gallium: Misspelled macro name.
2009-03-20 Corbin Simpsonr300-gallium: Put r300_cs_inlines to bed.
2009-03-20 Corbin Simpsonr300-gallium: Simplify/neaten up packet3.
2009-03-20 Corbin Simpsonr300-gallium: Clean up surface_fill, prep for surface_c...
2009-03-20 Corbin Simpsonr300-gallium: Properly offset scissors.
2009-03-20 Corbin Simpsonr300-gallium: Clean up r300_swtcl_emit.
2009-03-20 Corbin Simpsonr300-gallium: Clean up some emit, and some state handlers.
2009-03-20 Corbin Simpsonr300-gallium: A bit more invariant state.
2009-03-19 Jakob Bornecrantztrace: Formalize on a standard for data size pair
next