python: Drop st_buffer.
[mesa.git] / src / gallium / drivers /
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
2009-03-18 Corbin Simpsonr300-gallium: Emit viewport state.
2009-03-18 Corbin Simpsonr300-gallium: Viewport state storage.
2009-03-18 Corbin Simpsonr300-gallium: Fixup registers for viewport state.
2009-03-18 Brian Paulsoftpipe: more texture transfer fixes.
2009-03-18 Brian Paulsoftpipe: need to set tc->transfer=NULL after destroyin...
2009-03-17 Ben Skeggsnouveau: rewrite winsys in terms of drm_api, support...
2009-03-17 Corbin Simpsonr300-gallium: Move all unsorted state into invariant...
2009-03-17 Corbin Simpsonr300-gallium: Emit invariant state, no matter what.
2009-03-17 Corbin Simpsonr300-gallium: Quick little cleanup of surface_fill...
2009-03-17 Corbin Simpsonr300-gallium: Debugging for the more sensitive card...
2009-03-17 Corbin Simpsonr300-gallium: r500-fs: Fixup immediate->constant counti...
2009-03-17 Corbin Simpsonr300-gallium: More query stuff.
2009-03-17 Corbin Simpsonr300-gallium: r500-fs: Properly set up TEX/OUT.
2009-03-17 Corbin Simpsonr300-gallium: r500-fs: Texture insts, ABS, moar comments.
2009-03-17 Corbin Simpsonr300-gallium: Clean up some code, un-special-case scala...
2009-03-17 Corbin Simpsonr300-gallium: r500-fs: CMP/MOV/SWZ, negation, ADD/MAD...
2009-03-17 Corbin Simpsonr300-gallium: Fix relocation for textures.
2009-03-16 Jakob Bornecrantztrace: Fix memory leak
2009-03-16 Jakob Bornecrantztrace: Re-init refcounters just incase
2009-03-16 Jakob Bornecrantztrace: Dump buffer data via buffer writes
2009-03-16 Corbin Simpsonr300-gallium: r500-fs: Add ABS.
2009-03-16 Corbin Simpsonr300-gallium: r500-fs: Clamp only when saturation flags...
2009-03-16 Corbin Simpsonr300-gallium: r500-fs: Working ADD and MUL, add more...
2009-03-16 Corbin Simpsonr300-gallium: Cleanup a few things.
2009-03-16 Corbin Simpsonr300-gallium: r500-fs: MUL.
2009-03-16 Corbin Simpsonr300-gallium: r500-fs: Stub out the simple scalar ops.
2009-03-16 Corbin Simpsonr300-gallium: r500-fs: Add DPH.
2009-03-16 Corbin Simpsonr300-gallium: r500-fs: Add dot products.
2009-03-16 Michal Krolsoftpipe: Use p_atomic_read, not atomic_read.
2009-03-16 Thomas Hellstromgallium: Use struct pipe_atomic for pipe refcounts.
2009-03-16 Corbin Simpsonr300-gallium: r500-fs: Actually handle consts and imms...
2009-03-16 Corbin Simpsonr300-gallium: Emit constants as floats, not uints.
2009-03-16 Corbin Simpsonr300-gallium: Fix vertex memory offsets.
2009-03-16 Corbin Simpsonr300-gallium: r500-fs: Setup immediates.
2009-03-16 Corbin Simpsonr300-gallium: Actually set stride when creating textures.
2009-03-16 Corbin Simpsonr300-gallium: r500-fs: Add writemasks and some flexibil...
2009-03-16 Corbin Simpsonr300-gallium: Always rasterize at least one color.
2009-03-16 Corbin Simpsonr300-gallium: Fix spacing.
2009-03-15 Younes Mantonnouveau: bypass_vs_clip_and_viewport
2009-03-13 Keith Whitwellgallium: consolidate bypass_vs and bypass_clipping...
2009-03-13 Keith Whitwellgallium: no need to keep a copy of shader tokens in...
2009-03-13 Jakob Bornecrantztrace: Fix some typos
2009-03-13 Jakob Bornecrantzgallium: Remove do_flip argument from surface_copy
2009-03-12 Jakob Bornecrantztrace: Wrap pipe_buffers
2009-03-12 Jakob Bornecrantztrace: Add dump util functions for wrapped pointers
2009-03-11 Jakob Bornecrantztrace: Move buffer functions from winsys to screen
2009-03-11 Jakob Bornecrantztrace: Remove all whitespace at EOL
2009-03-11 Jakob Bornecrantztrace: Fixup trace a bit
2009-03-11 Corbin Simpsonr300-gallium: Don't flush textures more than necessary.
2009-03-11 Corbin Simpsonr300-gallium: Fix texture filters.
2009-03-11 Corbin Simpsonr300-gallium: r500-fs: More texture fixes.
2009-03-11 Corbin Simpsonr300-gallium: r500-fs: Add shader dumper and more tex...
2009-03-11 Corbin Simpsonr300-gallium: Fix CS count for texture emit.
2009-03-11 Corbin Simpsonr300-gallium: r500-fs: Add SWZ.
2009-03-11 Corbin Simpsonr300-gallium: Fix CS count in fb state emit.
2009-03-11 Corbin Simpsonr300-gallium: Start swizzles.
2009-03-11 Corbin Simpsonr300-gallium: Begin R500 fragment shader assembler.
2009-03-11 Jakob Bornecrantztrace: Fixup trace a bit
2009-03-10 Corbin Simpsonr300-gallium: Initial, broken, query setup.
2009-03-10 Corbin Simpsonr300-gallium: Unbreak fallback in surface_fill.
2009-03-10 Corbin Simpsonr300-gallium: Fix a handful of compiler warnings.
2009-03-10 Corbin Simpsonr300-gallium: First stab at texture support.
2009-03-10 Corbin Simpsonr300-gallium: Moar fixes in the register file.
2009-03-08 Corbin Simpsonr300-gallium: Unbreak trivial/point.
2009-03-07 Corbin Simpsonr300-gallium: Correct vertex format setup, cleanup...
2009-03-07 Corbin Simpsonr300-gallium: Clean up RS.
2009-03-07 Corbin Simpsonr300-gallium: Move a few registers.
2009-03-07 Corbin Simpsonr300-gallium: Typo in assert.
2009-03-07 Corbin Simpsonr300-gallium: Emit vertex size.
2009-03-07 Corbin Simpsonr300-gallium: A bit more vertex format fixup.
2009-03-07 Ben Skeggsnv50: simplify tesla object selection
2009-03-07 Ben Skeggsnouveau: make stateobjs start off with refcount of 1
2009-03-07 Victor StinnerFix nv50_screen_create()
2009-03-07 Corbin Simpsonr300-gallium: Fix masking on vertex formats.
next