summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
AgeCommit message (Expand)Author
2010-08-18glsl2: Free the shader compiler at dri screen destruction.Eric Anholt
2010-08-18dri2: Clean up the common dri2 options at screen destroy.Eric Anholt
2010-08-18r600: implement SSG instructionAndre Maasikas
2010-08-18r600: implement DP2 opcodeAndre Maasikas
2010-08-17i965: Throw a link error when we see a "return" in main().Eric Anholt
2010-08-17i915: Add support for SSG opcode.Eric Anholt
2010-08-17i915: Add support for reading output regs in the FS.Eric Anholt
2010-08-17i915: Add support for OPCODE_DP2.Eric Anholt
2010-08-17i915: Enable ARB_fragment_shader by default.Eric Anholt
2010-08-17r600c: Handle reads from PROGRAM_OUTPUTHenri Verbeet
2010-08-17i965: Add support for DP2 in the VS.Eric Anholt
2010-08-17r600c: fix dword miscount in blit emit codeAlex Deucher
2010-08-16i965: Use the implied move available in most brw_wm_emit brw_math() calls.Eric Anholt
2010-08-16i965: Add disasm for Compr4 instruction compression.Eric Anholt
2010-08-16Merge branch 'glsl2'Ian Romanick
2010-08-16r600c: blit emit updatesAlex Deucher
2010-08-16dri/nouveau: test for FEATURE definesnobled
2010-08-16dri/radeon: test for FEATURE definesnobled
2010-08-16r300/compiler: implement DP2 opcodeMarek Olšák
2010-08-16r300/compiler: implement SSG opcodeMarek Olšák
2010-08-16r300/compiler: fix allocation of temporaries in radeonTransformTEXMarek Olšák
2010-08-13Merge branch 'master' into glsl2Ian Romanick
2010-08-13mesa: Avoid using c++ keyword in dri_util.h when compiled with c++.Eric Anholt
2010-08-13intel: Remove include of texmem.h, since we haven't used it in ages.Eric Anholt
2010-08-12r600: add support for draw_elements_base_vertexAndre Maasikas
2010-08-12r300/compiler: remove an unused variableMarek Olšák
2010-08-11osmesa: link with new libglsl.a libBrian Paul
2010-08-11r300/compiler: Implement the CONT opcode.Tom Stellard
2010-08-11r300/compiler: Handle loops in the register allocator.Tom Stellard
2010-08-11r300g: implement gl_FrontFacingMarek Olšák
2010-08-10r300/compiler: Use predicate bit for IF statements in r500 vertex shadersTom Stellard
2010-08-10r300/compiler: Implement hardware assisted loops for vertex shaders.Tom Stellard
2010-08-10r300/compiler: Correctly transform nested loops.Tom Stellard
2010-08-09i965: More s/stderr/stdout/ for program debug.Eric Anholt
2010-08-09radeon: Use MESA_FORMAT_SARGB8 for sRGB formatsHenri Verbeet
2010-08-09r600c: Disable alpha test during blitsHenri Verbeet
2010-08-09radeon: fix npot mipmap alignment on r600Andre Maasikas
2010-08-09r600: bump glsl versionAndre Maasikas
2010-08-07i810: Add missing header m_xform.h.Vinson Lee
2010-08-07dri: Add missing header m_xform.h.Vinson Lee
2010-08-07r300c: do not advertise half float vertex on RV3xx, RS4xx, RC4xxMarek Olšák
2010-08-05r600c: tiling require drm 2.6.0, not 2.5.0Alex Deucher
2010-08-05r600: add support for getting the tiling config via drm ioctl (v2)Alex Deucher
2010-08-05r600: add new relocs for tiling supportAlex Deucher
2010-08-05r600: add span support for 2D tilingAlex Deucher
2010-08-05intel: Check for a NULL src buffer prior to bltChris Wilson
2010-08-05intel: Check for region allocation failure.Chris Wilson
2010-08-04i965: Settle on printing our program debug to stdout.Eric Anholt
2010-08-05dri/nouveau: Don't try to validate uninitialized teximages.Francisco Jerez
2010-08-05dri/nv20: Fix some PGRAPH_ERRORs seen with DATA_CHECK enabled.Francisco Jerez