r600g: Remove unnecessary headers.
[mesa.git] / src / gallium / drivers / r600 / r600_state.c
2010-10-02 Vinson Leer600g: Remove unnecessary headers.
2010-10-01 Dave Airlier600g: fixup vertex format picking.
2010-10-01 Dave Airlier600g: add winsys support for CTL constants.
2010-10-01 Dave Airlier600g: fix evergreen depth flushing.
2010-09-30 Jerome Glisser600g: use constant buffer instead of register for...
2010-09-29 Dave Airlier600g: clean up some code from move to new paths.
2010-09-29 Jerome Glisser600g: more cleanup
2010-09-29 Jerome Glisser600g: cleanup
2010-09-29 Jerome Glisser600g: delete old path
2010-09-29 Dave AirlieRevert "r600g: add initial vertex translate support."
2010-09-29 Dave Airlier600g: add initial vertex translate support.
2010-09-28 Dave Airlier600g: fix db flush breaking config state
2010-09-26 Jerome Glisser600g: move around variables to share depth uncompressi...
2010-09-21 Brian PaulMerge branch 'sprite-coord'
2010-09-20 Jerome Glisser600g: move chip class to radeon common structure
2010-09-20 Dave Airlier600g: clean up valgrind issues on maxtargets test.
2010-09-20 Dave Airlier600g: fix fbo-drawbuffers-maxtargets
2010-09-17 Dave Airlier600g: add upload manager support.
2010-09-17 Dave Airlier600g: attempt to abstract kernel bos from pipe driver.
2010-09-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-15 Vinson Leer600g: Remove unnecessary headers.
2010-09-10 Dave Airlier600g: fix warning in r600 pipe driver
2010-09-10 Dave Airlier600g: add initial evergreen support
2010-09-10 Dave Airlier600g: align flushing of cb/db with DDX/r600c.
2010-09-07 Dave Airlier600g: add support for constants in memory buffers.
2010-09-07 Dave Airlier600g: abstract the hw states out behind a vtbl.
2010-09-05 Dave Airlier600g: fix up surface references
2010-09-05 Dave Airlier600g: search for sampler views in context on removal.
2010-09-03 Dave Airlier600g: fix segfault in state after rework
2010-09-03 Dave Airlier600g: refactor sample states into a reusable struct.
2010-09-03 Dave Airlier600g: add texture border state.
2010-09-03 Dave Airlier600g: deref old driver states for set entry points.
2010-09-03 Dave Airlier600g: drop r600_bind_state.
2010-09-03 Dave Airlier600g: kill r600_context_state function
2010-09-03 Dave Airlier600g: move lots of state inline helpers to separate...
2010-09-02 Dave Airlier600g: drop magic numbers in depth state.
2010-09-02 Jerome Glisser600g: force unbind of previously bind sampler/sampler_view
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-09-02 Dave Airlier600g: fix logicop, the 3d ROP is the 2D rop shifted...
2010-09-02 Jerome Glisser600g: fix binding of same texture to several target...
2010-09-02 Dave Airlier600g: fix incorrect state naming in pipe_sampler vs...
2010-09-01 Jerome Glisser600g: silence compiler warning
2010-09-01 Jerome Glisser600g: refix db/cb state
2010-09-01 Jerome Glisser600g: avoid dynamic allocation of states
2010-09-01 Jerome GlisseRevert "Revert "r600g: precompute some of the hw state""
2010-09-01 Dave Airlier600g: correct cb/zb offset emits.
2010-09-01 Dave AirlieRevert "r600g: precompute some of the hw state"
2010-08-30 Jerome Glisser600g: precompute some of the hw state
2010-08-30 Dave Airlier600g: fixup states generation in winsys.
2010-08-30 Dave Airlier600g: add KILP support
2010-08-27 Dave AirlieRevert "r600g: simplify states"
2010-08-25 Jerome Glisser600g: simplify states
2010-08-23 Henri Verbeetr600g: Add support for PIPE_CAP_DEPTH_CLAMP.
2010-08-23 Jerome Glisser600g: export one component per pixel + r7xx uncompress...
2010-08-22 Jerome Glisser600g: fix DB decompression
2010-08-22 Jerome Glisser600g: depth buffer likely needs decompression when...
2010-08-22 Jerome Glisser600g: partialy fix texturing from depth buffer + initi...
2010-08-20 Jerome Glisser600g: cleanup definition, fix segfault when no valid...
2010-08-20 Dave Airlier600g: add occlusion query support
2010-08-20 Luca Barbierigallium: make all checks for PIPE_TEXTURE_2D check...
2010-08-18 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-18 Dave Airlier600g: fix point size
2010-08-18 Dave Airlier600g: fixup pitch alignment like r600c.
2010-08-18 Dave Airlier600g: emit texture level offset in CB/DB setup.
2010-08-17 Dave Airlier600g: add user clip plane support.
2010-08-17 Ian RomanickMerge branch 'glsl2'
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-08-13 Dave Airlier600g: fix memory leaks running gears.
2010-08-12 Dave Airlier600g: fix provoking-vertex piglit test.
2010-08-12 Dave Airlier600g: improve texture format checker.
2010-08-11 Jerome Glisser600g: accept empty frag prog shader
2010-08-11 Jerome Glisser600g: add point/sprite rendering support
2010-08-09 Jerome Glisser600g: fix r600 context structure, avoid segfault when...
2010-08-06 Jerome Glisser600g: fix rendering, only enable target we write too
2010-08-06 Jerome Glisser600g: really fix multi target support
2010-08-06 Jerome Glisser600g: finish multi target rendering support
2010-08-06 Jerome Glisser600g: fix color format, indentation, defines
2010-08-06 Jerome GlisseRevert "r600g: don't use dynamic state allocation for...
2010-08-06 Dave Airlier600g: start to fix up multiple targets.
2010-08-06 Dave Airlier600g: add SRGB support.
2010-08-06 Dave Airlier600g: fixup z format translations.
2010-08-06 Dave Airlier600g: fix targetmask to work correctly.
2010-08-06 Dave Airlier600g: improve supported format selection.
2010-08-05 Jerome Glisser600g: don't use dynamic state allocation for states
2010-08-04 Jerome Glisser600g: always perform texture perspective divide +...
2010-08-03 Jerome Glisser600g: add polygon offset support
2010-08-03 Jerome Glisser600g: fix color target mask
2010-08-03 Jerome Glisser600g: fix stencil
2010-08-02 Jerome Glisser600g: add autogenerated reg definition + debug print...
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: make r600_db_format static.
2010-07-29 Jerome Glisser600g: mipmap early support + EX2/ABS instruction ...
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 Dave Airlier600g: fix up segfault with variation between views...
next