r600g: don't use dynamic state allocation for states
[mesa.git] / src / gallium / drivers /
2010-08-05 Jerome Glisser600g: don't use dynamic state allocation for states
2010-08-05 Marek Olšákr300g: fix fb_state atom size
2010-08-05 Dave Airlier300g: always emit hyperz state atom.
2010-08-05 Dave Airlier300g: disable hiz on rv530 for now.
2010-08-05 Dave Airlier300g: implement hyper-z support. (v4)
2010-08-04 Jerome Glisser600g: force flush on map as temporary fix to readpixel
2010-08-04 Jerome Glisser600g: always perform texture perspective divide +...
2010-08-04 Tom Stellardr300/compiler: r500 hw support for break and continue...
2010-08-03 Dave Airlier300g: disable multisample visuals until the state...
2010-08-03 Jerome Glisser600g: add polygon offset support
2010-08-03 Jerome Glisser600g: flush and resubmit if we reach limit
2010-08-03 Jerome Glisser600g: fix color target mask
2010-08-03 Jerome Glisser600g: fix stencil
2010-08-03 Jerome Glisser600g: fix LIT + fix multiple constant one ALU + fix...
2010-08-03 Marek Olšákr300g: handle polygon offset correctly
2010-08-02 Jerome Glisser600g: split alu block to conform to limit + RCP opcode
2010-08-02 Jerome Glisser600g: add autogenerated reg definition + debug print...
2010-08-02 Marek Olšákr300g: fix hardlock when using more than one stuffed...
2010-08-02 Dave Airlier600g: add stencil op/func translation
2010-08-02 Dave Airlier600g: initial alpha test state
2010-08-02 Dave Airlier600g: add initial blend state.
2010-08-02 Dave Airlier600g: set correct tex coord type for rect textures.
2010-08-02 Dave Airlier600g: make r600_db_format static.
2010-08-01 Marek Olšákr300g: fix microtiling on RS6xx
2010-08-01 Vinson Leer600g: Remove unnecessary header.
2010-07-31 Vinson Leer600g: Remove unnecessary header.
2010-07-30 Jerome Glisser600g: add KIL opcode support
2010-07-30 Vinson Leellvmpipe: Silence unused value warning.
2010-07-30 Vinson Leellvmpipe: Fix implicit declaration of lp_func_delete_bo...
2010-07-30 Zack Rusinllvmpipe: delete function bodies after generating machi...
2010-07-30 Jerome Glisser600g: fix typo in tex instruction + shader semantic...
2010-07-29 Brian Paulllvmpipe: fix on-debug build breakage
2010-07-29 Brian Paulllvmpipe: added some jit debug code
2010-07-29 Brian Paulgallium: implement bounds checking for constant buffers
2010-07-29 Brian Paulllvmpipe: silence warnings in lp_test_sincos.c
2010-07-29 Jerome Glisser600g: mipmap early support + EX2/ABS instruction ...
2010-07-29 Marek Olšákr300g/swtcl: fix crash in ETQW and minor fixups
2010-07-29 Marek Olšákr300g/swtcl: fix crash after the draw_vbo merge
2010-07-29 Brian Paulllvmpipe: also test the new lp_build_assert() function
2010-07-29 Brian Paulllvmpipe: don't call LLVMCreateJITCompiler() twice
2010-07-29 José Fonsecascons: Use the current python executable for code gener...
2010-07-29 José Fonsecallvmpipe: Avoid corrupting the FPU stack with MMX instr...
2010-07-29 Chia-I Wugallium: Avoid void pointer arithmetic.
2010-07-29 Chia-I Wugallium: Keep only pipe_context::draw_vbo.
2010-07-29 Chia-I Wugallium: Implement draw_vbo and set_index_buffer for...
2010-07-29 Jerome Glisser600g: state context ptr in sampler_view & add I8/L8...
2010-07-28 Jerome Glisser600g: switch btw flat/linear interpolation
2010-07-28 Jerome Glisser600g: split pipe state creating/binding from hw state...
2010-07-28 Jerome Glisser600g: cleanup resource buffer/texture mess
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
next