summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-10-02u_vbuf_mgr: remove unused flag U_VBUF_UPLOAD_FLUSHEDMarek Olšák2-21/+6
2011-10-02u_vbuf_mgr: s/u_vbuf_mgr_/u_vbuf_Marek Olšák9-82/+81
2011-10-02u_vbuf_mgr: fix max_index computation for large src_offsetMarek Olšák1-8/+8
2011-10-02u_vbuf_mgr: don't take per-instance attribs into acc. when computing max indexMarek Olšák1-1/+2
2011-10-02u_vbuf_mgr: cleanup original vs real vertex buffer arraysMarek Olšák5-47/+45
2011-10-02mesa: Also set the remaining draw buffers to GL_NONE when updating just the f...Henri Verbeet1-15/+14
2011-10-02glx/dri2: Don't call X server for SwapBuffers when there's no back buffer.Michel Dänzer1-0/+4
2011-10-02glx: Don't flush twice if we fallback to dri2CopySubBufferKristian Høgsberg1-11/+10
2011-10-02st/mesa: Finalize texture on render-to-texture.Michel Dänzer1-3/+6
2011-10-02st/mesa: Convert size assertions to conditionals in st_texture_image_copy.Brian Paul1-3/+9
2011-10-02mesa: Don't skip glGetProgramEnvParam4dvARB if there was already an error.Eric Anholt1-66/+46
2011-09-13nouveau: fix nouveau_fence leakMarcin Slusarz1-0/+2
2011-09-10i830: Add missing vtable entry for i830 from the hiz work.Carl Simonson1-0/+7
2011-08-26i915g: Fix off-by-one in scissors.David Reveman1-2/+2
2011-08-07r300/compiler: simplify code in peephole_add_presub_addTobias Droste1-17/+18
2011-08-07r300/compiler: remove an unused-but-set variable and simplify the codeMarek Olšák1-9/+6
2011-08-07r300/compiler: fix a warning that a variable may be uninitializedMarek Olšák1-1/+1
2011-08-07winsys/radeon: fix space checkingMarek Olšák4-5/+36
2011-08-07vbo: do not call _mesa_max_buffer_index in debug buildsMarek Olšák1-3/+1
2011-08-02drisw: Fix 24bpp software rendering, take 2Marc Pignat1-0/+7
2011-07-31mesa: Bump version to 7.11 (final)mesa-7.11Ian Romanick1-1/+1
2011-07-31darwin: Use machine/endian.h to determine endiannessJeremy Huddleston1-0/+9
2011-07-31Fix PPC detection on darwinJeremy Huddleston1-2/+2
2011-07-28Merge remote-tracking branch 'origin/7.11' into 7.11Ian Romanick2-2/+2
2011-07-28mesa: Bump version to 7.11-rc4mesa-7.11-rc4Ian Romanick1-1/+1
2011-07-28r600g: fix vs export countVadim Girlin2-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: Bump version to 7.11-rc3Ian Romanick1-1/+1
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-27wayland-drm: Add copyright notice to protocolBenjamin Franzke1-0/+27
2011-07-27egl/gallium: fix build without softpipe and llvmpipeTobias Droste1-3/+9