summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri
Commit message (Expand)AuthorAgeFilesLines
* r600: code cleanupAlex Deucher2009-08-245-108/+74
* radeon: fix fbo size calculation to after pitchDave Airlie2009-08-251-1/+2
* r600: fix state emit sizesAlex Deucher2009-08-243-14/+75
* r300: add support for EXT_framebuffer_blitMaciej Cencora2009-08-243-44/+44
* r600: scissor updates for dri2Dave Airlie2009-08-241-14/+23
* r600: switch to common cs functionsDave Airlie2009-08-242-31/+14
* r600: map 16 VS outputsAlex Deucher2009-08-241-0/+2
* r600: fix logic copy paste errorAlex Deucher2009-08-231-2/+2
* radeon: add radeon_cs_write_table to the legacy pathAlex Deucher2009-08-231-0/+9
* r600: bump reloc_chunk sizeAlex Deucher2009-08-231-1/+1
* r600: fix count for CB/DB target stateAlex Deucher2009-08-231-2/+2
* r300: fix a typoMaciej Cencora2009-08-231-1/+1
* radeon: use proper macroMaciej Cencora2009-08-231-3/+1
* radeon: use bo_is_idle interface for checking if OQ result is availableMaciej Cencora2009-08-231-19/+38
* r300: minor optimizationMaciej Cencora2009-08-232-12/+5
* r600: use persistent bos for shadersAlex Deucher2009-08-231-24/+26
* r600: always emit CB baseAlex Deucher2009-08-231-1/+7
* radeon: Fix compilation with legacy memory manager.Pauli Nieminen2009-08-231-1/+1
* radeon: Check from kernel if dma buffer is idle.Pauli Nieminen2009-08-233-1/+33
* r600: make state emit more fine grainedAlex Deucher2009-08-224-106/+230
* r600: move full state to radeon state atomsAlex Deucher2009-08-229-192/+262
* r600: add support for RS880Alex Deucher2009-08-225-0/+19
* i965: Implement frag prog DPH like DP4Ian Romanick2009-08-221-3/+5
* Fix r300 VBO support build on big endian.Michel Dänzer2009-08-221-3/+3
* r600: better default state size.Alex Deucher2009-08-213-9/+15
* radeon: fix incorrect loop limit (warned by -O3)Brian Paul2009-08-211-1/+1
* radeon: Add comment to explain logic for freeing dma buffers.Pauli Nieminen2009-08-211-0/+3
* r600: convert to using common radeon state atomsAlex Deucher2009-08-208-233/+154
* r600: improve state emissionAlex Deucher2009-08-206-30/+182
* r600: split state emit into block specific functionsAlex Deucher2009-08-206-320/+379
* r600: try and get everything in the draw in one IBAlex Deucher2009-08-201-3/+10
* r600: move misc regs from general stateAlex Deucher2009-08-201-7/+9
* r600: rework emit codeAlex Deucher2009-08-204-37/+44
* radeon: Update regulary cs processing info from kernel.Pauli Nieminen2009-08-203-6/+12
* radeon: fix typo in last dma patchAlex Deucher2009-08-191-1/+1
* intel: Fix failure to commit -a --amend before last push.Eric Anholt2009-08-191-1/+1
* intel: Align cubemap texture height to its padding requirements.Eric Anholt2009-08-191-0/+10
* intel: Align untiled region height to 2 according to 965 docs.Eric Anholt2009-08-191-0/+10
* radeon: Add debug output for dma buffer object numbers.Pauli Nieminen2009-08-191-3/+18
* radeon: Fix dma buffer object pool to scale object sizes.Pauli Nieminen2009-08-192-11/+42
* r600: minor cleanupAlex Deucher2009-08-191-2/+1
* radeon: balance dma buffer mappingPauli Nieminen2009-08-181-0/+4
* r300: Movde debug output from stdout to stderr in copiler.Pauli Nieminen2009-08-181-8/+8
* r200: make use of DMA buffers for Elts a lot better.Dave Airlie2009-08-183-11/+18
* r200: Fix missing offset from elt buffer pointer.Pauli Nieminen2009-08-181-1/+1
* radeon: Optimize memory handling for dma operations.Pauli Nieminen2009-08-1816-93/+163
* r300: fix the build on big endianAlex Deucher2009-08-181-1/+1
* r600: fix buildDave Airlie2009-08-183-1/+4
* r300: remove warning introduced with OQDave Airlie2009-08-181-1/+0
* radeon/r200: fix build after OQ commitsDave Airlie2009-08-185-3/+7