summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-07-28mesa: Bump version to 7.11-rc4mesa-7.11-rc4Ian Romanick2-2/+2
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-28st/mesa: fix the texture format in st_context_teximageFredrik Höglund1-1/+1
2011-07-28mesa: Ensure that r300 compiler files only appear once in the tarballsIan Romanick1-3/+1
2011-07-28mesa: Bump version to 7.11-rc3Ian Romanick2-2/+2
2011-07-28mesa: Use --dereference to avoid symlinks in tarballsIan Romanick1-2/+2
2011-07-28i965/fs: Fix MRT drawing since the m0->m2 move for shader debug.Eric Anholt1-1/+2
2011-07-28i965: Fix many of the trivial WebGL demos that broke due to IB optimization.Eric Anholt1-0/+1
2011-07-28i965: Emit texture cache flushes on gen6 along with render cache flushes.Eric Anholt1-0/+1
2011-07-28i965: vs optimization fix: Check val.{negate,abs} in accumulator_contains()Paul Berry1-0/+3
2011-07-28i965/gen7: Fix shadow sampling in the old brw_wm_emit backend.Kenneth Graunke1-4/+11
2011-07-28i965/fs: Clear result before visiting shadow comparitor and LOD info.Kenneth Graunke1-0/+10
2011-07-28glsl: Treat ir_dereference_array of non-var as a constant for loweringIan Romanick1-2/+8
2011-07-28i965: When emitting a src/dst read of an output, keep the swizzle and negIan Romanick1-3/+16
2011-07-28i965: When emitting a src/dst write of an output, keep the write maskIan Romanick1-1/+5
2011-07-28prog_optimize: Set unused regs to PROGRAM_UNDEFINED after CMP->MOV conversionIan Romanick1-0/+9
2011-07-28ir_to_mesa: Copy reladdr in src_reg(dst_reg) constructorIan Romanick1-1/+1
2011-07-28ir_to_mesa: Add each relative address to the previousIan Romanick1-0/+12
2011-07-28glsl: When lowering non-constant vector indexing, respect existing conditionsIan Romanick1-5/+24
2011-07-28glsl: When lowering non-constant array indexing, respect existing conditionsIan Romanick1-3/+18
2011-07-28glsl: Rework lowering of non-constant array indexingIan Romanick1-21/+120
2011-07-28glsl: Split out part of variable_index_to_cond_assign_visitor::needs_loweringIan Romanick1-5/+10
2011-07-28glsl: Move is_array_or_matrix outside visitor classIan Romanick1-5/+6
2011-07-28configure.ac: add DLOPEN_LIBS to xlib buildMarek Olšák1-1/+1
2011-07-27wayland-drm: Add copyright notice to protocolBenjamin Franzke1-0/+27
2011-07-27egl/gallium: fix build without softpipe and llvmpipeTobias Droste1-3/+9
2011-07-27Fix broken merge in cherry-pick from 42cdf407Benjamin Franzke1-1/+1
2011-07-26util: enable S3TC support when the force_s3tc_enable env var is set to "true"Bryan Cain1-2/+9
2011-07-26st/mesa: respect force_s3tc_enable environment variableBryan Cain1-1/+10
2011-07-25configure.ac: do not check for llvm-config if llvm is disabledMarek Olšák1-3/+2
2011-07-25configure: Move gbm before egl in SRC_DIRSBenjamin Franzke1-35/+35
2011-07-23configure.ac: check for libdrm_radeon only when building classicMarek Olšák1-5/+5
2011-07-23glsl: Reject shaders that contain static recursionIan Romanick6-0/+405
2011-07-23glsl: Make prototype_string publicly availableIan Romanick2-2/+8
2011-07-23Revert "i915: Eliminate redundant CONSTANTS updates"Stéphane Marchesin1-26/+25
2011-07-21u_vbuf_mgr: restore buffer offsetsChia-I Wu1-0/+10
2011-07-21r600g: more valgrind fixesMarek Olšák1-2/+2
2011-07-21r600g: zero memory of ioctl parametersMarek Olšák1-3/+3
2011-07-21configure.ac: Check for the respective libdrm_* when building gallium driversMarek Olšák1-0/+3
2011-07-21mesa: GLES2 should return different error enums for invalid fbo queriesMarek Olšák1-7/+16
2011-07-21dri/nouveau: nv10: fix vertex format for GL_UNSIGNED_BYTEAndrew Randrianasulu1-1/+1
2011-07-21nvfx: handle PIPE_CAP_SM3David Heidelberger1-0/+3
2011-07-20i965: Apply a homebrew workaround for GPU hang in OGLC api-texcoord.Eric Anholt1-0/+26
2011-07-20i965: Enable the PIPE_CONTROL workaround workaround out of paranoia.Eric Anholt2-3/+29
2011-07-20i965: Avoid kernel BUG_ON if we happen to wait on the pipe_control w/a BO.Eric Anholt1-1/+1
2011-07-20i915: Simplify intel_wpos_* with a helper function.Eric Anholt3-47/+27
2011-07-20i915: Include gl_FragCoord.w data, not just xyz.Eric Anholt1-3/+3
2011-07-20i915: Fix incorrect depth scaling when enabling/disabling depth buffers.Eric Anholt1-24/+19