radeonsi: use tgsi_shader_info to get a list of GS outputs
[mesa.git] / src /
2014-10-03 Ilia Mirkinfreedreno/ir3: avoid fan-in sources referring to same...
2014-10-03 Rob Clarkfreedreno/a3xx: emit all immediates in one shot
2014-10-03 Ilia Mirkinfreedreno: instanced drawing/compute not yet supported
2014-10-03 Dave Airliemesa: fix GetTexImage for 1D array depth textures
2014-10-03 Tomasz Figast/mesa: Fix paths used in Android builds
2014-10-03 Tomasz Figast/mesa: Generate format_info.c in Android builds
2014-10-03 Tomasz Figautil: Include in Android builds
2014-10-02 Jason Ekstrandi965/fs: Use the correct base_mrf for spilling pairs...
2014-10-02 Jason Ekstrandi965/fs: Add a MAX_GRF_SIZE define and use it various...
2014-10-02 Jason Ekstrandi965/fs: Use the actual regsister width in brw_reg_from...
2014-10-02 Jason Ekstrandi965/fs_fp: Use null_reg from fs_visitor instead of...
2014-10-02 Rob Clarkfreedreno/a3xx: handle large shader program sizes
2014-10-02 Rob Clarkfreedreno: update generated headers
2014-10-02 Ilia Mirkinfreedreno: dual-source render targets are not supported
2014-10-02 Ilia Mirkingallium/hud: use u_sampler_view_default_template helper
2014-10-02 Iago Toral Quirogaglsl: Fix memory leak in builtin_builder::_image_prototype.
2014-10-02 Tapani Pällimesa: relax draw api validation on ES2
2014-10-02 Ilia Mirkinglsl: make consistent use of DECLARE_RALLOC_CXX_OPERATORS
2014-10-02 Eric Anholtvc4: Fix the mapping of the minification filter to...
2014-10-02 Eric Anholtvc4: Make the last static array in vc4_program.c dynami...
2014-10-02 Eric Anholtvc4: Fix some broken indentation.
2014-10-02 Eric Anholtvc4: Add support for the FACE semantic.
2014-10-02 Eric Anholtvc4: Add support for TGSI_OPCODE_CLAMP.
2014-10-02 Eric Anholtvc4: Fix compiler warning
2014-10-01 Anuj Phogatmeta: Fix make check failures in setup_glsl_msaa_blit_s...
2014-10-01 Brian Paulmesa: fix _mesa_alloc_dispatch_table() declaration
2014-10-01 Roland Scheideggermeta: (trivial) remove accidental double semicolon
2014-10-01 Anuj Phogati965: Enable EXT_framebuffer_multisample_blit_scaled...
2014-10-01 Anuj Phogatmeta: Implement ext_framebuffer_multisample_blit_scaled...
2014-10-01 Anuj Phogati965: Initialize the SampleMap{2,4,8}x variables
2014-10-01 Anuj Phogatmesa: Add new variables in gl_context to store sample...
2014-10-01 Leo Liust/va: implement vlVa(Query|Create|Get|Put|Destroy...
2014-10-01 Christian Königst/va: implement Picture functions for mpeg2 h264 and vc1
2014-10-01 Christian Königst/va: implement Context Surface and Buffer
2014-10-01 Christian Königst/va: implement vlVa(Create|Destroy|Query|Get)Config
2014-10-01 Christian Königst/va: skeleton VAAPI state tracker
2014-10-01 Leo Liust/vdpau: move common functions to util
2014-10-01 Rob Clarkfreedreno: max-texture-lod-bias should be 15.0f
2014-10-01 Kenneth Graunkemesa: Avoid flagging _NEW_VIEWPORT on redundant viewpor...
2014-10-01 Kenneth Graunkei965: Drop CACHE_NEW_VS_PROG from the gen7_sf_state...
2014-10-01 Kenneth Graunkei965: Drop brwBindProgram driver hook.
2014-10-01 Kenneth Graunkei965: Add missing /* BRW_NEW_FRAGMENT_PROGRAM */ comments.
2014-10-01 Kenneth Graunkei965: Use "1ull" instead of "1" in BRW_NEW_* defines.
2014-10-01 Kenneth Graunkei965: Use ~0ull when flagging all BRW_NEW_* dirty flags.
2014-10-01 Kenneth Graunkei965: Fix INTEL_DEBUG=state to work with 64-bit dirty...
2014-10-01 Kenneth Graunkei965: Delete CACHE_NEW_BLORP_CONST_COLOR_PROG.
2014-10-01 Chris Forbesi965: Fix typo in comment
2014-10-01 Chris Forbesi965: Fix spelling of GEN7_SAMPLER_EWA_ANISOTROPIC_ALGO...
2014-10-01 Vinson Leellvmpipe: Add missing LLVMGetGlobalContext() arg in...
2014-10-01 Keith Packardglx/dri3: Provide error diagnostics when DRI3 allocatio...
2014-10-01 Keith Packardglx/dri3: Use four buffers until X driver supports...
2014-10-01 Jason Ekstrandi965/fs: Fix the build
2014-10-01 Jason Ekstrandi965/fs: Fix an uninitialized value warnings
2014-10-01 Roland Scheideggergalahad: fix indirect draw
2014-10-01 Roland Scheideggergalahad: (trivial) handle cubemap arrays
2014-10-01 Matt Turneri965/fs: Emit compressed BFI2 instructions on Gen > 7.
2014-10-01 Matt Turneri965/fs: Allow SIMD16 borrow/carry/64-bit multiply...
2014-10-01 Matt Turneri965/fs: Set MUL source type to W/UW in 64-bit mul...
2014-10-01 Matt Turneri965/fs: Optimize sqrt+inv into rsq.
2014-10-01 Matt Turneri965/vec4: Optimize sqrt+inv into rsq.
2014-10-01 Matt Turneri965/vec4: Call opt_algebraic after opt_cse.
2014-10-01 Matt Turneri965/fs: Extend predicated break pass to predicate...
2014-09-30 Mathias Fröhlichgallivm: Fix build for LLVM 3.2
2014-09-30 Rob Clarkfreedreno: destroy transfer pool after blitter
2014-09-30 Rob Clarkfreedreno/lowering: fix token calculation for lowering
2014-09-30 Ian Romanicki965/fs: Don't make a name for a vector splitting temporary
2014-09-30 Ian Romanickglsl: Don't make a name for the function return variable
2014-09-30 Ian Romanickglsl: Don't allocate a name for ir_var_temporary variables
2014-09-30 Ian Romanickglsl: Use ir_var_temporary for compiler generated tempo...
2014-09-30 Ian Romanickglsl: Add context-level controls for whether temporarie...
2014-09-30 Ian Romanickglsl: Never put ir_var_temporary variables in the symbo...
2014-09-30 Ian Romanickglsl: Add the possibility for ir_variable to have a...
2014-09-30 Ian Romanickglsl: Store ir_variable_data::_num_state_slots and...
2014-09-30 Ian Romanickglsl: Squish ir_variable::max_ifc_array_access and...
2014-09-30 Ian Romanickglsl: Make ir_variable::num_state_slots and ir_variable...
2014-09-30 Ian Romanickglsl: Make ir_variable::max_ifc_array_access private
2014-09-30 Ian Romanickglsl: Store ir_variable::depth_layout using 3 bits
2014-09-30 Ian Romanickglsl: Replace ir_variable::warn_extension pointer with...
2014-09-30 Ian Romanickglsl: Use accessors for ir_variable::warn_extension
2014-09-30 Ian Romanickglsl: Eliminate unused built-in variables after compilation
2014-09-30 Ian Romanickglsl: Validate that built-in uniforms have backing...
2014-09-30 Eric Anholtvc4: Don't forget to store stencil along with depth...
2014-09-30 Mathias Fröhlichllvmpipe: Reuse llvmpipes LLVMContext in the draw context.
2014-09-30 Mathias Fröhlichllvmpipe: Make a llvmpipe OpenGL context thread safe.
2014-09-30 Mathias Fröhlichllvmpipe: Use two LLVMContexts per OpenGL context inste...
2014-09-30 Jason Ekstrandi965/brw_reg: Make the accumulator register take an...
2014-09-30 Brian Paulllvmpipe: move lp_jit_screen_init() call after allocati...
2014-09-30 Brian Paultgsi: fix Semantic.Name assignment in tgsi_transform_in...
2014-09-30 Brian Paulutil: simplify PIPE_TEXTURE_CUBE case in util_max_layer()
2014-09-30 Brian Paulsoftpipe: don't special case PIPE_TEXTURE_CUBE in softp...
2014-09-30 Brian Paulllvmpipe: remove special case for PIPE_TEXTURE_CUBE...
2014-09-30 Brian Paulgallium: add doc note about cube textures and can_creat...
2014-09-30 Brian Paulst/mesa: remove unneded PIPE_TEXTURE_CUBE check in...
2014-09-30 Eric Anholtmesa: Drop the always-software-primitive-restart paths.
2014-09-30 Eric Anholtgallium: Drop software-only primitive restart support.
2014-09-30 Jason Ekstrandi965/fs: Properly calculate the number of instructions...
2014-09-30 Jason Ekstrandi965/fs: Use the GRF for FB writes on gen >= 7
2014-09-30 Jason Ekstrandi965/fs: Handle COMPR4 in LOAD_PAYLOAD
2014-09-30 Jason Ekstrandi965/fs: Constant propagate into LOAD_PAYLOAD
2014-09-30 Jason Ekstrandi965/fs: Add split_virtual_grfs and compute_to_mrf...
next