summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri
AgeCommit message (Expand)Author
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-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-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
2010-08-05dri/nouveau: Fix up software mipmap generation.Francisco Jerez
2010-08-04r300/compiler: Remove unnecessary header.Vinson Lee
2010-08-04intel: Remove unnecessary header.Vinson Lee
2010-08-04r600: relax stride/alignment requirements for verticesAndre Maasikas
2010-08-03r300/compiler: Always unroll loops when doing loop emulation.Tom Stellard
2010-08-03r300/compiler: r500 hw support for break and continue in loops.Tom Stellard
2010-08-03r300/compiler: KILP may not always be inside an IF statement.Tom Stellard
2010-08-03r300/compiler: Don't unroll loops with continue or break.Tom Stellard
2010-08-02radeon: Add DRI2 flush extension support, so we synchronize properly.Mario Kleiner
2010-08-02Revert "radeon: Add DRI2 flush extension to so we synchronize properly."Jerome Glisse
2010-08-02radeon: Add DRI2 flush extension to so we synchronize properly.Mario Kleiner
2010-08-02r600: fix sin,cos functions on r600Andre Maasikas
2010-07-31mesa: Remove inclusion of compiler.h from mtypes.h.Vinson Lee
2010-07-30intel: Add missing header to intel_context.c.Vinson Lee
2010-07-29intel: Add missing header.Vinson Lee
2010-07-29dri: Add missing header to dri_metaops.c.Vinson Lee
2010-07-29intel: Declare the various tracked state variables using "extern"Kristian Høgsberg
2010-07-29intel: Don't depend on context config values when picking texture formatsKristian Høgsberg
2010-07-29r600: since 8744c36e added asserts - use another random register for shader w...Andre Maasikas
2010-07-28intel: Implement EGL_KHR_surfaceless extensionKristian Høgsberg
2010-07-27intel: Remove unused intel/server filesKristian Høgsberg
2010-07-26i965: Fix reversed naming of the operations in compute-to-mrf optimization.Eric Anholt
2010-07-26i965: Clean up a few magic numbers to use brw_defines.h defs.Eric Anholt
2010-07-26i965: Use MIN2, MAX2 instead of rolling our own.Eric Anholt
2010-07-26i965: Fold the "is arithmetic" bit of 965 opcodes into the opcode list.Eric Anholt
2010-07-26i965: Remove some duped register size/count definitionsEric Anholt
2010-07-26i965: Move the GRF-to-MRF optimizations to brw_optimize.c.Eric Anholt
2010-07-26i965: Improve (i.e. remove) some grf-to-mrf unnecessary movesBenjamin Segovia
2010-07-26i965: Allow VS MOVs to use immediate constants.Eric Anholt
2010-07-23i965: Cleanly fail programs with unsupported array access.Eric Anholt
2010-07-23i965: Add support for VS relative addressing of temporary arrays.Eric Anholt
2010-07-22i965: Respect VS/VP point size result when enabled.Eric Anholt