r600: Fix indetion and add useful debug output.
[mesa.git] / src / mesa / drivers / dri / r600 / r700_render.c
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 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-22 Alex Deucherr600: move full state to radeon state atoms
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: rework emit code
2009-08-18 Brian PaulMerge branch 'mesa_7_5_branch'
2009-08-18 Ian RomanickMerge branch 'master' into asm-shader-rework-1
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-14 Maciej CencoraMerge branch 'vbo_clean'
2009-08-14 Brian PaulMerge branch 'mesa_7_5_branch'
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-05 Brian PaulMerge branch 'mesa_7_5_branch'
2009-08-02 Corbin SimpsonMerge commit 'nha/r300-compiler-gallium'
2009-08-02 Alex Deucherr600: handle state emit better
2009-08-02 Alex Deucherr600: fix regression in texenv
2009-07-31 Alex Deucherr600: make sure bos are valid before usign that
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: 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-28 Alex Deucherr600: implement texture border color
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 Brian PaulMerge branch 'mesa_7_5_branch'
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-20 Alex Deucherr600: add user clip plane support
2009-07-20 Michel DänzerMerge branch 'mesa_7_5_branch'
2009-07-18 Brian PaulMerge branch 'mesa_7_5_branch'
2009-07-17 Alex DeucherR6xx/R7xx: add fine grained syncing support
2009-07-17 Alex DeucherR6xx/r7xx: send depth state in it's own function
2009-07-17 Alex DeucherMerge branch 'master' of git+ssh://agd5f@git.freedeskto...
2009-07-16 Alex DeucherR6xx: fix rendering on r6xx/rs780 chips
2009-07-15 Kevin DeKorteR6xx/r7xx: warning fixes
2009-07-15 Alex DeucherMerge branch 'master' of git+ssh://agd5f@git.freedeskto...
2009-07-07 Alex DeucherR6xx/r7xx: remove some left over debugging
2009-07-07 Alex DeucherR6xx/R7xx: fix texture reloc emit
2009-07-07 Alex Deuchertex wip
2009-07-06 Alex DeucherR6xx/r7xx: first pass at texture support
2009-07-02 Cooper YuanR6xx/r7xx: Correct the indeices of DRAW_INDEX_IMMD
2009-06-30 Alex DeucherR6xx/r7xx: fix locking for clear
2009-06-26 Cooper YuanFix viewport issue
2009-06-22 Cooper YuanPass viewport id to r700SendViewportState function...
2009-06-12 Alex DeucherMerge master and fix conflicts
2009-06-09 Alex DeucherPull in additional state setup from the DDX
2009-06-05 Alex Deucherre-arrange state structure
2009-06-03 Alex DeucherClean up scissor and viewport code
2009-05-29 Alex Deucherget rid of chip_object struct
2009-05-29 Alex Deuchermore cleanup
2009-05-29 Alex Deuchermore cleanup
2009-05-29 Alex DeucherR6xx/r7xx: remove old sw tcl bits
2009-05-29 Alex Deucherr6xx/r7xx: switch to common dma functions for vecs
2009-05-28 Alex DeucherArgh. fix last commit. clears are still broken
2009-05-26 Alex Deucherenable surface sync function
2009-05-26 Alex Deucherr6xx: fix more r6xx specific cases
2009-05-26 Alex DeucherR6xx: select proper shader format
2009-05-21 Alex Deucherr6xx: fix count on START_3D packet
2009-05-15 Richard LiFix r6 code bugs.
2009-05-08 Richard LiR6xx/R7xx: WIP r6xx-rewrite code
2009-04-21 Richard LiInitial pull of code from r6xx-r7xx-support branch