summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r600/r700_state.c
Commit message (Expand)AuthorAgeFilesLines
* Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg2010-01-041-2/+2
* mesa: implement per-buffer color maskingBrian Paul2009-12-291-4/+4
* Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul2009-12-211-7/+6
|\
| * r600: fix glFrontFace(GL_CW)Dave Airlie2009-12-211-7/+2
| * r600: Invert front face winding when rendering to FBOAlex Deucher2009-12-161-0/+4
| * r600: use CB_TARGET_MASK instead of CB_SHADER_MASK for setting color maskAndre Maasikas2009-10-151-3/+3
| * r600: user correct alpha blend factorAndre Maasikas2009-10-151-2/+2
* | r600: don't force Z orderAlex Deucher2009-11-161-3/+0
* | r600: rework DB render setupAlex Deucher2009-11-091-16/+66
* | r600: add missing ZPASS setup bits for r7xx+Alex Deucher2009-11-091-0/+4
* | r600: Add support for ARB_depth_clampAlex Deucher2009-10-291-2/+13
* | Merge branch 'texformat-rework'Brian Paul2009-10-281-1/+0
|\ \
| * | drivers: don't include texformat.hBrian Paul2009-10-051-1/+0
* | | r600: add occlusion query supportAlex Deucher2009-10-281-0/+1
* | | r600: remove remains of old tnl pipelineAlex Deucher2009-10-231-38/+2
* | | Merge branch 'mesa_7_6_branch'Brian Paul2009-10-101-3/+7
|\ \ \ | | |/ | |/|
| * | radeon: fix scissor regressionAlex Deucher2009-10-091-3/+7
* | | r600: use CB_TARGET_MASK instead of CB_SHADER_MASK for setting color maskAndre Maasikas2009-09-291-3/+3
* | | r600: user correct alpha blend factorAndre Maasikas2009-09-291-2/+2
| |/ |/|
* | Merge branch 'mesa_7_6_branch'Pauli Nieminen2009-09-241-2/+3
|\ \ | |/
| * radeon: Fix scissors for r600 KMS.Pauli Nieminen2009-09-241-2/+3
| * r600: fix point sizesAlex Deucher2009-09-241-4/+4
| * r600: fix polygon offsetAlex Deucher2009-09-241-3/+8
| * r600: fix dri2 clippingAlex Deucher2009-09-241-2/+2
* | r600 : add draw_prim support.Richard Li2009-09-221-1/+19
* | r600: fix point sizesAlex Deucher2009-09-191-4/+4
* | r600: fix polygon offsetAlex Deucher2009-09-191-3/+8
* | r600: fix dri2 clippingAlex Deucher2009-09-081-2/+2
* | r600: Add support for GL_EXT_provoking_vertexAlex Deucher2009-09-041-0/+8
|/
* r600: rework cb/db setupAlex Deucher2009-09-031-127/+18
* r600: visual depth has no meaning here.Dave Airlie2009-09-031-12/+2
* r600: fix scissor also.Dave Airlie2009-08-281-2/+2
* r600: fix two sided stencilAlex Deucher2009-08-261-14/+4
* r600: code cleanupAlex Deucher2009-08-241-75/+27
* r600: scissor updates for dri2Dave Airlie2009-08-241-14/+23
* r600: map 16 VS outputsAlex Deucher2009-08-241-0/+2
* r600: make state emit more fine grainedAlex Deucher2009-08-221-7/+7
* r600: move full state to radeon state atomsAlex Deucher2009-08-221-2/+0
* r600: add support for RS880Alex Deucher2009-08-221-0/+2
* r600: convert to using common radeon state atomsAlex Deucher2009-08-201-34/+33
* r600: improve state emissionAlex Deucher2009-08-201-10/+83
* r600: state cleanupsAlex Deucher2009-08-121-44/+36
* radeon: Minor warnings cleanup.Eric Anholt2009-08-121-2/+0
* r600: handle state emit betterAlex Deucher2009-08-021-0/+2
* r600: Logic Operations Fixvehemens2009-08-021-5/+37
* r600: minor fixesAlex Deucher2009-07-291-1/+2
* r600: fix flat shadingAlex Deucher2009-07-281-6/+0
* r600: move r700TranslateFragmentShader into r700UpdateShadersAlex Deucher2009-07-281-3/+19
* r600: disable flat shade fix in 506bacb8e40b0a170a4b620113506925d2333735Alex Deucher2009-07-281-2/+2
* R6xx/r7xx: enable flat shading, this can fix quadric/accanti/accperspCooper Yuan2009-07-281-0/+2