summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_state.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-04Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg1-3/+3
2009-12-29mesa: implement per-buffer color maskingBrian Paul1-3/+4
2009-12-22mesa: Remove _mesa_exit wrapper for exit().Eric Anholt1-1/+1
2009-12-12r300: use _mesa_meta_Clear for buffer clearsMaciej Cencora1-1/+0
2009-12-02Revert "radeon/r300: no need to flush the cmdbuf when changing scissors state...Dave Airlie1-2/+1
2009-11-14radeon/r300: no need to flush the cmdbuf when changing scissors state in KMM ...Maciej Cencora1-1/+2
2009-10-05drivers: don't include texformat.hBrian Paul1-1/+0
2009-09-10r300: add full support for two sided stencil on r5xx for dri2Alex Deucher1-4/+31
2009-09-04r300: Add support for GL_EXT_provoking_vertexAlex Deucher1-0/+8
2009-08-31r300: Convert to shared debug code.Pauli Nieminen1-5/+5
2009-08-21r300: Clean emit code.Pauli Nieminen1-0/+1
2009-08-18r300: OQ reworkDave Airlie1-1/+1
2009-08-16r300: disable ZTOP only when occlusion queries are usedMaciej Cencora1-1/+3
2009-08-15r300: temporary occlusion query hackMaciej Cencora1-1/+1
2009-08-01r300: Fix corner-case of KIL on R300Nicolai Hähnle1-10/+23
2009-08-01r300: Fix Z buffer re-emit after window resizeNicolai Hähnle1-0/+1
2009-07-30r300/compiler: Remove inst_offset from r500_fragment_program_codeNicolai Hähnle1-3/+3
2009-07-29r300: Cleanup r300_fragment_program_codeNicolai Hähnle1-25/+10
2009-07-27r300/fragprog: Finally get rid of the duplicate program copyNicolai Hähnle1-43/+3
2009-07-27r300/compiler: Refactor local transforms to use rc_programNicolai Hähnle1-21/+46
2009-07-27r300: Allow compiler to add constants in a cleaner wayNicolai Hähnle1-22/+17
2009-07-27r300: Move vertex program compilation to compilerNicolai Hähnle1-2/+2
2009-07-27r300: Cleanup vertex_program structureNicolai Hähnle1-2/+2
2009-07-27r300: Remove faux lazy translation of vertex programsNicolai Hähnle1-3/+1
2009-07-27r300: Remove some dependencies on additional fragment program copiesNicolai Hähnle1-8/+8
2009-07-27r300: Detangle fragment program compiler from driver-specific structureNicolai Hähnle1-11/+5
2009-07-14radeon: Invert front face winding when rendering to FBO.Michel Dänzer1-0/+4
2009-07-13r300: removed unnecessary paramsMaciej Cencora1-2/+2
2009-07-13r300: rewrite FOGC and HPOS attribs handlingMaciej Cencora1-53/+0
2009-07-13r300: bind vertex program to fragment programMaciej Cencora1-2/+2
2009-07-13r300: move fragment program selection before vertex program selectionMaciej Cencora1-19/+25
2009-07-13r300: implement proper IsProgramNative check for vertex programsMaciej Cencora1-2/+6
2009-07-13r300: cache translated fragment programsMaciej Cencora1-35/+24
2009-07-13r300: update state parameters only once per rendering operationMaciej Cencora1-3/+3
2009-06-11r300: send only RS_IP_* regs that we are going to useMaciej Cencora1-0/+2
2009-06-11r300: fix RS setup when no colors and textures are sent to FPMaciej Cencora1-4/+6
2009-06-11r300: fix a GPU lock upMaciej Cencora1-4/+4
2009-06-07r300: remove unused codeMaciej Cencora1-4/+1
2009-06-07r300: prepare for different vertex data type supportMaciej Cencora1-0/+58
2009-06-07r300: always pass 4 color components to RS unitMaciej Cencora1-42/+6
2009-05-24radeon: Remove drawable & readable from radeon_dri_mirrorNicolai Hähnle1-8/+10
2009-05-18radeon: fix DRI1 cmd streamJerome Glisse1-7/+2
2009-05-16r300: cleanup vertex program related functionsMaciej Cencora1-166/+13
2009-05-16r300: minor code movementMaciej Cencora1-21/+21
2009-05-16r300: more cleanupMaciej Cencora1-27/+13
2009-05-16r300: move some code to common pathMaciej Cencora1-20/+11
2009-05-16r300: rename functionsMaciej Cencora1-2/+2
2009-05-16r300: software fallbacking handling rewriteMaciej Cencora1-28/+65
2009-05-16r300: remove unnecessary switch casesMaciej Cencora1-8/+0
2009-05-16r300: further cleanupMaciej Cencora1-14/+13