summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* llvmpipe: Integrate DUMA.llvmpipe-dumaJosé Fonseca2013-05-1016-8/+5190
* ilo: Initialize read_back in transfer_map_sys.Vinson Lee2013-05-101-1/+1
* r600g: increase array size for shader inputs and outputsMarek Olšák2013-05-102-2/+4
* targets/dri-i915: Force c++ linker in all casesChí-Thanh Christopher Nguyễn2013-05-091-8/+2
* i965: Actually use the user timeout in glClientWaitSync.Ben Widawsky2013-05-091-9/+1
* i965: make GT3 machines work as GT3 instead of GT2Paulo Zanoni2013-05-093-49/+53
* i965: Add chipset limits for the Haswell GT3 variant.Kenneth Graunke2013-05-091-0/+6
* i965: Update URB partitioning code for Haswell's GT3 variant.Kenneth Graunke2013-05-091-8/+17
* i965: Delete dead intel_span.c symlink.Kenneth Graunke2013-05-091-1/+0
* i965/vs: Make virtual grf live intervals actually cover their used range.Eric Anholt2013-05-094-63/+31
* i965/fs: Make virtual grf live intervals actually cover their used range.Eric Anholt2013-05-096-72/+38
* docs: document GALLIUM_HUD and LIBGL_SHOW_FPSMarek Olšák2013-05-091-0/+5
* ilo: Add support for HW primitive restart.Courtney Goeltzenleuchter2013-05-103-2/+194
* svga: misc whitespace and comment fixes in svga_cmd.cBrian Paul2013-05-091-82/+82
* docs: remove ^M chars from GL3.txtBrian Paul2013-05-091-3/+3
* st/mesa: generate GL_OUT_OF_MEMORY if we can't create the index bufferBrian Paul2013-05-091-1/+1
* ilo: add support for PIPE_FORMAT_ETC1_RGB8Chia-I Wu2013-05-092-5/+61
* ilo: support mapping with a staging system bufferChia-I Wu2013-05-091-0/+77
* ilo: allow for different mapping methodsChia-I Wu2013-05-091-115/+187
* ilo: allow bo format to differ from that requestedChia-I Wu2013-05-092-14/+22
* draw/llvm: Add additional llvm optimization passesStéphane Marchesin2013-05-081-0/+3
* i965: Sync brw_format_for_mesa_format() table with new Mesa formats.Eric Anholt2013-05-081-1/+31
* i965: Update the surface formats table from the current specs.Eric Anholt2013-05-081-0/+65
* i965: Add surface format defines from the public specs.Eric Anholt2013-05-081-0/+45
* mesa/program: Don't copy propagate from swizzles.Fabian Bieler2013-05-081-0/+2
* mesa/st: Don't copy propagate from swizzles.Fabian Bieler2013-05-081-0/+2
* i965: Fix hangs on HSW since the gen6 blorp fix.Eric Anholt2013-05-081-2/+101
* egl/android: Fix error condition for EGL_ANDROID_image_native_bufferChad Versace2013-05-081-2/+14
* i915: Use Y tiling for texturesStéphane Marchesin2013-05-081-2/+7
* i915g: Optimize batchbuffer sizesStéphane Marchesin2013-05-082-4/+6
* i915g: Add more PIPE_CAP_* supportStéphane Marchesin2013-05-081-0/+9
* ilo: remove our own type inferenceChia-I Wu2013-05-081-97/+27
* ilo: use tgsi_util_get_texture_coord_dim()Chia-I Wu2013-05-083-92/+4
* tgsi: fix operand type of TGSI_OPCODE_NOTChia-I Wu2013-05-082-1/+2
* tgsi: refactor tgsi_opcode_infer_src_type()Chia-I Wu2013-05-081-35/+9
* tgsi: refactor tgsi_opcode_infer_dst_type()Chia-I Wu2013-05-081-25/+35
* tgsi: reorder opcodes in opcode type inferenceChia-I Wu2013-05-081-24/+24
* tgsi: clean up exec_tex()Chia-I Wu2013-05-081-168/+52
* tgsi: add tgsi_util_get_texture_coord_dim()Chia-I Wu2013-05-082-0/+94
* nv50: initialize kick_notify callback in nv50_createBryan Cain2013-05-071-0/+1
* i965: Use Y-tiled blits to untile for cached mappings of miptrees.Eric Anholt2013-05-071-1/+2
* i965: Add support for Y-tiled blits on gen6+.Eric Anholt2013-05-072-3/+42
* i965: Count occlusion query samples for CopyPixels using the 2D engine.Eric Anholt2013-05-071-0/+3
* egl/wayland: Implement EGL_EXT_swap_buffers_with_damageRobert Bragg2013-05-071-3/+26
* egl: Add extension infrastructure for EGL_EXT_swap_buffers_with_damageRobert Bragg2013-05-074-0/+41
* egl: Update to revision 21254 of eglext.hRobert Bragg2013-05-071-3/+42
* gallium: more tgsi documentation updatesRoland Scheidegger2013-05-071-131/+250
* ilo: Add missing break statement in aos_tex TGSI_OPCODE_TEX2 case.Vinson Lee2013-05-071-0/+1
* r600g/sb: optimize some cases for CNDxx instructionsVadim Girlin2013-05-072-5/+81
* r600g/sb: fix memory leaksVadim Girlin2013-05-072-1/+7