summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* r300: Detangle fragment program compiler from driver-specific structureNicolai Hähnle2009-07-2727-577/+669
* radeon: Add r6xx/r7xx chip family to get_chip_family_namePauli Nieminen2009-07-271-0/+11
* r600: fix texturesAlex Deucher2009-07-271-1/+1
* r600: don't draw when num indices is 0Alex Deucher2009-07-271-0/+3
* r600: set VGT NUM_INSTANCES as part of the draw commandAlex Deucher2009-07-274-17/+18
* r600: Use R600_SCRATCH_REG_OFFSET rather than RADEON_SCRATCH_REG_OFFSETAlex Deucher2009-07-271-1/+1
* r600: switch vtx resource setup to use SETfield macrosAlex Deucher2009-07-271-9/+13
* r600: switch tex code to use SETfield macrosAlex Deucher2009-07-272-210/+332
* r600: fix segfault in morph3dAlex Deucher2009-07-231-17/+17
* r600: Remove CRLF line endings.José Fonseca2009-07-231-1/+1
* r300: fix address register handling in NQSSADCEMaciej Cencora2009-07-221-5/+7
* r600: fix dst reg indexing for realRichard Li2009-07-211-5/+5
* Revert "r600: fix dst reg indexing"Alex Deucher2009-07-211-9/+2
* r600: add stencil supportAlex Deucher2009-07-211-15/+146
* r600: use state functions to set default stateAlex Deucher2009-07-211-33/+59
* r600: fill in point functionsAlex Deucher2009-07-211-8/+45
* r600: set provoking vertex to last vertex for OGLAlex Deucher2009-07-211-0/+3
* r600: fill in r700UpdateViewportOffsetAlex Deucher2009-07-211-3/+14
* r600: first pass at polyoffset supportAlex Deucher2009-07-211-13/+106
* radeon: fix colorbuffer pitch emission regarding tiling in KMS/CS caseJerome Glisse2009-07-211-2/+2
* R600: fix up some build problemsAlex Deucher2009-07-212-89/+1
* r600: add alpha test supportAlex Deucher2009-07-213-5/+54
* Track Radeon driver symlinks in Git.Michel Dänzer2009-07-2198-167/+96
* i965: Don't clip everything if FRONT_AND_BACK culling while culling disabled.Eric Anholt2009-07-201-1/+2
* r600: fix typo in blend codeAlex Deucher2009-07-201-1/+1
* r600: fix dst reg indexingKevin DeKorte2009-07-201-2/+9
* r600: add blending supportAlex Deucher2009-07-201-13/+197
* r600: add user clip plane supportAlex Deucher2009-07-203-2/+56
* r600: add logicop supportAlex Deucher2009-07-201-2/+41
* Merge branch 'mesa_7_5_branch'Michel Dänzer2009-07-201-2/+2
|\
| * radeon: With DRI1, if we have HW stencil, only expose fbconfigs with stencil.Michel Dänzer2009-07-201-2/+2
* | r600: Fix compilationKevin DeKorte2009-07-201-3/+3
* | R6xx/r7xx: Fix line stipple and width issueCooper Yuan2009-07-201-0/+34
* | R6xx/R7xx: add fine grained syncing supportAlex Deucher2009-07-173-52/+50
* | R6xx/r7xx: send depth state in it's own functionAlex Deucher2009-07-172-96/+65
* | R200: fix build when RADEON_DEBUG_BO is setAlex Deucher2009-07-171-0/+6
* | radeon: disable BO debugDave Airlie2009-07-181-1/+1
* | Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesa in...Alex Deucher2009-07-172-17/+11
|\ \
| * | egl: Remove redundant DeletePending flag.Chia-I Wu2009-07-171-10/+2
| * | egl: Use the link functions to manage resources.Chia-I Wu2009-07-171-5/+5
| * | i965: Add missing state dependency of sf_unit on _NEW_BUFFERS.Eric Anholt2009-07-161-2/+4
* | | R6xx/r7xx: warning fixesKevin DeKorte2009-07-175-0/+11
* | | R6xx/r7xx: disable depth/stencil compression for nowAlex Deucher2009-07-171-0/+2
* | | R6xx/r7xx: add some missing state regsAlex Deucher2009-07-172-23/+28
* | | R6xx: fix rendering on r6xx/rs780 chipsAlex Deucher2009-07-163-1/+43
* | | Warning fixesKevin DeKorte2009-07-163-16/+19
* | | R6xx/r7xx: remove unused functionAlex Deucher2009-07-161-109/+1
* | | Restore vp input mapping, fix vtx stream missing problem.Richard Li2009-07-162-15/+12
* | | Fix more merge falloutAlex Deucher2009-07-162-2/+1
* | | R6xx/r7xx: warning fixesKevin DeKorte2009-07-155-1/+20