summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
AgeCommit message (Expand)Author
2011-06-17Merge cleanups for deliveryHEADr300PFO
2011-06-01Adds r300/dri support for GLES_mesaPFO
2011-05-31Adds support for r300 [experimental/tbd]pfo
2011-03-16intel: advertise GL_OES_point_spriteChia-I Wu
2011-03-16i965c: add MESA_FORMAT_RGBA8888_REV to brw_format_for_mesa_formatChia-I Wu
2011-03-16android: Add Android.mk's.Chia-I Wu
2011-03-16android: Add __DRI_IMAGE_FORMAT_RGBA8888_REV.Chia-I Wu
2011-03-16android: Enable extensions required by ES1 for i915c.Chia-I Wu
2011-03-16android: Fix depth/stencil with i915c/i965c.Chia-I Wu
2011-03-16i965c: Fix a declaration in for loop.Chia-I Wu
2011-03-16i965c: Add support for GL_FIXED.Chia-I Wu
2011-03-16i915c: Add GL_OES_draw_texture support.Chia-I Wu
2011-03-15i965: Fix alpha testing when there is no color buffer in the FBO.Eric Anholt
2011-03-15i965: Do our lowering passes before the loop of optimization.Eric Anholt
2011-03-15mesa: add NV_texture_barrierMarek Olšák
2011-03-14i965: Enable texture lookups whose return type is 'float'Kenneth Graunke
2011-03-14i965: Fix tex_swizzle when depth mode is GL_REDChad Versace
2011-03-14i965: Remove dead assignmentChad Versace
2011-03-12Revert "i965: Use the fixed function GLSL program instead of the ARB program."Eric Anholt
2011-03-12r300/compiler: do not set TEX_IGNORE_UNCOVERED on r500Marek Olšák
2011-03-12r300/compiler: TEX instructions don't support negation on source argumentsMarek Olšák
2011-03-12r300/compiler: Abs doesn't cancel Negate (in the conversion to native swizzles)Marek Olšák
2011-03-12r300/compiler: fix translating the src negate bits in pair_translateMarek Olšák
2011-03-12r300g: implement fragment color clamping in the shaderMarek Olšák
2011-03-12r300/compiler: fix the saturate modifier when applied to TEX instructionsMarek Olšák
2011-03-11nouveau: Build fixAdam Jackson
2011-03-11r600: Build fixAdam Jackson
2011-03-11i965: Use the fixed function GLSL program instead of the ARB program.Eric Anholt
2011-03-11i965: Use ffs() on a 32-bit int value instad of ffsll().Eric Anholt
2011-03-11mesa: replace NEED_SECONDARY_COLOR(), RGBA_LOGICOP_ENABLED() with inlinesBrian Paul
2011-03-09intel: Don't complain when getparam fails due to a missing param.Eric Anholt
2011-03-09i965: Pack the tracked state atoms into separate arrays for prepare/emit.Chris Wilson
2011-03-08r300/compiler: remove unused variablesMarek Olšák
2011-03-08r300/compiler: fix equal and notequal shadow compare functionsMarek Olšák
2011-03-08r300/compiler: detect constants harderMarek Olšák
2011-03-08r300/compiler: improve the detection of constants for constant foldingMarek Olšák
2011-03-08r300/compiler: saturate Z before the shadow comparisonMarek Olšák
2011-03-07i915: Only invert wpos when rendering to the system framebuffer.Henri Verbeet
2011-03-07i915: Derive the gl_fragment_program from i915_fragment_program.Henri Verbeet
2011-03-07intel: check for miptree allocation failureChris Wilson
2011-03-07intel: Add some defense against buffer allocation failure for subimage blitsChris Wilson
2011-03-07intel: Add some defense against bo allocation failureChris Wilson
2011-03-06glx/dri: add initial dri interface for GLX_EXT_framebuffer_sRGB.Dave Airlie
2011-03-04i965: Apply a workaround for the Ironlake "vertex flashing".Eric Anholt
2011-03-04i965: Fix extending VB packetsChris Wilson
2011-03-04i965: Handle URB_FENCE erratum for BroadwaterChris Wilson
2011-03-04i965: Align index to type size and flush if the type changesChris Wilson
2011-03-04intel: Add couple of missing gen6 commands to decodeChris Wilson
2011-03-04i965: Prevent using a zero sized (or of unknown type) vertex arrayChris Wilson
2011-03-03i965: SNB GT1 has only 32k urb and max 128 urb entries.Zou Nan hai