r200: Add scissor to state atom list.
[mesa.git] / src / mesa / drivers / dri / r600 /
2009-08-25 Pauli Nieminenradeon/r600: Fix remaining warnings when building 64...
2009-08-25 Pauli Nieminenradeon: Fix all compiler warnings.
2009-08-24 Pauli NieminenMerge branch 'master' of ssh://git.freedesktop.org...
2009-08-24 Pauli Nieminenradeon/r200/r300/r600: Warn if we emit more than predic...
2009-08-24 Alex Deucherr600: code cleanup
2009-08-24 Zack RusinMerge branch 'master' of ssh://zack@git.freedesktop...
2009-08-24 Alex Deucherr600: fix state emit sizes
2009-08-24 Pauli Nieminenr600: Fix indetion and add useful debug output.
2009-08-24 Pauli NieminenMerge branch 'master' of ssh://git.freedesktop.org...
2009-08-24 Dave Airlier600: scissor updates for dri2
2009-08-24 Dave Airlier600: switch to common cs functions
2009-08-24 Alex Deucherr600: map 16 VS outputs
2009-08-24 Alex Deucherr600: fix logic copy paste error
2009-08-23 Pauli Nieminenr600: Improve emit prediction.
2009-08-23 Pauli Nieminenr600: Predict emit size for next rendering.
2009-08-23 Pauli NieminenMerge branch 'master' of ssh://git.freedesktop.org...
2009-08-23 Alex Deucherr600: bump reloc_chunk size
2009-08-23 Alex Deucherr600: fix count for CB/DB target state
2009-08-23 Alex Deucherr600: use persistent bos for shaders
2009-08-23 Alex Deucherr600: always emit CB base
2009-08-22 Alex Deucherr600: make state emit more fine grained
2009-08-22 Alex Deucherr600: move full state to radeon state atoms
2009-08-22 Alex Deucherr600: add support for RS880
2009-08-21 Alex Deucherr600: better default state size.
2009-08-21 Ian RomanickMerge branch 'asm-shader-rework-1'
2009-08-20 Alex Deucherr600: convert to using common radeon state atoms
2009-08-20 Alex Deucherr600: improve state emission
2009-08-20 Alex Deucherr600: split state emit into block specific functions
2009-08-20 Alex Deucherr600: try and get everything in the draw in one IB
2009-08-20 Alex Deucherr600: move misc regs from general state
2009-08-20 Alex Deucherr600: rework emit code
2009-08-19 Alex Deucherr600: minor cleanup
2009-08-18 Brian PaulMerge branch 'mesa_7_5_branch'
2009-08-18 Ian RomanickMerge branch 'master' into asm-shader-rework-1
2009-08-18 Pauli Nieminenradeon: Optimize memory handling for dma operations.
2009-08-18 Dave Airlier600: fix build
2009-08-17 Alex Deucherr600: fix counting error after the last commit
2009-08-17 Alex Deucherr600: make sure the number of indices is valid
2009-08-17 Alex Deucherradeon: remove RADEON_DEBUG_BO stuff
2009-08-14 Maciej CencoraMerge branch 'vbo_clean'
2009-08-14 Brian PaulMerge branch 'mesa_7_5_branch'
2009-08-14 Alex Deucherr600: emit SURFACE_BASE_UPDATE on depth base updates...
2009-08-13 Alex Deucherr600: move non-surface related cb state to general...
2009-08-13 Alex Deucherr600: move non-surface related depth state to general...
2009-08-13 Keith WhitwellMerge branch 'mesa_7_5_branch'
2009-08-13 Brian PaulMerge branch 'new-frag-attribs'
2009-08-12 Alex Deucherr600: state cleanups
2009-08-12 Alex Deucherr600: clean up Create/DestroyContext
2009-08-12 Eric Anholtradeon: Minor warnings cleanup.
2009-08-12 Cooper Yuanr600: A shader is bound that exports Z as a float into...
2009-08-11 Cooper Yuanr600: update num of interp if posizition is used
2009-08-09 Dave Airlier600: looks like a typo
2009-08-09 Cooper Yuanr600: load per-pixel position into PS in order to use...
2009-08-05 Brian PaulMerge branch 'mesa_7_5_branch'
2009-08-03 Alex Deucherr600: fix r600SetTexOffset
2009-08-02 Corbin SimpsonMerge commit 'nha/r300-compiler-gallium'
2009-08-02 Alex Deucherr600: handle state emit better
2009-08-02 vehemensr600: Logic Operations Fix
2009-08-02 Alex Deucherr600: fix regression in texenv
2009-08-02 Alex Deucherr600: fix rectangle textures
2009-07-31 Alex Deucherr600: make sure bos are valid before usign that
2009-07-31 Alex Deucherr600: fix reloc setup
2009-07-31 Alex Deucherr600: remove unused offset_mod stuff
2009-07-31 Alex Deucherr600: ensure we have enough room for full state emit
2009-07-31 Alex Deucherr600: unify state emit into one function
2009-07-31 Alex Deucherr600: re-arrange state setup and emit so they are not...
2009-07-31 Alex Deucherr600: get updated pending age from cs ioctl
2009-07-31 Alex Deucherr600: warning fixes
2009-07-31 Alex Deucherr600: split primitive draw into a separate function
2009-07-30 Brian PaulMerge branch 'mesa_7_5_branch'
2009-07-30 Brian PaulMerge branch 'mesa_7_5_branch'
2009-07-30 Brian PaulMerge branch 'mesa_7_5_branch'
2009-07-30 Alex Deucherr600: fix mipmaps
2009-07-29 Alex Deucherr600: remove extraneous semicolon
2009-07-29 Alex Deucherr600: fix texture pitch alignment
2009-07-29 Alex Deucherr600: minor fixes
2009-07-29 Cooper Yuanr600: emit fog color in PS input map, fix fog related...
2009-07-29 Cooper YuanR6xx/r7xx: VS export fog color as parameter
2009-07-28 Alex Deucherr600: fix tex clamp modes
2009-07-28 Alex Deucherr600: implement texture border color
2009-07-28 Alex Deucherr600: fix flat shading
2009-07-28 Alex Deucherr600: don't call r700UpdateShaders twice for each render
2009-07-28 Alex Deucherr600: move r700TranslateFragmentShader into r700UpdateS...
2009-07-28 Alex Deucherr600: disable flat shade fix in 506bacb8e40b0a170a4b620...
2009-07-28 Brian PaulMerge branch 'mesa_7_5_branch'
2009-07-28 Cooper YuanR6xx/r7xx: enable flat shading, this can fix quadric...
2009-07-27 Alex Deucherr600: fix _REV texture format component swizzles
2009-07-27 Alex Deucherr600: fix textures
2009-07-27 Alex Deucherr600: don't draw when num indices is 0
2009-07-27 Alex Deucherr600: set VGT NUM_INSTANCES as part of the draw command
2009-07-27 Alex Deucherr600: switch vtx resource setup to use SETfield macros
2009-07-27 Alex Deucherr600: switch tex code to use SETfield macros
2009-07-23 Alex Deucherr600: fix segfault in morph3d
2009-07-23 José Fonsecar600: Remove CRLF line endings.
2009-07-21 Richard Lir600: fix dst reg indexing for real
2009-07-21 Alex DeucherRevert "r600: fix dst reg indexing"
2009-07-21 Alex Deucherr600: add stencil support
2009-07-21 Alex Deucherr600: use state functions to set default state
2009-07-21 Alex Deucherr600: fill in point functions
2009-07-21 Alex Deucherr600: set provoking vertex to last vertex for OGL
next