aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r300/r300_state.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-251-3/+0
|\
| * r300: Remove unnecessary headers.Vinson Lee2010-01-231-4/+0
* | Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg2010-01-041-3/+3
* | mesa: implement per-buffer color maskingBrian Paul2009-12-291-3/+4
* | mesa: Remove _mesa_exit wrapper for exit().Eric Anholt2009-12-221-1/+1
* | r300: use _mesa_meta_Clear for buffer clearsMaciej Cencora2009-12-121-1/+0
|/
* Revert "radeon/r300: no need to flush the cmdbuf when changing scissors state...Dave Airlie2009-12-021-2/+1
* radeon/r300: no need to flush the cmdbuf when changing scissors state in KMM ...Maciej Cencora2009-11-141-1/+2
* drivers: don't include texformat.hBrian Paul2009-10-051-1/+0
* r300: add full support for two sided stencil on r5xx for dri2Alex Deucher2009-09-101-4/+31
* r300: Add support for GL_EXT_provoking_vertexAlex Deucher2009-09-041-0/+8
* r300: Convert to shared debug code.Pauli Nieminen2009-08-311-5/+5
* r300: Clean emit code.Pauli Nieminen2009-08-211-0/+1
* r300: OQ reworkDave Airlie2009-08-181-1/+1
* r300: disable ZTOP only when occlusion queries are usedMaciej Cencora2009-08-161-1/+3
* r300: temporary occlusion query hackMaciej Cencora2009-08-151-1/+1
* r300: Fix corner-case of KIL on R300Nicolai Hähnle2009-08-011-10/+23
* r300: Fix Z buffer re-emit after window resizeNicolai Hähnle2009-08-011-0/+1
* r300/compiler: Remove inst_offset from r500_fragment_program_codeNicolai Hähnle2009-07-301-3/+3
* r300: Cleanup r300_fragment_program_codeNicolai Hähnle2009-07-291-25/+10
* r300/fragprog: Finally get rid of the duplicate program copyNicolai Hähnle2009-07-271-43/+3
* r300/compiler: Refactor local transforms to use rc_programNicolai Hähnle2009-07-271-21/+46
* r300: Allow compiler to add constants in a cleaner wayNicolai Hähnle2009-07-271-22/+17
* r300: Move vertex program compilation to compilerNicolai Hähnle2009-07-271-2/+2
* r300: Cleanup vertex_program structureNicolai Hähnle2009-07-271-2/+2
* r300: Remove faux lazy translation of vertex programsNicolai Hähnle2009-07-271-3/+1
* r300: Remove some dependencies on additional fragment program copiesNicolai Hähnle2009-07-271-8/+8
* r300: Detangle fragment program compiler from driver-specific structureNicolai Hähnle2009-07-271-11/+5
* radeon: Invert front face winding when rendering to FBO.Michel Dänzer2009-07-141-0/+4
* r300: removed unnecessary paramsMaciej Cencora2009-07-131-2/+2
* r300: rewrite FOGC and HPOS attribs handlingMaciej Cencora2009-07-131-53/+0
* r300: bind vertex program to fragment programMaciej Cencora2009-07-131-2/+2
* r300: move fragment program selection before vertex program selectionMaciej Cencora2009-07-131-19/+25
* r300: implement proper IsProgramNative check for vertex programsMaciej Cencora2009-07-131-2/+6
* r300: cache translated fragment programsMaciej Cencora2009-07-131-35/+24
* r300: update state parameters only once per rendering operationMaciej Cencora2009-07-131-3/+3
* r300: send only RS_IP_* regs that we are going to useMaciej Cencora2009-06-111-0/+2
* r300: fix RS setup when no colors and textures are sent to FPMaciej Cencora2009-06-111-4/+6
* r300: fix a GPU lock upMaciej Cencora2009-06-111-4/+4
* r300: remove unused codeMaciej Cencora2009-06-071-4/+1
* r300: prepare for different vertex data type supportMaciej Cencora2009-06-071-0/+58
* r300: always pass 4 color components to RS unitMaciej Cencora2009-06-071-42/+6
* radeon: Remove drawable & readable from radeon_dri_mirrorNicolai Hähnle2009-05-241-8/+10
* radeon: fix DRI1 cmd streamJerome Glisse2009-05-181-7/+2
* r300: cleanup vertex program related functionsMaciej Cencora2009-05-161-166/+13
* r300: minor code movementMaciej Cencora2009-05-161-21/+21
* r300: more cleanupMaciej Cencora2009-05-161-27/+13
* r300: move some code to common pathMaciej Cencora2009-05-161-20/+11
* r300: rename functionsMaciej Cencora2009-05-161-2/+2
* r300: software fallbacking handling rewriteMaciej Cencora2009-05-161-28/+65