summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* r300/compiler: Disable register rename pass on r500Tom Stellard2011-02-051-1/+1
* r300/compiler: Don't count BEGIN_TEX instructions in the compiler statsTom Stellard2011-02-051-1/+3
* mesa/965: add support for GL_EXT_framebuffer_sRGB (v2)Dave Airlie2011-02-053-1/+6
* i965: Drop the dead tracking of color_regions[].Eric Anholt2011-02-043-12/+2
* i965: Drop the INTEL_DEBUG=state spam about the cache size check.Eric Anholt2011-02-041-2/+0
* swrast: add an interface createNewContextForAPIHaitao Feng2011-02-032-10/+120
* r300c: Unbreak after R4xx support was added to r300/compiler.Michel Dänzer2011-02-032-0/+2
* r200: remove 0x4243 pci idAlex Deucher2011-02-012-2/+0
* i915: Only mark a register as available if all components are writtenIan Romanick2011-02-011-3/+17
* i965: Emit texel offsets in sampler messages.Kenneth Graunke2011-01-312-4/+43
* Remove talloc from the make and automake build systems.Kenneth Graunke2011-01-311-1/+1
* Convert everything from the talloc API to the ralloc API.Kenneth Graunke2011-01-318-43/+42
* r300/compiler: Standardize the number of bits used by swizzle fieldsTom Stellard2011-01-2910-46/+50
* r300/compiler: print stats based on the initial number of instructionsMarek Olšák2011-01-282-3/+10
* mesa: plug in fallback function for ctx->Driver.ValidateFramebuffer()Brian Paul2011-01-241-0/+1
* osmesa: mklib requires arguments before objectsChristopher James Halse Rogers2011-01-241-1/+1
* r600c: only colors can be flat shadedAndre Maasikas2011-01-242-36/+9
* r300g: Increase fragment shader limits for r400 cardsTom Stellard2011-01-235-33/+205
* gldirect: remove _NEW_ACCUMBrian Paul2011-01-233-6/+0
* i965: remove _NEW_ACCUMBrian Paul2011-01-231-1/+0
* r300/compiler: remove any code related to relative addressing of temporariesMarek Olšák2011-01-239-120/+13
* glsl, i965: Remove unnecessary talloc includes.Kenneth Graunke2011-01-213-3/+0
* r600c: get OQ results only for 4 DBs on r600 classAndre Maasikas2011-01-211-2/+6
* intel: Fix typeos from 3d028024 and 790ff232Ian Romanick2011-01-202-15/+15
* i915: Set correct values for range/precision of fragment shader typesIan Romanick2011-01-201-0/+14
* i965: Set correct values for range/precision of fragment shader typesIan Romanick2011-01-201-0/+9
* r600c: bump sq gpr resources if a shader needs more than defaultAndre Maasikas2011-01-202-0/+21
* glapi: Fix OpenGL and OpenGL ES interop.Chia-I Wu2011-01-201-0/+3
* r200: fix up some problems with TFP on r200Dave Airlie2011-01-201-5/+15
* i965/fs: Take the shared mathbox into account in instruction scheduling.Eric Anholt2011-01-191-0/+15
* i965/fs: Add a helper function for detecting math opcodes.Eric Anholt2011-01-192-8/+13
* i965/fs: Assign URB/CURB register numbers after instruction scheduling.Eric Anholt2011-01-191-2/+3
* i965/fs: Add an instruction scheduler.Eric Anholt2011-01-194-0/+479
* i965/fs: Add a helper for detecting texturing opcodes.Eric Anholt2011-01-192-8/+12
* radeon: avoid segfault on 3D textures.Dave Airlie2011-01-191-0/+3
* radeon: oops didn't need this logbase2 fnDave Airlie2011-01-191-15/+0
* radeon: calculate complete texture state inside TFP functionDave Airlie2011-01-191-3/+25
* dri/nouveau: allow multiple maps of surface buffersBen Skeggs2011-01-191-2/+4
* radeon/r200: fix fbo-clearmipmap + gen-teximageDave Airlie2011-01-193-6/+6
* i965: Fix a comment typo.Eric Anholt2011-01-181-1/+1
* i965: Fix a bug in i965 compute-to-MRF.Eric Anholt2011-01-181-0/+1
* r600c: preserve correct buffer when using fboAndre Maasikas2011-01-181-1/+1
* r600: set border color as RGBAAndre Maasikas2011-01-181-2/+2
* r600c: use STATE_FB_WPOS_Y_TRANSFORM variable to do wpos transformAndre Maasikas2011-01-181-7/+9
* i965: Fix dead pointers to fp->Parameters->ParameterValues[] after realloc.Eric Anholt2011-01-172-10/+36
* i965: add support for EXT_texture_sRGB_decodeDave Airlie2011-01-162-3/+12
* mesa: begin implementation of GL_ARB_draw_buffers_blendBrian Paul2011-01-1520-116/+117
* intel: Expose GL_ARB_ES2_compatibility.Eric Anholt2011-01-141-0/+2
* i965: Replace broken handling of dead code with an assert.Eric Anholt2011-01-141-10/+12
* i965: Add an invalidation of live intervals after register splitting.Eric Anholt2011-01-141-0/+1