mesa.git
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.
2014-07-01 Matt Turneri965/fs: Pass cfg to calculate_live_intervals().
2014-07-01 Matt Turneri965: Mark fields in the live interval classes protected.
2014-07-01 Matt Turnerglsl: Remove now unused foreach_list* macros.
2014-07-01 Matt Turneri965: Use typed foreach_in_list_safe instead of foreach...
2014-07-01 Matt Turneri965: Use typed foreach_in_list instead of foreach_list.
2014-07-01 Matt Turneri965: Add and use foreach_inst_in_block macros.
2014-07-01 Matt Turneri965/fs: Use is_head_sentinel() instead of ->prev ...
2014-07-01 Matt Turnermesa: Add and use foreach_list_typed_safe.
2014-07-01 Matt Turnermesa: Add and use foreach_in_list_use_after.
2014-07-01 Matt Turnerglsl: Replace uses of foreach_list_const.
2014-07-01 Matt Turnerglsl: Replace another couple uses of foreach_list.
2014-07-01 Matt Turnerglsl: Use foreach_list_typed when possible.
2014-07-01 Matt Turnermesa: Use typed foreach_in_list_safe instead of foreach...
2014-07-01 Matt Turnerglsl: Use typed foreach_in_list_safe instead of foreach...
2014-07-01 Matt Turnermesa: Use typed foreach_in_list instead of foreach_list.
2014-07-01 Matt Turnerglsl: Use typed foreach_in_list instead of foreach_list.
2014-07-01 Matt Turnerglsl: Add typed foreach_in_list_safe macro.
2014-07-01 Matt Turnerglsl: Add typed foreach_in_list/_reverse macros.
2014-07-01 Axel Davymesa: fix the condition in src/loader/Makefile.am
2014-07-01 Brian Paulmesa: update comment for UniformBufferSize to indicate...
2014-07-01 Brian Paulst/mesa: fix incorrect size of UBO declarations
2014-07-01 Brian Paulst/mesa: don't use address register for constant-indexe...
2014-07-01 Brian Paulst/mesa: allow 2D indexing for all shader types in...
2014-07-01 Brian Paulst/mesa: don't ignore const buf index in src_register()
2014-07-01 Ilia Mirkinnvc0: expose 4 vertex streams, use stream ids in xfb
2014-07-01 Ilia Mirkinnvc0/ir: only merge emit/restart for identical streams
2014-07-01 Ilia Mirkinnvc0/ir: avoid creating restarts with non-0 stream
2014-07-01 Ilia Mirkinnvc0/ir: fix emitting vertex stream
2014-07-01 Ilia Mirkinmesa/st: add vertex stream support
2014-07-01 Ilia Mirkingallium: add a cap for max vertex streams
2014-07-01 Ilia Mirkingallium: add an index argument to create_query
2014-07-01 Ilia Mirkingallium: add support for stream in so info
2014-07-01 Ilia Mirkingallium: add vertex stream argument to EMIT/ENDPRIM
2014-07-01 Matt Turneri965/fs: Mark predicated PLN instructions with dependen...
2014-07-01 Matt Turneri965/fs: Predicate PLN instructions used in unlit centr...
2014-07-01 Matt Turneri965/fs: Add no_dd_{clear,check} fields to fs_inst.
2014-07-01 Matt Turneri965/fs: Let sat-prop ignore live ranges if producer...
2014-07-01 Matt Turneri965/fs: Pass const references to emit functions.
2014-07-01 Matt Turneri965/vec4: Pass const references to instruction functions.
next