summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r600
AgeCommit message (Expand)Author
2009-08-24r600: switch to common cs functionsDave Airlie
2009-08-24r600: map 16 VS outputsAlex Deucher
2009-08-23r600: fix logic copy paste errorAlex Deucher
2009-08-23r600: bump reloc_chunk sizeAlex Deucher
2009-08-23r600: fix count for CB/DB target stateAlex Deucher
2009-08-23r600: use persistent bos for shadersAlex Deucher
2009-08-23r600: always emit CB baseAlex Deucher
2009-08-22r600: make state emit more fine grainedAlex Deucher
2009-08-22r600: move full state to radeon state atomsAlex Deucher
2009-08-22r600: add support for RS880Alex Deucher
2009-08-21r600: better default state size.Alex Deucher
2009-08-20r600: convert to using common radeon state atomsAlex Deucher
2009-08-20r600: improve state emissionAlex Deucher
2009-08-20r600: split state emit into block specific functionsAlex Deucher
2009-08-20r600: try and get everything in the draw in one IBAlex Deucher
2009-08-20r600: move misc regs from general stateAlex Deucher
2009-08-20r600: rework emit codeAlex Deucher
2009-08-19r600: minor cleanupAlex Deucher
2009-08-18radeon: Optimize memory handling for dma operations.Pauli Nieminen
2009-08-18r600: fix buildDave Airlie
2009-08-17r600: fix counting error after the last commitAlex Deucher
2009-08-17r600: make sure the number of indices is validAlex Deucher
2009-08-17radeon: remove RADEON_DEBUG_BO stuffAlex Deucher
2009-08-14r600: emit SURFACE_BASE_UPDATE on depth base updates on rv6xxAlex Deucher
2009-08-13r600: move non-surface related cb state to general stateAlex Deucher
2009-08-13r600: move non-surface related depth state to general stateAlex Deucher
2009-08-12r600: state cleanupsAlex Deucher
2009-08-12r600: clean up Create/DestroyContextAlex Deucher
2009-08-12radeon: Minor warnings cleanup.Eric Anholt
2009-08-12r600: A shader is bound that exports Z as a float into Red channelCooper Yuan
2009-08-11r600: update num of interp if posizition is usedCooper Yuan
2009-08-09r600: looks like a typoDave Airlie
2009-08-09r600: load per-pixel position into PS in order to use fragment.position.Cooper Yuan
2009-08-03r600: fix r600SetTexOffsetAlex Deucher
2009-08-02r600: handle state emit betterAlex Deucher
2009-08-02r600: Logic Operations Fixvehemens
2009-08-02r600: fix regression in texenvAlex Deucher
2009-08-01r600: fix rectangle texturesAlex Deucher
2009-07-31r600: make sure bos are valid before usign thatAlex Deucher
2009-07-31r600: fix reloc setupAlex Deucher
2009-07-31r600: remove unused offset_mod stuffAlex Deucher
2009-07-31r600: ensure we have enough room for full state emitAlex Deucher
2009-07-31r600: unify state emit into one functionAlex Deucher
2009-07-31r600: re-arrange state setup and emit so they are not mixedAlex Deucher
2009-07-31r600: get updated pending age from cs ioctlAlex Deucher
2009-07-30r600: warning fixesAlex Deucher
2009-07-30r600: split primitive draw into a separate functionAlex Deucher
2009-07-30r600: fix mipmapsAlex Deucher
2009-07-29r600: remove extraneous semicolonAlex Deucher
2009-07-29r600: fix texture pitch alignmentAlex Deucher