summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
AgeCommit message (Expand)AuthorFilesLines
2010-08-20evergreen : initial support driver code.richard41-249/+12426
2010-08-20i965: Rename nr_depth_regs to nr_payload_regs.Eric Anholt5-8/+8
2010-08-20i965: Also use the SIMD8 FB writes for SIMD8 mode on non-SNB.Eric Anholt3-17/+18
2010-08-20i965: Add support for FB writes on Sandybridge.Zhenyu Wang2-12/+74
2010-08-20i965: Set the destination horiz stride even for da16, as SNB seems to need it.Zhenyu Wang2-2/+6
2010-08-20i965: Set the maximum number of threads on Sandybridge.Zhenyu Wang1-1/+5
2010-08-20i965: Add AccWrCtl support on Sandybridge.Zhenyu Wang5-2/+20
2010-08-20i965: Mention the mlen and rlen for URB reads.Zhenyu Wang1-0/+5
2010-08-20i965: Sandybridge doesn't have Compr4 mode, since it's not needed any more.Zhenyu Wang1-1/+2
2010-08-20i965: Adjust disasm of subreg numbers to be in units of the register type.Zhenyu Wang1-6/+20
2010-08-20i965: Fix DP write channel ordering on Sandybridge.Eric Anholt1-2/+25
2010-08-20intel: Don't try to do work for BufferSubData with a size of 0.Eric Anholt1-0/+6
2010-08-20Remove remnants of the old glsl compiler.Eric Anholt2-479/+0
2010-08-20i965: Fix compile warnings on 64-bit Linux.Kenneth Graunke1-4/+4
2010-08-19i915: Remove unnecessary header from i830_context.c.Vinson Lee1-1/+0
2010-08-18i965: Set the if stack pop count when breaking out of a loop inside an if.Eric Anholt1-5/+11
2010-08-18i965: Don't set the swizzle on an immediate value in the VS.Eric Anholt2-4/+11
2010-08-18glsl2: Free the shader compiler at dri screen destruction.Eric Anholt1-0/+2
2010-08-18dri2: Clean up the common dri2 options at screen destroy.Eric Anholt2-3/+8
2010-08-18r600: implement SSG instructionAndre Maasikas2-0/+67
2010-08-18r600: implement DP2 opcodeAndre Maasikas1-2/+10
2010-08-17i965: Throw a link error when we see a "return" in main().Eric Anholt1-0/+8
2010-08-17i915: Add support for SSG opcode.Eric Anholt1-0/+35
2010-08-17i915: Add support for reading output regs in the FS.Eric Anholt1-0/+14
2010-08-17i915: Add support for OPCODE_DP2.Eric Anholt1-0/+12
2010-08-17i915: Enable ARB_fragment_shader by default.Eric Anholt1-1/+1
2010-08-17r600c: Handle reads from PROGRAM_OUTPUTHenri Verbeet2-7/+20
2010-08-17i965: Add support for DP2 in the VS.Eric Anholt1-0/+4
2010-08-17r600c: fix dword miscount in blit emit codeAlex Deucher1-1/+1
2010-08-16i965: Use the implied move available in most brw_wm_emit brw_math() calls.Eric Anholt1-16/+4
2010-08-16i965: Add disasm for Compr4 instruction compression.Eric Anholt1-1/+16
2010-08-16Merge branch 'glsl2'Ian Romanick16-25/+120
2010-08-16r600c: blit emit updatesAlex Deucher1-3/+4
2010-08-16dri/nouveau: test for FEATURE definesnobled2-0/+4
2010-08-16dri/radeon: test for FEATURE definesnobled1-0/+4
2010-08-16r300/compiler: implement DP2 opcodeMarek Olšák3-9/+47
2010-08-16r300/compiler: implement SSG opcodeMarek Olšák3-0/+84
2010-08-16r300/compiler: fix allocation of temporaries in radeonTransformTEXMarek Olšák1-2/+6
2010-08-13Merge branch 'master' into glsl2Ian Romanick48-743/+1034
2010-08-13mesa: Avoid using c++ keyword in dri_util.h when compiled with c++.Eric Anholt1-0/+4
2010-08-13intel: Remove include of texmem.h, since we haven't used it in ages.Eric Anholt4-4/+2
2010-08-12r600: add support for draw_elements_base_vertexAndre Maasikas3-26/+30
2010-08-12r300/compiler: remove an unused variableMarek Olšák1-1/+0
2010-08-11osmesa: link with new libglsl.a libBrian Paul1-2/+1
2010-08-11r300/compiler: Implement the CONT opcode.Tom Stellard4-7/+20
2010-08-11r300/compiler: Handle loops in the register allocator.Tom Stellard1-4/+34
2010-08-11r300g: implement gl_FrontFacingMarek Olšák2-0/+44
2010-08-10r300/compiler: Use predicate bit for IF statements in r500 vertex shadersTom Stellard3-3/+153
2010-08-10r300/compiler: Implement hardware assisted loops for vertex shaders.Tom Stellard8-20/+170
2010-08-10r300/compiler: Correctly transform nested loops.Tom Stellard1-16/+9