summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-05-09i965: make GT3 machines work as GT3 instead of GT2Paulo Zanoni2-37/+41
2013-05-09i965: Add chipset limits for the Haswell GT3 variant.Kenneth Graunke1-0/+6
2013-05-09i965: Update URB partitioning code for Haswell's GT3 variant.Kenneth Graunke1-8/+17
2013-05-09i965: Delete dead intel_span.c symlink.Kenneth Graunke1-1/+0
2013-05-09i965/vs: Make virtual grf live intervals actually cover their used range.Eric Anholt4-63/+31
2013-05-09i965/fs: Make virtual grf live intervals actually cover their used range.Eric Anholt6-72/+38
2013-05-10ilo: Add support for HW primitive restart.Courtney Goeltzenleuchter3-2/+194
2013-05-09svga: misc whitespace and comment fixes in svga_cmd.cBrian Paul1-82/+82
2013-05-09st/mesa: generate GL_OUT_OF_MEMORY if we can't create the index bufferBrian Paul1-1/+1
2013-05-09ilo: add support for PIPE_FORMAT_ETC1_RGB8Chia-I Wu2-5/+61
2013-05-09ilo: support mapping with a staging system bufferChia-I Wu1-0/+77
2013-05-09ilo: allow for different mapping methodsChia-I Wu1-115/+187
2013-05-09ilo: allow bo format to differ from that requestedChia-I Wu2-14/+22
2013-05-08draw/llvm: Add additional llvm optimization passesStéphane Marchesin1-0/+3
2013-05-08i965: Sync brw_format_for_mesa_format() table with new Mesa formats.Eric Anholt1-1/+31
2013-05-08i965: Update the surface formats table from the current specs.Eric Anholt1-0/+65
2013-05-08i965: Add surface format defines from the public specs.Eric Anholt1-0/+45
2013-05-08mesa/program: Don't copy propagate from swizzles.Fabian Bieler1-0/+2
2013-05-08mesa/st: Don't copy propagate from swizzles.Fabian Bieler1-0/+2
2013-05-08i965: Fix hangs on HSW since the gen6 blorp fix.Eric Anholt1-2/+101
2013-05-08egl/android: Fix error condition for EGL_ANDROID_image_native_bufferChad Versace1-2/+14
2013-05-08i915: Use Y tiling for texturesStéphane Marchesin1-2/+7
2013-05-08i915g: Optimize batchbuffer sizesStéphane Marchesin2-4/+6
2013-05-08i915g: Add more PIPE_CAP_* supportStéphane Marchesin1-0/+9
2013-05-08ilo: remove our own type inferenceChia-I Wu1-97/+27
2013-05-08ilo: use tgsi_util_get_texture_coord_dim()Chia-I Wu3-92/+4
2013-05-08tgsi: fix operand type of TGSI_OPCODE_NOTChia-I Wu2-1/+2
2013-05-08tgsi: refactor tgsi_opcode_infer_src_type()Chia-I Wu1-35/+9
2013-05-08tgsi: refactor tgsi_opcode_infer_dst_type()Chia-I Wu1-25/+35
2013-05-08tgsi: reorder opcodes in opcode type inferenceChia-I Wu1-24/+24
2013-05-08tgsi: clean up exec_tex()Chia-I Wu1-168/+52
2013-05-08tgsi: add tgsi_util_get_texture_coord_dim()Chia-I Wu2-0/+94
2013-05-07nv50: initialize kick_notify callback in nv50_createBryan Cain1-0/+1
2013-05-07i965: Use Y-tiled blits to untile for cached mappings of miptrees.Eric Anholt1-1/+2
2013-05-07i965: Add support for Y-tiled blits on gen6+.Eric Anholt2-3/+42
2013-05-07i965: Count occlusion query samples for CopyPixels using the 2D engine.Eric Anholt1-0/+3
2013-05-07egl/wayland: Implement EGL_EXT_swap_buffers_with_damageRobert Bragg1-3/+26
2013-05-07egl: Add extension infrastructure for EGL_EXT_swap_buffers_with_damageRobert Bragg4-0/+41
2013-05-07gallium: more tgsi documentation updatesRoland Scheidegger1-131/+250
2013-05-07ilo: Add missing break statement in aos_tex TGSI_OPCODE_TEX2 case.Vinson Lee1-0/+1
2013-05-07r600g/sb: optimize some cases for CNDxx instructionsVadim Girlin2-5/+81
2013-05-07r600g/sb: fix memory leaksVadim Girlin2-1/+7
2013-05-07r600g/sb: fix kcache handling on r6xxVadim Girlin1-1/+5
2013-05-06intel: Remove renderbuffer delete setup from texture wrapping.Eric Anholt1-1/+0
2013-05-06mesa: Make Mesa core set up wrapped texture renderbuffer state.Eric Anholt5-34/+7
2013-05-06intel: Simplify renderbuffer-for-texture width setup.Eric Anholt1-11/+2
2013-05-06mesa: Make core Mesa allocate the texture renderbuffer wrapper.Eric Anholt8-101/+56
2013-05-06i965: Use brw_blorp_blit_miptrees() for CopyTexSubImage().Eric Anholt3-77/+41
2013-05-06i965: Move blorp resolve setup into brw_blorp_blit_miptrees().Eric Anholt2-18/+5
2013-05-06gallivm: Fix build for LLVM < 3.3Tom Stellard1-0/+6