gallium/hud: fix a problem where objects are free'd while in use.
[mesa.git] / src / gallium /
2016-11-07 Steven Tothgallium/hud: fix a problem where objects are free'd...
2016-11-06 Serge Martinclover: Add CL_PROGRAM_BINARY_TYPE support (CL1.2).
2016-11-06 Serge Martinclover: add missing clGetDeviceInfo CL1.2 queries
2016-11-05 Samuel Pitoisetnvc0: get rid of NVE4_COMPUTE_MP_PM_{A,B}_SIGSEL_XXX
2016-11-05 Samuel Pitoisetgm107/ir: emit RED instead of ATOM when no dst
2016-11-05 Mauro Rossiandroid: amd/common: add support for libmesa_amd_common
2016-11-05 Marek Olšákwinsys/radeon: don't call surface_best for FMASK
2016-11-04 Eric Anholtvc4: Use Newton-Raphson on the 1/W write to fix glmark2...
2016-11-04 Eric Anholtvc4: Make sure that vertex shader texture2D() calls...
2016-11-04 Nicolai Hähnleradeonsi: fix vertex fetches for 2_10_10_10 formats
2016-11-04 Dave AirlieRevert "st/vdpau: use linear layout for output surfaces"
2016-11-04 Marek Olšákradeonsi: fix an assertion failure in si_decompress_sam...
2016-11-04 Nicolai Hähnleradeonsi: enable GLSL 4.50
2016-11-04 Michel Dänzergallium/radeon: Multiply bpe by nsamples in surf_winsys...
2016-11-04 Michel Dänzergallium/radeon: Use flags parameter in radeon_winsys_su...
2016-11-04 Michel Dänzergallium/radeon: Only convert stencil info if RADEON_SUR...
2016-11-04 Michel Dänzergallium/radeon: Only loop up to last_level for drm...
2016-11-04 Eric Anholtvc4: Add miptree/texture state support for ETC1 compres...
2016-11-04 Eric Anholtvc4: Fix use of undefined values since the ralloc zeroi...
2016-11-04 Roland Scheideggerdraw: fix undefined input handling some more...
2016-11-03 Brian Paulgallium/hud: call fflush() after printing error messages
2016-11-03 Brian Paulsvga: move svga_mark_surfaces_dirty() prototype to...
2016-11-03 Brian Paulsvga: whitespace / formatting clean-up in svga_context.c
2016-11-03 Brian Paulsvga: collect stats for time spent in svga_context_finish()
2016-11-03 Charmaine Leesvga: invalidate new surface before it is bound to...
2016-11-03 Charmaine LeeRevert "svga: use untyped surface formats in most cases"
2016-11-03 Charmaine Leesvga: allow quad blit for more formats
2016-11-03 Charmaine Leesvga: create BGRX render target view for BGRX_UNORM...
2016-11-03 Charmaine Leesvga: add a helper function to check for typeless format
2016-11-03 Brian Paulsvga: add SVGA_NEW_FRAME_BUFFER to svga_hw_tss_binding...
2016-11-03 Charmaine Leesvga: allow copy_region if sample counts match
2016-11-03 Charmaine Leesvga: set rendered-to flag after updating the texture...
2016-11-03 Charmaine Leesvga: add can_use_upload flag
2016-11-03 Charmaine Leesvga: fix texture upload path condition
2016-11-03 Charmaine Leesvga: set rendered_to flag with texture uploaded using...
2016-11-03 Neha Bhendesvga: Add render_condition boolean flag in struct svga_...
2016-11-03 Neha Bhendesvga: Allow DXPredCopyRegion for depth_and_stencil...
2016-11-03 Neha Bhendesvga: fix memory leak in svga_clear_texture()
2016-11-03 Thomas Hellstromsvga: Implement the pipe clear_render_target functional...
2016-11-03 Charmaine Leesvga: add SVGA_3D_CMD_INVALIDATE_GB_SURFACE support
2016-11-03 Nicolai Hähnlepipe-loader: add libamd_common for radeonsi
2016-11-03 Nicolai Hähnleradeonsi: generate GS prolog to (partially) fix triangl...
2016-11-03 Nicolai Hähnleradeonsi: remove si_shader_context::is_gs_copy_shader
2016-11-03 Nicolai Hähnleradeonsi: make the GS copy shader owned by the GS selector
2016-11-03 Nicolai Hähnleradeonsi: si_shader_vs only depends on the GS selector
2016-11-03 Nicolai Hähnleradeonsi: si_vgt_gs_mode only depends on the selector
2016-11-03 Nicolai Hähnleradeonsi: make si_generate_gs_copy_shader usable as...
2016-11-03 Nicolai Hähnleradeonsi: unify the si_compile_* functions for prologs...
2016-11-03 Nicolai Hähnleradeonsi: get rid of no_{prolog,epilog}
2016-11-03 Nicolai Hähnleradeonsi: get rid of si_llvm_emit_fs_epilogue
2016-11-03 Nicolai Hähnleradeonsi: get rid of get_interp_param
2016-11-03 Nicolai Hähnleradeonsi: get rid of select_interp_param
2016-11-03 Nicolai Hähnleradeonsi: use TCS epilog for monolithic shaders
2016-11-03 Nicolai Hähnleradeonsi: extract si_build_tcs_epilog_function
2016-11-03 Nicolai Hähnleradeonsi: use VS epilog for monolithic TES
2016-11-03 Nicolai Hähnleradeonsi: use VS prolog and epilog for monolithic shaders
2016-11-03 Nicolai Hähnleradeonsi: extract si_build_vs_{prolog,epilog}_function
2016-11-03 Nicolai Hähnleradeonsi: use PS prolog for monolithic shaders
2016-11-03 Nicolai Hähnleradeonsi: set num_input_vgprs for fragment shaders...
2016-11-03 Nicolai Hähnleradeonsi: extract si_build_ps_prolog_function
2016-11-03 Nicolai Hähnleradeonsi: use PS epilog for monolithic shaders
2016-11-03 Nicolai Hähnleradeonsi: extract si_build_ps_epilog_function
2016-11-03 Nicolai Hähnleradeonsi: pass the function name to si_llvm_create_func
2016-11-03 Nicolai Hähnleradeonsi: split is_monolithic into no_prolog and no_epilog
2016-11-03 Nicolai Hähnleradeonsi: free data structures when shader compiles...
2016-11-03 Nicolai Hähnleradeonsi: move main TGSI translation into its own function
2016-11-03 Nicolai Hähnleradeonsi: add always-inline pass to si_llvm_finalize_module
2016-11-03 Nicolai Hähnleradeonsi: fix signature of export intrinsic in VS epilog
2016-11-03 Nicolai Hähnleradeonsi: link against amd_common
2016-11-02 Samuel Pitoisetnv50,nvc0: stop limiting the number of active queries...
2016-11-02 Samuel Pitoisetnvc0: add new warp_nonpred_execution_efficiency metric...
2016-11-02 Samuel Pitoisetnvc0: add missing metric-issue_slot on SM35
2016-11-02 Samuel Pitoisetnvc0: do not expose metric-inst_issued twice on SM35
2016-11-02 Samuel Pitoisetnvc0: add new warp_execution_efficiency metric on SM30+
2016-11-02 Samuel Pitoisetnvc0: respect 80-chars for perf metrics descriptions
2016-11-02 Samuel Pitoisetnvc0: sort performance metrics alphabetically
2016-11-02 Samuel Pitoisetnv50: add missing draw_calls_indexed driver stat
2016-11-02 Nicolai Hähnleradeonsi: fix BFE/BFI lowering for GLSL semantics
2016-11-02 Nicolai Hähnletgsi: align the definition of BFI & [UI]BFE with GLSL
2016-11-01 Marek Olšákgallium/radeon: add enum radeon_micro_mode
2016-11-01 Marek Olšákgallium/radeon: make it clear that DRM 2.x.x fast clear...
2016-11-01 Marek Olšákgallium/radeon: remove r600_surface::level_info
2016-11-01 Marek Olšákgallium/radeon: add radeon_surf::is_linear
2016-11-01 Marek Olšákgallium/radeon: remove radeon_surf_level::pitch_bytes
2016-11-01 Marek Olšákgallium/radeon: don't call u_format helpers if we have...
2016-11-01 Marek Olšákgallium/radeon: replace radeon_surf_info::dcc_enabled...
2016-11-01 Marek Olšákradeonsi: add a driver query for counting CP DMA calls
2016-11-01 Marek Olšákradeonsi: add a driver query for shader cache hits
2016-11-01 Samuel Pitoisetnvc0: do not duplicate similar performance metrics
2016-10-31 Leo Liust/omx/dec: disable tunnel for size different case
2016-10-31 Leo Liust/omx/dec: result buffers size should match codec...
2016-10-31 George Kyriazisswr: [rasterizer] added EventHandlerFile contructor
2016-10-31 George Kyriazisswr: [rasterizer core] Frontend dependency work
2016-10-31 George Kyriazisswr: [rasterizer core] Refactor/cleanup backends
2016-10-31 George Kyriazisswr: [rasterizer core] Remove deprecated simd intrinsics
2016-10-31 George Kyriazisswr: [rasterizer archrast] Add thread tags to event...
2016-10-31 Marek Olšákralloc: use rzalloc where it's necessary
2016-10-30 Serge Martinclover: Implement clGetExtensionFunctionAddressForPlatform.
2016-10-30 Vedran Miletićclover: Introduce CLOVER_EXTRA_*_OPTIONS environment...
2016-10-30 Vedran Miletićclover: Pass unquoted compiler arguments to Clang
next