summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-04-17svga: implement support for signed byte vertex attributesBrian Paul6-14/+151
2014-04-17svga: move translated vertex declaration types into svga_velems_stateBrian Paul4-40/+45
2014-04-17Revert "svga: add work-around for Sauerbraten Z fighting issue"Brian Paul3-49/+2
2014-04-17svga: use new inst_token_setp() helper functionBrian Paul2-12/+26
2014-04-17svga: use new inst_token_predicated() helper functionBrian Paul2-13/+25
2014-04-17i965: Retype pre-Gen6 varying pull load destination to UW.Kenneth Graunke1-1/+1
2014-04-17mesa: Fix error condition for multisample proxy texture targetsAnuj Phogat1-3/+13
2014-04-17i965: Add glBlitFramebuffer to commands affected by conditional renderingAnuj Phogat1-0/+8
2014-04-17swrast: Add glBlitFramebuffer to commands affected by conditional renderingAnuj Phogat1-0/+8
2014-04-17i965: Fix component mask and varying_to_slot mapping for gl_ViewportIndexAnuj Phogat1-1/+5
2014-04-17i965: Fix component mask and varying_to_slot mapping for gl_LayerAnuj Phogat1-4/+14
2014-04-17i965: Put an assertion to check valid varying_to_slot[varying]Anuj Phogat1-0/+1
2014-04-17radeonsi: Added Diag Handler to receive LLVM Error messagesDarren Powell3-9/+55
2014-04-17winsys/radeon: remove some unused codeMarek Olšák1-28/+8
2014-04-17winsys/radeon: remove is_handle_added arrayMarek Olšák2-30/+34
2014-04-17winsys/radeon: remove local variable reloc from radeon_get_relocMarek Olšák1-5/+2
2014-04-17winsys/radeon: remove parameter reloc from radeon_get_relocMarek Olšák2-11/+8
2014-04-17util: Add __declspec(noreturn) to _debug_assert_fail().José Fonseca1-0/+3
2014-04-17auxiliary/os,auxiliary/util: Fix the `‘noreturn’ function does return` wa...José Fonseca2-5/+2
2014-04-17scons: Enable building through Clang Static Analyzer.José Fonseca1-3/+35
2014-04-17gallium glsl: Fix crash with piglit fs-deref-literal-array-of-structs.shader_...Maarten Lankhorst1-1/+4
2014-04-17nouveau/vdec: small fixes to h264 handlingMaarten Lankhorst4-24/+24
2014-04-17st/xa: Cache render target surfaceThomas Hellstrom1-3/+15
2014-04-17st/xa: scissor to help tilersRob Clark4-0/+48
2014-04-17st/xa: remove unneeded argsRob Clark5-12/+8
2014-04-16glsl: Small optimization for constant conditionalsIago Toral Quiroga1-8/+2
2014-04-16glsl: Fix incorrect indentation.Iago Toral Quiroga1-793/+782
2014-04-17meta: Clip src/dest rects in BlitFramebuffer, using the scissorChris Forbes2-2/+43
2014-04-16mesa: fix check for dummy renderbuffer in _mesa_FramebufferRenderbufferEXT()Samuel Iglesias Gonsalvez1-2/+1
2014-04-16i965: Don't make instructions with a null dest a barrier to scheduling.Matt Turner1-4/+8
2014-04-16i965/fs: Change fs_visitor::emit_lrp to use MAC for gen<6Juha-Pekka Heikkila1-7/+4
2014-04-16i965/fs: Add support for the MAC instruction.Juha-Pekka Heikkila2-0/+4
2014-04-16i965/vec4: Change vec4_visitor::emit_lrp to use MAC for gen<6Juha-Pekka Heikkila1-16/+6
2014-04-16i965/vec4: Add support for the MAC instruction.Juha-Pekka Heikkila3-0/+5
2014-04-16i965: Add writes_accumulator flagJuha-Pekka Heikkila8-35/+131
2014-04-16i965: Add is_accumulator() function.Juha-Pekka Heikkila4-0/+28
2014-04-16i965: Add reads_accumulator_implicitly() function.Matt Turner2-0/+14
2014-04-16mesa: Add error condition for integer formats in glGetTexImage()Anuj Phogat1-0/+5
2014-04-16mesa: Add helper function _mesa_is_format_integer()Anuj Phogat2-0/+12
2014-04-16mesa: Fix glGetVertexAttribi(GL_VERTEX_ATTRIB_ARRAY_SIZE)Anuj Phogat1-1/+1
2014-04-16glsl: Fix copy-paste error in linker_warning()Anuj Phogat1-1/+1
2014-04-17r600g: Disable LLVM by default at runtime for graphicsMichel Dänzer3-5/+5
2014-04-16gallivm: fix compilation with llvm 3.5 r206241+Roland Scheidegger1-11/+20
2014-04-16Revert "scons: Enable building through Clang Static Analyzer."José Fonseca1-23/+8
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