summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* auxiliary/os,auxiliary/util: Fix the `‘noreturn’ function does return` wa...José Fonseca2014-04-172-5/+2
* gallium glsl: Fix crash with piglit fs-deref-literal-array-of-structs.shader_...Maarten Lankhorst2014-04-171-1/+4
* nouveau/vdec: small fixes to h264 handlingMaarten Lankhorst2014-04-174-24/+24
* st/xa: Cache render target surfaceThomas Hellstrom2014-04-171-3/+15
* st/xa: scissor to help tilersRob Clark2014-04-174-0/+48
* st/xa: remove unneeded argsRob Clark2014-04-175-12/+8
* glsl: Small optimization for constant conditionalsIago Toral Quiroga2014-04-161-8/+2
* glsl: Fix incorrect indentation.Iago Toral Quiroga2014-04-161-793/+782
* meta: Clip src/dest rects in BlitFramebuffer, using the scissorChris Forbes2014-04-172-2/+43
* mesa: fix check for dummy renderbuffer in _mesa_FramebufferRenderbufferEXT()Samuel Iglesias Gonsalvez2014-04-161-2/+1
* i965: Don't make instructions with a null dest a barrier to scheduling.Matt Turner2014-04-161-4/+8
* i965/fs: Change fs_visitor::emit_lrp to use MAC for gen<6Juha-Pekka Heikkila2014-04-161-7/+4
* i965/fs: Add support for the MAC instruction.Juha-Pekka Heikkila2014-04-162-0/+4
* i965/vec4: Change vec4_visitor::emit_lrp to use MAC for gen<6Juha-Pekka Heikkila2014-04-161-16/+6
* i965/vec4: Add support for the MAC instruction.Juha-Pekka Heikkila2014-04-163-0/+5
* i965: Add writes_accumulator flagJuha-Pekka Heikkila2014-04-168-35/+131
* i965: Add is_accumulator() function.Juha-Pekka Heikkila2014-04-164-0/+28
* i965: Add reads_accumulator_implicitly() function.Matt Turner2014-04-162-0/+14
* mesa: Add error condition for integer formats in glGetTexImage()Anuj Phogat2014-04-161-0/+5
* mesa: Add helper function _mesa_is_format_integer()Anuj Phogat2014-04-162-0/+12
* mesa: Fix glGetVertexAttribi(GL_VERTEX_ATTRIB_ARRAY_SIZE)Anuj Phogat2014-04-161-1/+1
* glsl: Fix copy-paste error in linker_warning()Anuj Phogat2014-04-161-1/+1
* r600g: Disable LLVM by default at runtime for graphicsMichel Dänzer2014-04-173-5/+5
* gallivm: fix compilation with llvm 3.5 r206241+Roland Scheidegger2014-04-161-11/+20
* r600g,radeonsi: share some of gfx flush codeMarek Olšák2014-04-164-82/+55
* r600g,radeonsi: share r600_flush_from_stMarek Olšák2014-04-163-34/+17
* r600g: merge r600_flush with r600_context_flushMarek Olšák2014-04-163-45/+33
* radeonsi: merge si_flush with si_context_flushMarek Olšák2014-04-164-38/+33
* gallium/radeon: create and return a fence in the flush functionMarek Olšák2014-04-1620-85/+99
* r600g: remove redundant r600_flush_dma_from_winsysMarek Olšák2014-04-161-8/+1
* winsys/radeon: fold cs_set_flush_callback into cs_createMarek Olšák2014-04-168-42/+26
* radeonsi: cleanup redundant computation of flush flags and rename a functionMarek Olšák2014-04-161-8/+9
* r600g: remove redundant r600_flush_from_winsysMarek Olšák2014-04-161-8/+1
* winsys/radeon: remove cs_write_reloc, add simpler cs_get_relocMarek Olšák2014-04-164-29/+23
* winsys/radeon: consolidate hash table lookupMarek Olšák2014-04-162-68/+49
* util/u_debug: Add noreturn attribute to _debug_assert_fail().José Fonseca2014-04-161-1/+5
* glsl: Properly handle blocks that define the same field name.Iago Toral Quiroga2014-04-151-4/+4
* r600g/radeonsi: Map transfer staging texture unsynchronized when possibleMichel Dänzer2014-04-161-0/+2
* Revert "i965/fs: Only sweep NOPs if register coalescing made progress."Matt Turner2014-04-151-8/+7
* i965/fs: Only sweep NOPs if register coalescing made progress.Matt Turner2014-04-151-7/+8
* i965: Fix buffer overruns in MSAA MCS buffer clearing.Eric Anholt2014-04-151-1/+1
* meta: Add support for MSAA resolves from 2D_MS_ARRAY textures.Eric Anholt2014-04-152-17/+49
* meta: Add an accelerated glCopyTexSubImage using glBlitFramebuffer.Eric Anholt2014-04-154-12/+94
* meta: Add support for CUBE_MAP_ARRAY to generatemipmap.Eric Anholt2014-04-152-1/+5
* meta: Infer bind_fbo_image parameters from an incoming image.Eric Anholt2014-04-153-6/+13
* meta: Move bind_fbo_image() code back to meta.c, to reuse it elsewhere.Eric Anholt2014-04-153-34/+36
* meta: Refactor the BlitFramebuffer depth CopyTexImage fallback.Eric Anholt2014-04-152-138/+2
* meta: Refactor the BlitFramebuffer color CopyTexImage fallback.Eric Anholt2014-04-151-52/+41
* meta: Drop blit src size fallback.Eric Anholt2014-04-151-10/+0
* i965: Avoid dependency hints on math opcodesMike Stroyan2014-04-151-0/+8