aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-08-25glx/dri2: Paper over errors in DRI2Connect when indirectChristopher James Halse Rogers
2011-08-24Revert "Run git-cleanup.sh over the tree."Julien Cristau
2011-08-02Run git-cleanup.sh over the tree.Christopher James Halse Rogers
2011-08-01Merge branch 'upstream-experimental' into debian-experimentalChristopher James Halse Rogers
2011-07-31mesa: Bump version to 7.11 (final)Ian Romanick
2011-07-31darwin: Use machine/endian.h to determine endiannessJeremy Huddleston
2011-07-31Fix PPC detection on darwinJeremy Huddleston
2011-07-28Merge remote-tracking branch 'origin/7.11' into 7.11Ian Romanick
2011-07-28mesa: Bump version to 7.11-rc4Ian Romanick
2011-07-28r600g: fix vs export countVadim Girlin
2011-07-28i965: Remove the now unused intel_renderbuffer::draw_offset field.Kenneth Graunke
2011-07-28i965: Check actual tile offsets in Gen4 miptree workaround.Kenneth Graunke
2011-07-28i965/gen4: Fix message parameter loading for 1D TXD sampling.Kenneth Graunke
2011-07-28st/mesa: fix the texture format in st_context_teximageFredrik Höglund
2011-07-28mesa: Bump version to 7.11-rc3Ian Romanick
2011-07-28i965/fs: Fix MRT drawing since the m0->m2 move for shader debug.Eric Anholt
2011-07-28i965: Fix many of the trivial WebGL demos that broke due to IB optimization.Eric Anholt
2011-07-28i965: Emit texture cache flushes on gen6 along with render cache flushes.Eric Anholt
2011-07-28i965: vs optimization fix: Check val.{negate,abs} in accumulator_contains()Paul Berry
2011-07-28i965/gen7: Fix shadow sampling in the old brw_wm_emit backend.Kenneth Graunke
2011-07-28i965/fs: Clear result before visiting shadow comparitor and LOD info.Kenneth Graunke
2011-07-28glsl: Treat ir_dereference_array of non-var as a constant for loweringIan Romanick
2011-07-28i965: When emitting a src/dst read of an output, keep the swizzle and negIan Romanick
2011-07-28i965: When emitting a src/dst write of an output, keep the write maskIan Romanick
2011-07-28prog_optimize: Set unused regs to PROGRAM_UNDEFINED after CMP->MOV conversionIan Romanick
2011-07-28ir_to_mesa: Copy reladdr in src_reg(dst_reg) constructorIan Romanick
2011-07-28ir_to_mesa: Add each relative address to the previousIan Romanick
2011-07-28glsl: When lowering non-constant vector indexing, respect existing conditionsIan Romanick
2011-07-28glsl: When lowering non-constant array indexing, respect existing conditionsIan Romanick
2011-07-28glsl: Rework lowering of non-constant array indexingIan Romanick
2011-07-28glsl: Split out part of variable_index_to_cond_assign_visitor::needs_loweringIan Romanick
2011-07-28glsl: Move is_array_or_matrix outside visitor classIan Romanick
2011-07-27wayland-drm: Add copyright notice to protocolBenjamin Franzke
2011-07-27egl/gallium: fix build without softpipe and llvmpipeTobias Droste
2011-07-26util: enable S3TC support when the force_s3tc_enable env var is set to "true"Bryan Cain
2011-07-26st/mesa: respect force_s3tc_enable environment variableBryan Cain
2011-07-23glsl: Reject shaders that contain static recursionIan Romanick
2011-07-23glsl: Make prototype_string publicly availableIan Romanick
2011-07-23Revert "i915: Eliminate redundant CONSTANTS updates"Stéphane Marchesin
2011-07-21u_vbuf_mgr: restore buffer offsetsChia-I Wu
2011-07-21r600g: more valgrind fixesMarek Olšák
2011-07-21r600g: zero memory of ioctl parametersMarek Olšák
2011-07-21mesa: GLES2 should return different error enums for invalid fbo queriesMarek Olšák
2011-07-21dri/nouveau: nv10: fix vertex format for GL_UNSIGNED_BYTEAndrew Randrianasulu
2011-07-21nvfx: handle PIPE_CAP_SM3David Heidelberger
2011-07-20i965: Apply a homebrew workaround for GPU hang in OGLC api-texcoord.Eric Anholt
2011-07-20i965: Enable the PIPE_CONTROL workaround workaround out of paranoia.Eric Anholt
2011-07-20i965: Avoid kernel BUG_ON if we happen to wait on the pipe_control w/a BO.Eric Anholt
2011-07-20i915: Simplify intel_wpos_* with a helper function.Eric Anholt
2011-07-20i915: Include gl_FragCoord.w data, not just xyz.Eric Anholt