summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri
AgeCommit message (Expand)Author
2011-02-08mesa: remove _mesa_initialize_context_for_api()Brian 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-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-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-01-31i965: Emit texel offsets in sampler messages.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-28r300/compiler: print stats based on the initial number of instructionsMarek Olšák
2011-01-24r600c: only colors can be flat shadedAndre Maasikas
2011-01-23r300g: Increase fragment shader limits for r400 cardsTom Stellard
2011-01-23i965: remove _NEW_ACCUMBrian Paul
2011-01-23r300/compiler: remove any code related to relative addressing of temporariesMarek Olšák
2011-01-21glsl, i965: Remove unnecessary talloc includes.Kenneth Graunke
2011-01-21r600c: get OQ results only for 4 DBs on r600 classAndre Maasikas
2011-01-20intel: Fix typeos from 3d028024 and 790ff232Ian Romanick
2011-01-20i915: Set correct values for range/precision of fragment shader typesIan Romanick
2011-01-20i965: Set correct values for range/precision of fragment shader typesIan Romanick
2011-01-20r600c: bump sq gpr resources if a shader needs more than defaultAndre Maasikas
2011-01-20r200: fix up some problems with TFP on r200Dave Airlie
2011-01-19i965/fs: Take the shared mathbox into account in instruction scheduling.Eric Anholt
2011-01-19i965/fs: Add a helper function for detecting math opcodes.Eric Anholt
2011-01-19i965/fs: Assign URB/CURB register numbers after instruction scheduling.Eric Anholt
2011-01-19i965/fs: Add an instruction scheduler.Eric Anholt
2011-01-19i965/fs: Add a helper for detecting texturing opcodes.Eric Anholt
2011-01-19radeon: avoid segfault on 3D textures.Dave Airlie
2011-01-19radeon: oops didn't need this logbase2 fnDave Airlie
2011-01-19radeon: calculate complete texture state inside TFP functionDave Airlie
2011-01-19dri/nouveau: allow multiple maps of surface buffersBen Skeggs
2011-01-19radeon/r200: fix fbo-clearmipmap + gen-teximageDave Airlie
2011-01-18i965: Fix a comment typo.Eric Anholt
2011-01-18i965: Fix a bug in i965 compute-to-MRF.Eric Anholt
2011-01-18r600c: preserve correct buffer when using fboAndre Maasikas
2011-01-18r600: set border color as RGBAAndre Maasikas
2011-01-18r600c: use STATE_FB_WPOS_Y_TRANSFORM variable to do wpos transformAndre Maasikas
2011-01-17i965: Fix dead pointers to fp->Parameters->ParameterValues[] after realloc.Eric Anholt
2011-01-16i965: add support for EXT_texture_sRGB_decodeDave Airlie
2011-01-15mesa: begin implementation of GL_ARB_draw_buffers_blendBrian Paul
2011-01-14intel: Expose GL_ARB_ES2_compatibility.Eric Anholt