summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r600
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-081-20/+20
|\
| * r600: adjust after radeon mipmap changes in 7118db8700Andre Maasikas2010-01-062-6/+5
| * r600: float texture component orderingPierre Ossman2010-01-061-20/+20
| * r600: support vertex_array_bgraAndre Maasikas2010-01-045-6/+25
* | Merge branch 'remove-intel-dri1'Kristian Høgsberg2010-01-054-6/+6
|\ \
| * | Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg2010-01-044-6/+6
* | | r600: adjust after radeon mipmap changes in 7118db8700Andre Maasikas2010-01-052-6/+5
* | | r600: support depth compare functions & shadow_ambientAndre Maasikas2010-01-055-2/+98
* | | mesa: make texture BorderColor a union of float/int/uintBrian Paul2010-01-041-2/+2
|/ /
* | r600: support vertex_array_bgraAndre Maasikas2010-01-045-6/+25
* | mesa: implement per-buffer color maskingBrian Paul2009-12-292-5/+5
* | mesa: adjust OPCODE_IF/ELSE BranchTarget fields to point to ELSE/ENDIF instr.Brian Paul2009-12-221-2/+2
* | Merge branch 'mesa_7_7_branch'Brian Paul2009-12-211-0/+4
|\ \ | |/
| * Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul2009-12-211-7/+6
| |\
| | * radeon/r600: use new libdrm_radeon apiDave Airlie2009-12-226-101/+108
| | * r600: move structs for legacy cmdbuf into cmdbuf C file.Dave Airlie2009-12-222-16/+15
| | * 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
| * | radeon/r600: use new libdrm_radeon apiDave Airlie2009-12-226-101/+108
| * | r600: move structs for legacy cmdbuf into cmdbuf C file.Dave Airlie2009-12-222-16/+15
* | | r600: support more of arb_point_sprite and also sprite_coord_originAndre Maasikas2009-12-211-4/+25
* | | r600: disallow negative offsets for relative addressing for nowAndre Maasikas2009-12-211-1/+9
* | | r600: fix glFrontFace(GL_CW)Dave Airlie2009-12-211-7/+2
* | | radeon/r600: use new libdrm_radeon apiDave Airlie2009-12-216-101/+108
* | | r600 : enable gl2, set R600_ENABLE_GLSL_TEST by default.Richard Li2009-12-181-1/+1
* | | radeon: fix frontbuffer read/drawpixelsDave Airlie2009-12-181-0/+4
* | | r600: move structs for legacy cmdbuf into cmdbuf C file.Dave Airlie2009-12-172-16/+15
* | | r600 : clean a bit to prepare to enable gl2.Richard Li2009-12-161-14/+2
* | | r600: use _mesa_insert_instructions to fixup wpos instead of manual ins insertAndre Maasikas2009-12-151-25/+15
* | | r600: fix typos for vert-texAndre Maasikas2009-12-152-3/+3
* | | r600: fix fragment.positionAndre Maasikas2009-12-152-1/+68
* | | r600: add support for FRAG_ATTRIB_PNTCAndre Maasikas2009-12-151-0/+41
* | | r600: add DDX DDY opcodesAndre Maasikas2009-12-151-8/+17
* | | r600 : add texture support for vertex shader.Richard Li2009-12-144-37/+104
* | | Merge branch 'mesa_7_7_branch'Brian Paul2009-12-111-1/+5
|\ \ \ | |/ /
| * | Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul2009-12-111-1/+5
| |\ \ | | |/
| | * r600: fix state size prediction after dc0777d3Andre Maasikas2009-12-091-1/+5
* | | r600 : add pre-compile mesa shader calling interface, in order to handleRichard Li2009-12-094-24/+498
* | | r600: and finally fix SCSAndre Maasikas2009-12-081-51/+46
* | | r600: remove (now) dead codeAndre Maasikas2009-12-082-303/+2
* | | r600: fix SIN alsoAndre Maasikas2009-12-082-12/+6
* | | r600: use the new inline constants feature to fix COSAndre Maasikas2009-12-081-1/+36
* | | r600: add assembler support for literal(inline) constantsAndre Maasikas2009-12-082-21/+49
* | | r600: merge alu_instruction/alu_instruction2Andre Maasikas2009-12-082-297/+29
* | | r600: add ABS support for source regs to assemblerAndre Maasikas2009-12-082-25/+9
* | | r600: glsl - allow specifying texture sampler via uniformsAndre Maasikas2009-12-084-1/+11
* | | r600: implement FRAG_ATTRIB_FACE, glsl/twoside worksAndre Maasikas2009-12-081-1/+33
* | | r600: quick hack to get KIL_NV working - does condition TR only for nowAndre Maasikas2009-12-081-7/+17
* | | r600: wip glsl - refactor conditional instructions a bitAndre Maasikas2009-12-082-310/+70
* | | r600: execute SET funtions on all channelsAndre Maasikas2009-12-081-1/+1