mesa.git
2014-07-08 Marek Olšákradeonsi: mark MSAA config state as dirty at the beginn...
2014-07-08 Marek Olšákgallium: fix u_default_transfer_inline_write for textures
2014-07-08 Matt Turneri965: Remove artificial dependency between math instruc...
2014-07-08 Matt Turneri965/fs: Track dependencies in instruction scheduling...
2014-07-08 Jon TURNEYconfigure: Don't special case Cygwin to use gnu99,...
2014-07-08 Chia-I Wuilo: fix fence reference counting
2014-07-08 Kristian Høgsbergi965: Extend compute-to-mrf pass to understand blocks...
2014-07-08 Ilia Mirkinnvc0/ir: fill offset in properly for TXD
2014-07-08 Ilia Mirkinnvc0/ir: use manual TXD when offsets are involved
2014-07-08 Ilia Mirkinnvc0/ir: do quadops on the right texture coordinates...
2014-07-08 Ilia Mirkinnv50/ir: ignore bias for samplerCubeShadow on nv50
2014-07-08 Ilia Mirkinnv50/ir: retrieve shadow compare from first arg
2014-07-07 Carl Worthdocs: Import 10.2.3 release notes
2014-07-07 Matt Turneri965/fs: Disable unlit_centroid_workaround on Haswell.
2014-07-07 Matt Turneri965/vec4: Perform CSE on CMP(N) instructions.
2014-07-07 Matt Turneri965/vec4: Don't emit null MOVs in CSE.
2014-07-07 Matt Turneri965/vec4: Improve CSE performance by expiring some...
2014-07-07 Kenneth Graunkei965/vec4: Add basic common subexpression elimination.
2014-07-07 Matt Turneri965: Fix warnings introduced in commit e24ef5ab.
2014-07-06 Christian Königgallium/radeon: use PRIX64 instead of PRIu64
2014-07-06 Matt Turneri965: Move assembly annotation functions to intel_asm_a...
2014-07-06 Matt Turneri965: Rename intel_asm_printer -> intel_asm_annotation.
2014-07-06 Matt Turneri965: Make backend_instruction usable from C.
2014-07-06 Matt Turneri965/cfg: Make cfg_t usable from C.
2014-07-06 Matt Turneri965: Repack backend_instruction struct.
2014-07-06 Matt Turneri965: Make a brw_predicate enum.
2014-07-06 Matt Turneri965: Make a brw_conditional_mod enum.
2014-07-06 Matt Turneri965: Move common fields into backend_instruction.
2014-07-06 Matt Turneri965: Use enum brw_reg_type for register types.
2014-07-06 Matt Turneri965: Move is_zero/one/null/accumulator into backend_reg.
2014-07-06 Matt Turneri965: Make a common backend_reg class.
2014-07-06 Matt Turneri965: Drop imm union from visitor register classes.
2014-07-06 Matt Turneri965: Use immediate storage in brw_reg for visitor...
2014-07-05 Andreas Bolldocs: add news item for mesa-demos 8.2.0 release
2014-07-04 Chris Forbesglsl: Fix merging of layout(invocations) with other...
2014-07-04 Ilia Mirkinnvc0: add a memory barrier when there are persistent...
2014-07-04 Ilia Mirkinnv50: do an explicit flush on draw when there are persi...
2014-07-04 Ilia Mirkinnv50: disable dedicated ubo upload method
2014-07-03 Ilia Mirkingallium: rename PIPE_CAP_TGSI_VS_LAYER to also have...
2014-07-03 Ilia Mirkinmesa/st: enable AMD_vertex_shader_viewport_index
2014-07-03 Ilia Mirkinr600g: allow vs to write to gl_ViewportIndex
2014-07-03 Thomas Hellstromsvga: Don't unnecessarily reemit BindGBShader commands v2
2014-07-03 Aaron Watryradeon/llvm: Allocate space for kernel metadata operands
2014-07-03 Samuel Iglesias... glsl: fix duplicated layout qualifier detection for GS
2014-07-03 Brian Paulsvga: add switch cases for PIPE_SHADER_CAP_DOUBLES
2014-07-03 Thomas Hellstromst/xa: Don't close the drm fd on failure v2
2014-07-03 Michel DänzerRevert "radeonsi: Use dma_copy when possible for si_blit."
2014-07-03 Ilia Mirkini965: expose AMD_vertex_shader_viewport_index on gen7+
2014-07-03 Ilia Mirkinglsl: add support for AMD_vertex_shader_viewport_index
2014-07-03 Ilia Mirkinmesa: add support for AMD_vertex_shader_viewport_index
2014-07-03 Ilia Mirkinmesa/st: enable ARB_fragment_layer_viewport
2014-07-02 Eric Anholti965/gen6: Add a spec citation about push constant...
2014-07-02 Eric Anholti965: Add a comment about null renderbuffer surfaces...
2014-07-02 Eric Anholti965: Update a ton of comments about constant buffers.
2014-07-02 Eric Anholti965: Merge VS/GS and WM pull constant buffer upload...
2014-07-02 Eric Anholti965/gen6+: Merge VS/GS and WM push constant buffer...
2014-07-02 Eric Anholti965: Move dispatch_grf_start_reg and first_curbe_grf...
2014-07-02 Eric Anholti965: Fix state flags for gen4/5 CURBE.
2014-07-02 Eric Anholti965: Remove a dead define.
2014-07-02 Eric Anholti965: Reuse libdrm's header for AUB definitions.
2014-07-02 Eric Anholti965: Fix stale comments about the state cache.
2014-07-02 Eric Anholti965: Fix stale binding table comment.
2014-07-02 Eric Anholti965: Drop the memcmp for finding duplicated CURBE...
2014-07-02 Eric Anholti965: Reuse intel_upload.c for gen4/5 constant buffers.
2014-07-02 Tom Stellardgallium: Add PIPE_SHADER_CAP_DOUBLES
2014-07-02 Matt Arsenaultclover: Fix not setting build log if the build succeeds v2
2014-07-02 Francisco Jerezclover: Have compat::string allocate its own memory.
2014-07-02 Tom Stellardgallium/radeon: Only print a message for LLVM diagnosti...
2014-07-02 Tom Stellardradeon/llvm: Use the llvm.rsq.clamped intrinsic for RSQ
2014-07-02 Ilia Mirkinr600g: allow viewport index/layer to be sent to ps
2014-07-02 Emil Velikovtargets/dri: allow duplicated symbols
2014-07-02 Emil Velikovst/dri: Remove the old libdridrm library
2014-07-02 Emil Velikovtargets/dri-vmwgfx: Convert to static/shared pipe-drivers
2014-07-02 Emil Velikovtargets/dri-ilo: Convert to static/shared pipe-driver
2014-07-02 Emil Velikovtargets/dri-i915: Convert to static/shared pipe-drivers
2014-07-02 Emil Velikovtargets/dri-freedreno: Convert to static/shared pipe...
2014-07-02 Emil Velikovtargets/(r300|r600|radeonsi)/dri: Convert to static...
2014-07-02 Emil Velikovtargets/dri-nouveau: Convert to static/shared pipe...
2014-07-02 Emil Velikovst/dri/drm: Add a second libdridrm library
2014-07-02 Emil Velikovst/dri: Allow separate dri-targets
2014-07-02 Emil Velikovtargets/dri-swrast: use drm aware dricommon when buildi...
2014-07-02 Ilia Mirkindocs: update hw-dependent bits of ARB_gpu_shader5
2014-07-02 Ilia Mirkinnvc0: add missed PIPE_CAP_DRAW_INDIRECT
2014-07-01 Roland Scheideggerllvmpipe: get rid of llvmpipe_get_texture_tile_linear
2014-07-01 Roland Scheideggerllvmpipe: get rid of llvmpipe_get_texture_image
2014-07-01 Roland Scheideggerllvmpipe: get rid of llvmpipe_get_texture_image_all
2014-07-01 Roland Scheideggerllvmpipe: allocate regular texture memory upfront
2014-07-01 Roland Scheideggerllvmpipe: get rid of linear_img struct
2014-07-01 Roland Scheideggerllvmpipe: (trivial) rename linear_mip_offsets to mip_of...
2014-07-01 Roland Scheideggertarget-helpers: don't use designated initializers
2014-07-01 Christoph Bumillerst/mesa: add support for indirect drawing
2014-07-01 Marek Olšákgallium/u_vbuf: get draw info from an indirect buffer...
2014-07-01 Christoph Bumillergallium: add facilities for indirect drawing
2014-07-01 Christoph Bumillergallium: add PIPE_BIND_COMMAND_ARGS_BUFFER
2014-07-01 Dave Airliexmlconfig/dri: bool -> unsigned char
2014-07-01 Cody Northropi965/fs: Update discard jump to preserve uniform loads...
2014-07-01 Matt Turneri965/fs: Mark case unreachable to silence warning.
2014-07-01 Matt Turneri965: Use unreachable() instead of unconditional assert().
2014-07-01 Matt Turnermesa: Make unreachable macro take a string argument.
2014-07-01 Matt Turneri965/vec4: Remove useless conditionals.
next