mesa.git
2014-04-18 Matt Turneri965/fs: Give up in interference check if we see a...
2014-04-18 Matt Turneri965/fs: Simplify interference scan in register coalescing.
2014-04-18 Matt Turneri965/fs: Unindent can_coalesce_vars().
2014-04-18 Matt Turneri965/fs: Recognize nop-MOV instructions early.
2014-04-18 Matt Turneri965/fs: Only sweep NOPs if register coalescing made...
2014-04-18 Marek Olšákr600g,radeonsi: don't skip the context flush if a fence...
2014-04-17 Brian Paulsvga: fix comment for emit_adjusted_vertex_attribs()
2014-04-17 Brian Paulsvga: compute need_swvfetch in svga_create_vertex_eleme...
2014-04-17 Brian Paulsvga: add VS code to set attribute W component to 1
2014-04-17 Brian Paulsvga: implement support for signed byte vertex attributes
2014-04-17 Brian Paulsvga: move translated vertex declaration types into...
2014-04-17 Brian PaulRevert "svga: add work-around for Sauerbraten Z fightin...
2014-04-17 Brian Paulsvga: use new inst_token_setp() helper function
2014-04-17 Brian Paulsvga: use new inst_token_predicated() helper function
2014-04-17 Kenneth Graunkei965: Retype pre-Gen6 varying pull load destination...
2014-04-17 Anuj Phogatmesa: Fix error condition for multisample proxy texture...
2014-04-17 Anuj Phogati965: Add glBlitFramebuffer to commands affected by...
2014-04-17 Anuj Phogatswrast: Add glBlitFramebuffer to commands affected...
2014-04-17 Anuj Phogati965: Fix component mask and varying_to_slot mapping...
2014-04-17 Anuj Phogati965: Fix component mask and varying_to_slot mapping...
2014-04-17 Anuj Phogati965: Put an assertion to check valid varying_to_slot...
2014-04-17 Darren Powellradeonsi: Added Diag Handler to receive LLVM Error...
2014-04-17 Marek Olšákwinsys/radeon: remove some unused code
2014-04-17 Marek Olšákwinsys/radeon: remove is_handle_added array
2014-04-17 Marek Olšákwinsys/radeon: remove local variable reloc from radeon_...
2014-04-17 Marek Olšákwinsys/radeon: remove parameter reloc from radeon_get_reloc
2014-04-17 José Fonsecautil: Add __declspec(noreturn) to _debug_assert_fail().
2014-04-17 José Fonsecaauxiliary/os,auxiliary/util: Fix the `‘noreturn’ functi...
2014-04-17 José Fonsecascons: Enable building through Clang Static Analyzer.
2014-04-17 Maarten Lankhorstgallium glsl: Fix crash with piglit fs-deref-literal...
2014-04-17 Maarten Lankhorstnouveau/vdec: small fixes to h264 handling
2014-04-17 Thomas Hellstromst/xa: Cache render target surface
2014-04-17 Rob Clarkst/xa: scissor to help tilers
2014-04-17 Rob Clarkst/xa: remove unneeded args
2014-04-17 Iago Toral... glsl: Small optimization for constant conditionals
2014-04-17 Iago Toral... glsl: Fix incorrect indentation.
2014-04-17 Chris Forbesmeta: Clip src/dest rects in BlitFramebuffer, using...
2014-04-17 Samuel Iglesias... mesa: fix check for dummy renderbuffer in _mesa_Framebu...
2014-04-17 Matt Turneri965: Don't make instructions with a null dest a barrie...
2014-04-17 Juha-Pekka... i965/fs: Change fs_visitor::emit_lrp to use MAC for...
2014-04-17 Juha-Pekka... i965/fs: Add support for the MAC instruction.
2014-04-17 Juha-Pekka... i965/vec4: Change vec4_visitor::emit_lrp to use MAC...
2014-04-17 Juha-Pekka... i965/vec4: Add support for the MAC instruction.
2014-04-17 Juha-Pekka... i965: Add writes_accumulator flag
2014-04-17 Juha-Pekka... i965: Add is_accumulator() function.
2014-04-17 Matt Turneri965: Add reads_accumulator_implicitly() function.
2014-04-17 Anuj Phogatmesa: Add error condition for integer formats in glGetT...
2014-04-17 Anuj Phogatmesa: Add helper function _mesa_is_format_integer()
2014-04-17 Anuj Phogatmesa: Fix glGetVertexAttribi(GL_VERTEX_ATTRIB_ARRAY_SIZE)
2014-04-17 Anuj Phogatglsl: Fix copy-paste error in linker_warning()
2014-04-17 Michel Dänzerr600g: Disable LLVM by default at runtime for graphics
2014-04-16 Roland Scheideggergallivm: fix compilation with llvm 3.5 r206241+
2014-04-16 José FonsecaRevert "scons: Enable building through Clang Static...
2014-04-16 Marek Olšákr600g,radeonsi: share some of gfx flush code
2014-04-16 Marek Olšákr600g,radeonsi: share r600_flush_from_st
2014-04-16 Marek Olšákr600g: merge r600_flush with r600_context_flush
2014-04-16 Marek Olšákradeonsi: merge si_flush with si_context_flush
2014-04-16 Marek Olšákgallium/radeon: create and return a fence in the flush...
2014-04-16 Marek Olšákr600g: remove redundant r600_flush_dma_from_winsys
2014-04-16 Marek Olšákwinsys/radeon: fold cs_set_flush_callback into cs_create
2014-04-16 Marek Olšákradeonsi: cleanup redundant computation of flush flags...
2014-04-16 Marek Olšákr600g: remove redundant r600_flush_from_winsys
2014-04-16 Marek Olšákwinsys/radeon: remove cs_write_reloc, add simpler cs_ge...
2014-04-16 Marek Olšákwinsys/radeon: consolidate hash table lookup
2014-04-16 José Fonsecascons: Add an analyze option.
2014-04-16 José Fonsecautil/u_debug: Add noreturn attribute to _debug_assert_f...
2014-04-16 José Fonsecascons: Enable building through Clang Static Analyzer.
2014-04-16 Iago Toral... glsl: Properly handle blocks that define the same field...
2014-04-16 Michel Dänzerr600g/radeonsi: Map transfer staging texture unsynchron...
2014-04-16 Matt TurnerRevert "i965/fs: Only sweep NOPs if register coalescing...
2014-04-15 Matt Turneri965/fs: Only sweep NOPs if register coalescing made...
2014-04-15 Eric Anholti965: Fix buffer overruns in MSAA MCS buffer clearing.
2014-04-15 Eric Anholtmeta: Add support for MSAA resolves from 2D_MS_ARRAY...
2014-04-15 Eric Anholtmeta: Add an accelerated glCopyTexSubImage using glBlit...
2014-04-15 Eric Anholtmeta: Add support for CUBE_MAP_ARRAY to generatemipmap.
2014-04-15 Eric Anholtmeta: Infer bind_fbo_image parameters from an incoming...
2014-04-15 Eric Anholtmeta: Move bind_fbo_image() code back to meta.c, to...
2014-04-15 Eric Anholtmeta: Refactor the BlitFramebuffer depth CopyTexImage...
2014-04-15 Eric Anholtmeta: Refactor the BlitFramebuffer color CopyTexImage...
2014-04-15 Eric Anholtmeta: Drop blit src size fallback.
2014-04-15 Mike Stroyani965: Avoid dependency hints on math opcodes
2014-04-15 Matt Turneri965: Expand INTEL_DEBUG to uint64_t.
2014-04-15 Matt Turnerdri: Expand driParseDebugString return value to uint64_t.
2014-04-15 Matt Turneri965/fs: Remove dead_code_eliminate_local().
2014-04-15 Matt Turneri965/fs: Clear variable from live-set if it's completel...
2014-04-15 Matt Turneri965/fs: Reimplement dead_code_elimination().
2014-04-15 Matt Turneri965/vec4: Let DCE eliminate dead writes in other basic...
2014-04-15 Matt Turneri965/gs: Add dummy source to prepare_channel_masks...
2014-04-15 Matt Turnerglsl: Use M_PI_* macros.
2014-04-15 Kenneth Graunkei965: Disable Z16 in all APIs.
2014-04-15 Kenneth Graunkei965: Update comments about Z16 being slow.
2014-04-15 Michel Dänzerr600g/radeonsi: Use caching buffer manager for textures...
2014-04-14 Jordan Justeni965/gen8: add debug code to show FS disasm with jump...
2014-04-14 Chia-I Wuilo: remove GPE state size estimation
2014-04-14 Chia-I Wuilo: remove GPE command size estimation
2014-04-14 Chia-I Wuilo: remove unused headers
2014-04-14 Chia-I Wuilo: use only defines from genhw headers
2014-04-14 Chia-I Wuilo: scripted conversion to genhw headers
2014-04-14 Chia-I Wuilo: add genhw headers
2014-04-14 Chia-I Wuilo: avoid brw_wm_barycentric_interp_mode in compiler
next