radeon: Remove structure allocation from iterator variable.
[mesa.git] / src / mesa / drivers / dri / r600 /
2009-09-10 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-10 Ian RomanickMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-09 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-04 Alex Deucherr600: fix Elts handling
2009-09-03 Alex Deucherr600: rework cb/db setup
2009-09-03 Alex Deucherr600: make sure the active vertex shader bo is re-added...
2009-09-03 Dave Airlier600: visual depth has no meaning here.
2009-09-03 Dave Airlier600: make sure the active shader bo is re-added to...
2009-08-31 Pauli Nieminenr600: Add more trace debug output to rendering pipeline.
2009-08-31 Pauli Nieminenr600: Convert to shared debug code and add a few new...
2009-08-31 Pauli Nieminenradeon: Add common debugging functions.
2009-08-30 Michel DänzerMerge branch 'mesa_7_5_branch'
2009-08-28 Dave Airlier600: fix scissor also.
2009-08-27 Brian PaulMerge branch 'mesa_7_5_branch'
2009-08-27 Brian PaulMerge branch 'mesa_7_5_branch'
2009-08-26 Brian PaulMerge branch 'mesa_7_5_branch'
2009-08-26 Brian PaulMerge branch 'mesa_7_5_branch'
2009-08-26 Alex Deucherr600: fix two sided stencil
2009-08-26 Alex Deucherr600: add missing radeon_cs_space_set_flush call
2009-08-26 Alex Deucherr600: make reloc_chunk size dynamic
2009-08-26 Alex Deucherr600: fix memory leak
2009-08-26 Cooper Yuanr600: Update vertex fetch shader if necessary
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
next