summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)Author
2011-02-12dri: Remove the old metaops code which has been superceded by ../common/Eric Anholt
2011-02-12radeon: Remove setup of the old dri/ meta code, which is now unused.Eric Anholt
2011-02-12intel: Remove setup of the old dri/ meta code, which is now unused.Eric Anholt
2011-02-11r300/compiler: Don't erase sources when converting RGB->AlphaTom Stellard
2011-02-11mesa: Optionally build a dricore support library (v3)Christopher James Halse Rogers
2011-02-11ir_to_mesa: Don't dereference a NULL pointer during copy propagationIan Romanick
2011-02-11st/mesa: Fix surfaceless opengl with non-dummy contextsBenjamin Franzke
2011-02-11mesa: remove some unused gl_shader fieldsBrian Paul
2011-02-10mesa: Remove empty header file s_trispan.h.Kenneth Graunke
2011-02-11st/mesa: allow rendering to sRGB textures if EXT_fb_srgb is unsupportedMarek Olšák
2011-02-10i915: Force lowering of all types of indirect array accesses in the FSIan Romanick
2011-02-10i915: Calculate partial result to temp register firstIan Romanick
2011-02-10mesa/st: enable GL_EXT_framebuffer_sRGBDave Airlie
2011-02-09mesa/st: Clean up vertex buffer unreferencingThomas Hellstrom
2011-02-08r200: add cast to silence warningBrian Paul
2011-02-08mesa: remove unused BITFIELD64 macrosBrian Paul
2011-02-08mesa: remove _mesa_create_context_for_api()Brian Paul
2011-02-08mesa: remove _mesa_initialize_context_for_api()Brian Paul
2011-02-08mesa: add/update VERBOSE_API loggingBrian Paul
2011-02-08st/mesa: fix shader deletion regressionBrian Paul
2011-02-08i965: Add missing DEFINE_BITS for brw dirty bits.Kenneth Graunke
2011-02-08i965: Separate the BRW_NEW_(VS|WM)_CONSTBUF dirty bits.Kenneth Graunke
2011-02-08i965: Rename a few more commands to match the documentation.Kenneth Graunke
2011-02-08i965: Remove pointless keying of WM state on VUE size.Eric Anholt
2011-02-08mesa: Fix the Mesa IR copy propagation to not read past writes to the reg.Eric Anholt
2011-02-08mesa/st: Plug a fragment program variant parameter leakThomas Hellstrom
2011-02-08st/mesa: free the temporary bitmap/drawpix shader codeBrian Paul
2011-02-08mesa/st: Fix vertex buffer leakThomas Hellstrom
2011-02-07intel: Implement dri2::{Allocate,Release}BufferBenjamin Franzke
2011-02-07Add dri2::{Allocate,Release}Buffer extensionBenjamin Franzke
2011-02-05r300/compiler: Disable register rename pass on r500Tom Stellard
2011-02-05r300/compiler: Don't count BEGIN_TEX instructions in the compiler statsTom Stellard
2011-02-05mesa/965: add support for GL_EXT_framebuffer_sRGB (v2)Dave Airlie
2011-02-04mesa: Fix error checks in GetVertexAttrib functionsIan Romanick
2011-02-04i965: Drop the dead tracking of color_regions[].Eric Anholt
2011-02-04i965: Drop the INTEL_DEBUG=state spam about the cache size check.Eric Anholt
2011-02-03swrast: add an interface createNewContextForAPIHaitao Feng
2011-02-03r300c: Unbreak after R4xx support was added to r300/compiler.Michel Dänzer
2011-02-01r200: remove 0x4243 pci idAlex Deucher
2011-02-01i915: Only mark a register as available if all components are writtenIan Romanick
2011-02-01mesa: glGetUniform only returns a single element of an arrayIan Romanick
2011-01-31mesa: Initial size for secondary color array is 3Ian Romanick
2011-01-31i965: Emit texel offsets in sampler messages.Kenneth Graunke
2011-01-31Remove talloc from the SCons build system.Kenneth Graunke
2011-01-31Remove talloc from the make and automake build systems.Kenneth Graunke
2011-01-31Convert everything from the talloc API to the ralloc API.Kenneth Graunke
2011-01-29r300/compiler: Standardize the number of bits used by swizzle fieldsTom Stellard
2011-01-28st/mesa: fix texture array dimensionsBrian Paul
2011-01-28mesa: fix typo, wrap long lineBrian Paul
2011-01-28st/mesa: pass layers param to st_texture_create()Brian Paul