summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* st/mesa: fix the texture format in st_context_teximageFredrik Höglund2011-07-281-1/+1
* mesa: Bump version to 7.11-rc3Ian Romanick2011-07-281-1/+1
* i965/fs: Fix MRT drawing since the m0->m2 move for shader debug.Eric Anholt2011-07-281-1/+2
* i965: Fix many of the trivial WebGL demos that broke due to IB optimization.Eric Anholt2011-07-281-0/+1
* i965: Emit texture cache flushes on gen6 along with render cache flushes.Eric Anholt2011-07-281-0/+1
* i965: vs optimization fix: Check val.{negate,abs} in accumulator_contains()Paul Berry2011-07-281-0/+3
* i965/gen7: Fix shadow sampling in the old brw_wm_emit backend.Kenneth Graunke2011-07-281-4/+11
* i965/fs: Clear result before visiting shadow comparitor and LOD info.Kenneth Graunke2011-07-281-0/+10
* glsl: Treat ir_dereference_array of non-var as a constant for loweringIan Romanick2011-07-281-2/+8
* i965: When emitting a src/dst read of an output, keep the swizzle and negIan Romanick2011-07-281-3/+16
* i965: When emitting a src/dst write of an output, keep the write maskIan Romanick2011-07-281-1/+5
* prog_optimize: Set unused regs to PROGRAM_UNDEFINED after CMP->MOV conversionIan Romanick2011-07-281-0/+9
* ir_to_mesa: Copy reladdr in src_reg(dst_reg) constructorIan Romanick2011-07-281-1/+1
* ir_to_mesa: Add each relative address to the previousIan Romanick2011-07-281-0/+12
* glsl: When lowering non-constant vector indexing, respect existing conditionsIan Romanick2011-07-281-5/+24
* glsl: When lowering non-constant array indexing, respect existing conditionsIan Romanick2011-07-281-3/+18
* glsl: Rework lowering of non-constant array indexingIan Romanick2011-07-281-21/+120
* glsl: Split out part of variable_index_to_cond_assign_visitor::needs_loweringIan Romanick2011-07-281-5/+10
* glsl: Move is_array_or_matrix outside visitor classIan Romanick2011-07-281-5/+6
* wayland-drm: Add copyright notice to protocolBenjamin Franzke2011-07-271-0/+27
* egl/gallium: fix build without softpipe and llvmpipeTobias Droste2011-07-271-3/+9
* util: enable S3TC support when the force_s3tc_enable env var is set to "true"Bryan Cain2011-07-261-2/+9
* st/mesa: respect force_s3tc_enable environment variableBryan Cain2011-07-261-1/+10
* glsl: Reject shaders that contain static recursionIan Romanick2011-07-236-0/+405
* glsl: Make prototype_string publicly availableIan Romanick2011-07-232-2/+8
* Revert "i915: Eliminate redundant CONSTANTS updates"Stéphane Marchesin2011-07-231-26/+25
* u_vbuf_mgr: restore buffer offsetsChia-I Wu2011-07-211-0/+10
* r600g: more valgrind fixesMarek Olšák2011-07-211-2/+2
* r600g: zero memory of ioctl parametersMarek Olšák2011-07-211-3/+3
* mesa: GLES2 should return different error enums for invalid fbo queriesMarek Olšák2011-07-211-7/+16
* dri/nouveau: nv10: fix vertex format for GL_UNSIGNED_BYTEAndrew Randrianasulu2011-07-211-1/+1
* nvfx: handle PIPE_CAP_SM3David Heidelberger2011-07-211-0/+3
* i965: Apply a homebrew workaround for GPU hang in OGLC api-texcoord.Eric Anholt2011-07-201-0/+26
* i965: Enable the PIPE_CONTROL workaround workaround out of paranoia.Eric Anholt2011-07-202-3/+29
* i965: Avoid kernel BUG_ON if we happen to wait on the pipe_control w/a BO.Eric Anholt2011-07-201-1/+1
* i915: Simplify intel_wpos_* with a helper function.Eric Anholt2011-07-203-47/+27
* i915: Include gl_FragCoord.w data, not just xyz.Eric Anholt2011-07-201-3/+3
* i915: Fix incorrect depth scaling when enabling/disabling depth buffers.Eric Anholt2011-07-201-24/+19
* i915: Make stencil test for no-stencil handling match depth test.Eric Anholt2011-07-202-23/+12
* i915: Disable the depth test whenever we don't have a depth buffer.Eric Anholt2011-07-202-2/+8
* i915: Remove i965 paths from i915_update_drawbuffer() and i830's too.Eric Anholt2011-07-202-111/+20
* i965: Remove i915 paths from brw_update_draw_buffers().Eric Anholt2011-07-201-37/+11
* i965: Remove unused region calculations in brw_update_draw_buffer().Eric Anholt2011-07-201-60/+2
* i965: Remove empty brw_set_draw_region.Eric Anholt2011-07-201-14/+0
* i965: Remove FALLBACK() from brw_update_draw_region().Eric Anholt2011-07-201-16/+0
* intel: Move intel_draw_buffers() code into each driver.Eric Anholt2011-07-206-200/+612
* glsl: silence warning in linker.cppBrian Paul2011-07-201-1/+1