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