r600g: add lrp instruction support
[mesa.git] / src / gallium / drivers /
2010-07-28 Jerome Glisser600g: add lrp instruction support
2010-07-28 Jerome Glisser600g: actualy fix the literal emission
2010-07-28 Dave Airlier600g: fix up segfault with variation between views...
2010-07-28 Dave Airlier600g: use gallium util for float->ui conversion
2010-07-28 Jerome Glisser600g: texture support
2010-07-27 Brian Paulllvmpipe: pass face+slice to llvmpipe_unswizzle_cbuf_tile()
2010-07-27 Vinson Leer600g: Move declaration before code.
2010-07-27 Jerome Glisser600g: always emit literal after emiting an alu instruction
2010-07-27 José Fonsecallvmpipe: Use lp_build_select_bitwise() where appropriate.
2010-07-27 Brian Paulcell: comment-out unused fields, functions
2010-07-27 Brian Paulcell: make functions static
2010-07-27 Brian Paulcell: fix segfault when freeing samplers
2010-07-27 Brian Paulcell: comment-out unneeded padding field
2010-07-27 Brian Paulcell: added const qualifier
2010-07-26 Stephan Schmidr600g: implememt the LIT instruction
2010-07-26 Dave Airlier300g: fix macro substitution problem
2010-07-25 Marek Olšákr300g: implement D24X8 texture sampling for r3xx-r4xx
2010-07-25 Marek Olšákr300g: make sure a texture is large enough for the...
2010-07-25 Marek Olšákr300g: do not use TXPITCH_EN if the width is POT and...
2010-07-25 Marek Olšákr300g: do not use TXPITCH_EN for power-of-two textures...
2010-07-25 Marek Olšákr300g: cleanup texture creation code
2010-07-25 Marek Olšákr300g: reject resources from handles which are not...
2010-07-25 Marek Olšákr300g: cleanup texture debug logging
2010-07-25 Marek Olšákr300g: do not align texture height to 2^n for 1D and...
2010-07-25 Vinson Leenvfx: Move declaration before code.
2010-07-24 Jerome Glisser600g: first pass at texture support
2010-07-24 Vinson Leer600g: Fix SCons build.
2010-07-23 Jerome Glisser600g: fix dp2, dp3, dp4 tokens
2010-07-23 Jerome Glisser600g: add RSQ token support
2010-07-23 Jerome Glisser600g: drop compiler stuff and switch over dumb tgsi...
2010-07-23 Michal Krolsoftpipe: Check for NULL pointer in sp_destroy_tile_cac...
2010-07-23 Michal Krolsoftpipe: Check for NULL pointer in sp_destroy_tex_tile...
2010-07-23 Christoph Bumillernv50: implement depth clamp
2010-07-23 Jakob Bornecrantzllvmpipe: Partially fix resource texture from_handle
2010-07-23 Jakob Bornecrantzllvmpipe: Don't align values already aligned
2010-07-23 Jakob Bornecrantzi915g: Set total_nblocksy in from_handle
2010-07-23 Jakob Bornecrantzi915g: Add some debug prints in texture code
2010-07-23 Jakob Bornecrantzi915g: Ifdef out debug code on non-debug builds
2010-07-21 Brian Paulsoftpipe: add missing support for PIPE_FORMAT_S8_USCALE...
2010-07-21 Brian Paulsoftpipe: fix sp_tile_cache_flush_clear() regression
2010-07-21 Jerome Glisser600g: add support for all R6XX/R7XX asic
2010-07-21 Dave Airlier600g: add r600 compile mode to compiler.
2010-07-21 Dave Airlier600g: add family retrival
2010-07-21 Marek Olšákllvmpipe: say no to depth clamp
2010-07-21 Marek Olšákr300g: implement depth clamp
2010-07-21 Marek Olšákr300g: cleanup clip state emission
2010-07-21 Patrice Mandinnouveau/nvfx: Add new PIPE_CAP values
2010-07-20 Jerome Glisser600g: split trans unit computation
2010-07-20 Michal Krolsoftpipe: Support non-depth-stencil formats in sp_tile_...
2010-07-19 Marek Olšákr300g: fix possible crash in destroy_context
2010-07-19 Marek Olšákr300g: fix typo
2010-07-19 Marek Olšákr300g: use memory pools for buffer_create and get_transfer
2010-07-18 Dave Airlier300g: u_upload optimisation
2010-07-18 Vinson Leellvmpipe: Remove dead initialization.
2010-07-17 Marek Olšákr300g: final fix for r3xx constant buffer emission
2010-07-17 Marek Olšákr300g: fix typo in r3xx constant buffer emission
2010-07-17 Marek Olšákr300g: fix constant buffer emission on r3xx
2010-07-17 Vinson Leellvmpipe: Remove unused variable in lp_test_sincos.
2010-07-17 Vinson Leenv50: s/__func__/__FUNCTION__/
2010-07-17 Vinson Leenouveau: s/__func__/__FUNCTION__/
2010-07-17 Vinson Leenouveau: s/snprintf/util_snprintf/
2010-07-17 Vinson Leer300g: Remove unnecessary header.
2010-07-17 Vinson Leenouveau: s/inline/INLINE/
2010-07-16 Marek Olšákr300g: inline winsys_buffer_destroy
2010-07-16 Marek Olšákr300g: do not make copies of constant buffers, emit...
2010-07-16 Keith Whitwellllvmpipe: use single swizzled tile
2010-07-16 José Fonsecallvmpipe: Describe _mm_shuffle_epi8() with gcc extended...
2010-07-16 José Fonsecallvmpipe: Only use -mssse3 on gcc 4.3+
2010-07-16 Vinson Leei965g: Remove dead initialization in precalc_tex.
2010-07-16 Marek Olšákr300g: rebuild winsys and command submission to support...
2010-07-15 Brian Paulllvmpipe: implement instanced drawing functions
2010-07-15 Brian Paulsoftpipe: re-order drawing functions to get rid of...
2010-07-15 José Fonsecallvmpipe: Remove redundant statement.
2010-07-14 Brian Paulllvmpipe: delete lp_test_*.o files with make clean
2010-07-14 José Fonsecallvmpipe: Remove redundant alignments.
2010-07-14 Chris Lillvmpipe: Addi ssse3 swizzling for B8G8R8A8_UNORM.
2010-07-14 Zack RusinMerge branch 'mesa-2d-registers'
2010-07-13 Roland Scheideggerllvmpipe: fix comment typo
2010-07-13 Roland Scheideggerllvmpipe: move rasterizer to screen instead of setup...
2010-07-13 José Fonsecallvmpipe: Align texture data to the cache line.
2010-07-13 Keith Whitwellllvmpipe: eliminate the set_state rasterizer command
2010-07-13 Keith Whitwellllvmpipe: pass mask into fragment shader
2010-07-13 Keith Whitwellllvmpipe: move fences from per-bin to per-thread
2010-07-13 José Fonsecallvmpipe: Always swizzle/unswizzle whole tiles.
2010-07-13 Jakob Bornecrantzllvmpipe: Ignores!
2010-07-13 Marek Olšákr300g: do not advertise half_float_vertex on rv3x0
2010-07-12 Marek Olšákr300g: extend and clean up debug logging
2010-07-12 Marek Olšákr300g/swtcl: do not emit texcoords if they are also...
2010-07-12 Marek Olšákr300g: rework the draw_rectangle hook
2010-07-12 Maciej CencoraMerge branch 'master' of git://anongit.freedesktop...
2010-07-12 Vinson Leer300g: Remove unnecessary header.
2010-07-12 José Fonsecallvmpipe: Re-enable threading on windows.
2010-07-12 nobledos, rbug: remove PIPE_THREAD_HAVE_CONDVAR
2010-07-12 Marek Olšákr300g: implement fast color clear
2010-07-12 Marek Olšákr300g: clear and copy a resource with a rectangular...
2010-07-12 Marek Olšákr300g: do not use immediate mode if there is a VBO...
2010-07-11 Marek Olšákr300g: ugly fix of a hardlock in the cubestorm xscreensaver
2010-07-09 Marek Olšákr300g: allow the GTT domain for samplers
2010-07-09 Marek Olšákr300g/swtcl: fix out-of-bounds write
2010-07-08 Marek Olšákr300g: fix texturing with negative lod bias
next