aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri
Commit message (Expand)AuthorAgeFilesLines
* r300: Move vertex program compilation to compilerNicolai Hähnle2009-07-2711-1592/+1620
* r300: Cleanup vertex_program structureNicolai Hähnle2009-07-274-24/+32
* r300: Remove faux lazy translation of vertex programsNicolai Hähnle2009-07-275-13/+7
* r300: Reduce include dependenciesNicolai Hähnle2009-07-274-122/+154
* r300: Introduce rc_program and use it in radeon_pairNicolai Hähnle2009-07-2710-13/+111
* r300: Add radeon_compiler as a base for compilation-related tasksNicolai Hähnle2009-07-279-31/+82
* r300: Remove some unnecessary includesNicolai Hähnle2009-07-271-6/+0
* r300/compiler: Compile the compiler seperately into an archiveNicolai Hähnle2009-07-272-14/+79
* r300: Further reduce dependency between compiler and classic driverNicolai Hähnle2009-07-279-23/+23
* r300: Remove some dependencies on additional fragment program copiesNicolai Hähnle2009-07-277-27/+24
* r300: Remove GLcontext from r300_fragment_program_compilerNicolai Hähnle2009-07-272-2/+0
* r300: Remove GLcontext requirement from radeonLocalTransformNicolai Hähnle2009-07-273-6/+2
* r300: Remove unused enumsNicolai Hähnle2009-07-271-6/+0
* r300: Remove GLcontext requirement from radeon_nqssadceNicolai Hähnle2009-07-274-12/+11
* r300: Remove GLcontext requirement from radeon_program_pairNicolai Hähnle2009-07-274-9/+7
* r300/program_pair: Introduce driver-specific texture instruction structureNicolai Hähnle2009-07-274-22/+61
* r300/program_pair: Dynamically allocate instructions temporarilyNicolai Hähnle2009-07-274-105/+237
* 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