summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-04-16r600g,radeonsi: share some of gfx flush codeMarek Olšák4-82/+55
2014-04-16r600g,radeonsi: share r600_flush_from_stMarek Olšák3-34/+17
2014-04-16r600g: merge r600_flush with r600_context_flushMarek Olšák3-45/+33
2014-04-16radeonsi: merge si_flush with si_context_flushMarek Olšák4-38/+33
2014-04-16gallium/radeon: create and return a fence in the flush functionMarek Olšák20-85/+99
2014-04-16r600g: remove redundant r600_flush_dma_from_winsysMarek Olšák1-8/+1
2014-04-16winsys/radeon: fold cs_set_flush_callback into cs_createMarek Olšák8-42/+26
2014-04-16radeonsi: cleanup redundant computation of flush flags and rename a functionMarek Olšák1-8/+9
2014-04-16r600g: remove redundant r600_flush_from_winsysMarek Olšák1-8/+1
2014-04-16winsys/radeon: remove cs_write_reloc, add simpler cs_get_relocMarek Olšák4-29/+23
2014-04-16winsys/radeon: consolidate hash table lookupMarek Olšák2-68/+49
2014-04-16util/u_debug: Add noreturn attribute to _debug_assert_fail().José Fonseca1-1/+5
2014-04-15glsl: Properly handle blocks that define the same field name.Iago Toral Quiroga1-4/+4
2014-04-16r600g/radeonsi: Map transfer staging texture unsynchronized when possibleMichel Dänzer1-0/+2
2014-04-15Revert "i965/fs: Only sweep NOPs if register coalescing made progress."Matt Turner1-8/+7
2014-04-15i965/fs: Only sweep NOPs if register coalescing made progress.Matt Turner1-7/+8
2014-04-15i965: Fix buffer overruns in MSAA MCS buffer clearing.Eric Anholt1-1/+1
2014-04-15meta: Add support for MSAA resolves from 2D_MS_ARRAY textures.Eric Anholt2-17/+49
2014-04-15meta: Add an accelerated glCopyTexSubImage using glBlitFramebuffer.Eric Anholt4-12/+94
2014-04-15meta: Add support for CUBE_MAP_ARRAY to generatemipmap.Eric Anholt2-1/+5
2014-04-15meta: Infer bind_fbo_image parameters from an incoming image.Eric Anholt3-6/+13
2014-04-15meta: Move bind_fbo_image() code back to meta.c, to reuse it elsewhere.Eric Anholt3-34/+36
2014-04-15meta: Refactor the BlitFramebuffer depth CopyTexImage fallback.Eric Anholt2-138/+2
2014-04-15meta: Refactor the BlitFramebuffer color CopyTexImage fallback.Eric Anholt1-52/+41
2014-04-15meta: Drop blit src size fallback.Eric Anholt1-10/+0
2014-04-15i965: Avoid dependency hints on math opcodesMike Stroyan1-0/+8
2014-04-15i965: Expand INTEL_DEBUG to uint64_t.Matt Turner2-2/+2
2014-04-15dri: Expand driParseDebugString return value to uint64_t.Matt Turner2-6/+5
2014-04-15i965/fs: Remove dead_code_eliminate_local().Matt Turner2-159/+0
2014-04-15i965/fs: Clear variable from live-set if it's completely overwritten.Matt Turner1-0/+9
2014-04-15i965/fs: Reimplement dead_code_elimination().Matt Turner3-56/+117
2014-04-15i965/vec4: Let DCE eliminate dead writes in other basic blocks.Matt Turner1-4/+4
2014-04-15i965/gs: Add dummy source to prepare_channel_masks instruction.Matt Turner1-1/+2
2014-04-15glsl: Use M_PI_* macros.Matt Turner1-7/+13
2014-04-15i965: Disable Z16 in all APIs.Kenneth Graunke1-6/+0
2014-04-15i965: Update comments about Z16 being slow.Kenneth Graunke1-7/+10
2014-04-15r600g/radeonsi: Use caching buffer manager for textures as wellMichel Dänzer1-1/+1
2014-04-14i965/gen8: add debug code to show FS disasm with jump locationsJordan Justen1-0/+9
2014-04-14ilo: remove GPE state size estimationChia-I Wu7-326/+97
2014-04-14ilo: remove GPE command size estimationChia-I Wu6-403/+87
2014-04-14ilo: remove unused headersChia-I Wu3-566/+0
2014-04-14ilo: use only defines from genhw headersChia-I Wu7-106/+87
2014-04-14ilo: scripted conversion to genhw headersChia-I Wu25-1626/+1626
2014-04-14ilo: add genhw headersChia-I Wu22-131/+3504
2014-04-14ilo: avoid brw_wm_barycentric_interp_mode in compilerChia-I Wu1-17/+46
2014-04-14ilo: add TOY_OPCODE_DOChia-I Wu6-7/+10
2014-04-14gtest: Update to 1.7.0.Vinson Lee31-1508/+2509
2014-04-13mesa: Consider gl_VertexID and gl_InstanceID active attribsChris Forbes1-0/+9
2014-04-13mesa: Extract is_active_attrib() in shaderapiChris Forbes1-8/+19
2014-04-13glsl: Fix typo in interface block commentChris Forbes1-1/+1