aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* radeon: Remove some remaining set-but-unused variables.Eric Anholt2011-08-024-14/+0
* radeon: Remove set-but-unused variables in radeon_lock.cEric Anholt2011-08-021-10/+0
* radeon: Remove set-but-unused variables in radeonSetTexBuffer2() variants.Eric Anholt2011-08-025-29/+0
* radeon: Remove set-but-unused log2depth variable.Eric Anholt2011-08-021-2/+1
* radeon: Remove set-but-unused color_mask variable.Eric Anholt2011-08-022-6/+0
* intel: Fix unused variable warning.Eric Anholt2011-08-021-1/+0
* i915: Only emit program errors when INTEL_DEBUG=wm or INTEL_DEBUG=fallbacksIan Romanick2011-08-021-6/+8
* i915: Fail without crashing if a Mesa IR program uses too many registersIan Romanick2011-08-021-2/+13
* ir_to_mesa: Emit warnings instead of errors for IR that can't be loweredIan Romanick2011-08-021-4/+24
* ir_to_mesa: Use Add linker_error instead of fail_linkIan Romanick2011-08-021-31/+22
* mesa: Ensure that gl_shader_program::InfoLog is never NULLIan Romanick2011-08-021-5/+6
* i965/gen5+: Fix incorrect miptree layout for non-power-of-two cubemaps.Kenneth Graunke2011-08-011-1/+1
* mesa: minor comment changes in teximage.cBrian Paul2011-07-291-7/+2
* mesa: add missing breaks for GL_TEXTURE_CUBE_MAP_SEAMLESS queriesBrian Paul2011-07-291-6/+8
* i965/fs: Allow register coalescing where the source is a uniform.Eric Anholt2011-07-291-10/+14
* i965/fs: Optimize a * 1.0 -> a.Eric Anholt2011-07-292-0/+44
* i965/fs: If we see a RCP of a constant, try to constant fold it.Eric Anholt2011-07-291-0/+14
* i965/fs: Port texture projection avoidance optimization from the old backend.Eric Anholt2011-07-291-3/+15
* Revert "i965: Don't compute brw->wm.input_size_masks when it's unused."Eric Anholt2011-07-291-11/+1
* i965/fs: Stop using the exec_list iterator.Eric Anholt2011-07-296-71/+67
* i965/fs: Respect ARB_color_buffer_float clamping.Eric Anholt2011-07-281-6/+15
* mesa: Fix ff fragment shader inputs calculation when enabling a VS.Eric Anholt2011-07-281-2/+1
* Add dependency generation for Mesa and GLSL dricore objects.Eric Anholt2011-07-281-2/+3
* mesa: fix format selection for meta CopyTexSubImage()Brian Paul2011-07-281-0/+10
* mesa: test against MESA_FORMAT_NONE in _mesa_GetTexLevelParameteriv()Brian Paul2011-07-281-1/+1
* st/mesa: fix comment languageBrian Paul2011-07-281-3/+3
* i965: Remove the now unused intel_renderbuffer::draw_offset field.Kenneth Graunke2011-07-282-2/+0
* i965: Check actual tile offsets in Gen4 miptree workaround.Kenneth Graunke2011-07-281-2/+17
* i965/gen4: Fix message parameter loading for 1D TXD sampling.Kenneth Graunke2011-07-281-2/+4
* mesa: don't forget about sampleBuffers in framebuffer visual updateChristoph Bumiller2011-07-271-0/+1
* st/mesa: respect force_s3tc_enable environment variableBryan Cain2011-07-261-1/+10
* mesa: Make _mesa_get_compressed_formats match the texture compression specsIan Romanick2011-07-253-30/+93
* mesa: Return the correct internal fmt when a generic compressed fmt was usedIan Romanick2011-07-251-3/+17
* mesa: Add utility function to get base format from a GL compressed formatIan Romanick2011-07-252-0/+91
* i965/fs: Fix MRT drawing since the m0->m2 move for shader debug.Eric Anholt2011-07-251-1/+2
* r300/compiler: simplify code in peephole_add_presub_addTobias Droste2011-07-251-17/+18
* i965: Fix many of the trivial WebGL demos that broke due to IB optimization.Eric Anholt2011-07-251-0/+1
* i965: Use 3D clears on gen6+ to avoid inter-ring synchronization.Eric Anholt2011-07-251-2/+2
* meta: Also save/restore clip planes for GLSL.Eric Anholt2011-07-251-1/+13
* i965: Emit texture cache flushes on gen6 along with render cache flushes.Eric Anholt2011-07-251-0/+1
* i965: vs optimization fix: Check val.{negate,abs} in accumulator_contains()Paul Berry2011-07-251-0/+3
* i965/gen7: Fix shadow sampling in the old brw_wm_emit backend.Kenneth Graunke2011-07-251-4/+11
* i965/fs: Clear result before visiting shadow comparitor and LOD info.Kenneth Graunke2011-07-251-0/+10
* i965: When emitting a src/dst read of an output, keep the swizzle and negIan Romanick2011-07-231-3/+16
* i965: When emitting a src/dst write of an output, keep the write maskIan Romanick2011-07-231-1/+5
* prog_optimize: Set unused regs to PROGRAM_UNDEFINED after CMP->MOV conversionIan Romanick2011-07-231-0/+9
* ir_to_mesa: Copy reladdr in src_reg(dst_reg) constructorIan Romanick2011-07-231-1/+1
* ir_to_mesa: Add each relative address to the previousIan Romanick2011-07-231-0/+12
* mesa: Add an ifndef guard around the definition of the INLINE macroPaul Berry2011-07-221-20/+22
* Merge branch 'remove-copyteximage-hook'Brian Paul2011-07-2115-411/+35
|\