d3d1x: remove specstrings
[mesa.git] / src / gallium / drivers /
2010-09-23 Dave Airlier600g: fix warnings since last commit.
2010-09-23 Dave Airlier600g: use blitter to do db->cb flushing.
2010-09-23 Zack Rusinrbug: fix rbug when contexts are being destroyed
2010-09-23 Dave Airlier600g: fix depth readback on rv610 and other quirky...
2010-09-23 Dave Airlier600g: use floats instead of hex for blit vbo
2010-09-22 Jerome Glisser600g: fix multiple occlusion query on same id
2010-09-22 Jerome Glisser600g: disable shader rebuild optimization & account...
2010-09-22 Brian Paulllvmpipe: fix sprite texcoord setup for non-projective...
2010-09-22 José Fonsecallvmpipe: Make rgb/alpha bland func/factors match,...
2010-09-22 José Fonsecallvmpipe: Special case complementary and identify blend...
2010-09-22 Luca Barbierinvfx: remove gl_PointCoord hack
2010-09-22 Dave Airlier600g: disable dirty handling on texture from depth...
2010-09-22 Dave Airlier600g: make stencil readback work
2010-09-22 Dave Airlier600g: cleanup some of the DB blit code
2010-09-22 Dave Airlier600g: fix typo in struct member name
2010-09-22 Jerome Glisser600g: occlusion query for new design
2010-09-21 Brian Paulsoftpipe: add missing calls to set draw vertex samplers...
2010-09-21 Jerome Glisser600g: fix multi buffer rendering
2010-09-21 Jerome Glisser600g: directly allocate bo for user buffer
2010-09-21 José Fonsecallvmpipe: When failing free fs shader too.
2010-09-21 José Fonsecallvmpipe: Describe how to profile llvmpipe.
2010-09-21 Brian PaulMerge branch 'sprite-coord'
2010-09-21 Keith Whitwellllvmpipe: fix flatshading in new line code
2010-09-21 Tilman Sauerbeckr600g: Removed debug code.
2010-09-21 Dave Airlier600g: fix eg texture borders.
2010-09-21 Dave Airlier600g: fixup evergreen miptree setup.
2010-09-21 Dave Airlier600g: deal with overflow of VTX/TEX CF clauses.
2010-09-20 Brian Paulllvmpipe: check bitshift against PIPE_MAX_SHADER_OUTPUTS
2010-09-20 Jerome Glisser600g: use pipe context for flushing inside map
2010-09-20 Brian Paulllvmpipe: implement sprite coord origin modes
2010-09-20 Brian Paulllvmpipe: rename sprite field, add sprite_coord_origin
2010-09-20 Tilman Sauerbeckr600g: Implemented the Z and W component write for...
2010-09-20 Brian Paulllvmpipe: clean-up, comments in setup_point_coefficient()
2010-09-20 Tilman Sauerbeckr600g: Honour destination operand's writemask in the...
2010-09-20 Brian Paulllvmpipe: reformatting, remove trailing whitespace...
2010-09-20 Brian Paulllvmpipe: indentation fix
2010-09-20 Brian Paulllvmpipe: maintain fragment shader state for draw module
2010-09-20 Luca Barbierisoftpipe: fix whitespace
2010-09-20 Luca Barbierisoftpipe: make z/s test always pass if no zsbuf, instea...
2010-09-20 Brian Paulllvmpipe: fix query bug when no there's no scene
2010-09-20 Jerome Glisser600g: move chip class to radeon common structure
2010-09-20 Michal Krolsvga: Integer constant register file has a separate...
2010-09-20 Michal Krolsvga: Fix relative addressing translation for pixel...
2010-09-20 Corbin Simpsonr600g: Cleanup viewport floats.
2010-09-20 Corbin Simpsonr600g: Clean up PS setup.
2010-09-20 Dave Airlier600g: add missing BC_INST wrapper for evergreen
2010-09-20 Dave Airlier600g: fixup r700 CB_SHADER_CONTROL register.
2010-09-20 Dave Airlier600g: fix r700 cube map sizing.
2010-09-20 Dave Airlier600g: add color/texture support for more depth formats.
2010-09-20 Dave Airlier600g: add z16 to color setup
2010-09-20 Corbin Simpsonr600g: "tmp" is such a bad name for a texture.
2010-09-20 Corbin Simpsonr600g: Fix false and true.
2010-09-20 Corbin Simpsonr600g: Clean up some indentation and |= vs. | usage.
2010-09-20 Corbin Simpsonr600g: Deobfuscate and comment a few more functions...
2010-09-20 Corbin Simpsonr600g: Trivially deobfuscate r600_hw_states.
2010-09-20 Corbin Simpsonr600g: Use align() instead of handrolled code.
2010-09-20 Dave Airlier600g: drop debugging that snuck in
2010-09-20 Dave Airlier600g: clean up valgrind issues on maxtargets test.
2010-09-20 Dave Airlier600g: fix fbo-drawbuffers-maxtargets
2010-09-19 Dave Airlier600g: modify index buffers for sizes the hw can't...
2010-09-19 Dave Airlieutil/r300g: split the r300 index buffer modifier functi...
2010-09-19 Henri Verbeetr600g: fix exports_ps to export a number not a mask.
2010-09-19 Henri VerbeetRevert "r600g: Flush upload buffers before draws instea...
2010-09-19 Henri Verbeetr600g: Buffer object maps imply a wait.
2010-09-19 Henri Verbeetr600g: Remove a redundant flush in r600_texture_transfe...
2010-09-19 Henri Verbeetr600g: Flush upload buffers before draws instead of...
2010-09-19 Dave Airlier600g: only emit uses waterfall on r6xx hw.
2010-09-19 Dave Airlier600g; add uses waterfall to asm cf for r6xx.
2010-09-19 Tilman Sauerbeckr600g: Added support for TGSI_SEMANTIC_FACE.
2010-09-19 Vinson Leenv50: Remove dead initialization.
2010-09-19 Vinson Leenv50: Remove dead initialization.
2010-09-18 Vinson Leenv50: Silence missing initializer warning.
2010-09-18 Christoph Bumillernv50: fix typo in fifo packet length limit
2010-09-18 Christoph Bumillernv50: emit constbuf relocs before uploading constants
2010-09-18 Christoph Bumillernv50: add relocs for stack and local mem buffers
2010-09-18 Vinson Leer600g: Remove unused variable.
2010-09-18 Vinson Leenvfx: Silence uninitialized variable warnings.
2010-09-18 Vinson Leenvfx: Remove const qualifer from nvfx_vertprog_translate.
2010-09-18 Brian Paulgallium: rework handling of sprite_coord_enable state
2010-09-17 Vinson Leer600g: Silence unused variable warnings.
2010-09-17 Vinson Leer600g: Remove unnecessary header.
2010-09-17 José Fonsecallvmpipe: Default to no threading on single processor...
2010-09-17 Jerome Glisser600g: alternative command stream building from context
2010-09-17 Tilman Sauerbeckr600g: Fixed the shift in S_02880C_KILL_ENABLE.
2010-09-17 Tilman Sauerbeckr600g: Enable PIPE_SHADER_CAP_TGSI_CONT_SUPPORTED.
2010-09-17 Tilman Sauerbeckr600g: Only set PA_SC_EDGERULE on rv770 and greater.
2010-09-17 Tilman Sauerbeckr600g: Added DB_SHADER_CONTROL defines.
2010-09-17 Tilman Sauerbeckr600g: Formatting fixes.
2010-09-17 Dave Airlier600g: add upload manager support.
2010-09-17 Dave Airlier600g: add support for kernel bo
2010-09-17 Dave Airlier600g: move constant buffer creation behind winsys...
2010-09-17 Dave Airlier600g: attempt to abstract kernel bos from pipe driver.
2010-09-17 Dave Airlier600g: hide radeon_ctx inside winsys.
2010-09-16 José Fonsecagallivm: Start collecting bitwise arithmetic helpers...
2010-09-16 Marek Olšákr300g/swtcl: fix CS overrun
2010-09-16 Keith Whitwellllvmpipe: add DEBUG_FS to dump variant information
2010-09-16 Keith Whitwellllvmpipe: add LP_PERF flag to disable various aspects...
2010-09-16 Christoph Bumillernv50: get shader fixups/relocations into working state
2010-09-16 Christoph Bumillernv50: don't segfault on shaders with 0 instructions
2010-09-16 Tilman Sauerbeckr600g: Use clamped math for RCP and RSQ.
next