swr: [rasterizer core] stop single threaded crash exit crash
[mesa.git] / src / gallium / drivers /
2016-06-23 Tim Rowleyswr: [rasterizer core] stop single threaded crash exit...
2016-06-23 Tim Rowleyswr: [rasterizer jitter] small fetch jit cleanup
2016-06-23 Tim Rowleyswr: [rasterizer core] remove old comment
2016-06-23 Tim Rowleyswr: [rasterizer jitter] cleanup supporting different...
2016-06-23 Tim Rowleyswr: [rasterizer jitter] unitialized component fix...
2016-06-23 Tim Rowleyswr: [rasterizer] add support for building avx512 version
2016-06-23 Tim Rowleyswr: [rasterizer common] fix include for Intel compiler
2016-06-23 Tim Rowleyswr: [rasterizer common] workaround clang for windows...
2016-06-23 Tim Rowleyswr: push/pop DEBUG macro around llvm includes
2016-06-23 Brian Paulsvga: rename svga_surface_copy() to svga_resource_copy_...
2016-06-23 Brian Paulsvga: don't copy blit_info into local var
2016-06-23 Charmaine Leesvga: fix texture array update regression
2016-06-23 Charmaine Leesvga: fix index/vertex buffer surface reference at...
2016-06-23 Charmaine Leesvga: fix vertex buffer references in the hw state
2016-06-23 Charmaine Leesvga: fix index buffer reference in the hw state
2016-06-22 Ilia Mirkinnv50,nvc0: fix start_instance in manual push path
2016-06-21 Marek Olšákradeonsi: add a debug flag for unsafe math LLVM optimiz...
2016-06-21 Marek Olšákradeonsi: use u_blitter for mipmap generation
2016-06-20 Rob Clarkgallium: make image_view const
2016-06-20 Rob Clarkgallium: make constant_buffer const
2016-06-20 Rob Clarkgallium: make shader_buffers const
2016-06-20 Nicolai Hähnleradeonsi: use trapezoid distribution for tess on Fiji...
2016-06-20 Nicolai Hähnleradeonsi/sid: add Fiji+ tesselation distribution mode
2016-06-20 Nicolai Hähnleradeonsi: emit PA_SC_RASTER_CONFIG_1 only once
2016-06-20 Nicolai Hähnleradeonsi: fix calculation of valid RB mask per SE
2016-06-20 Nicolai Hähnleradeonsi: raise SI_PM4_MAX_DW
2016-06-19 Ilia Mirkinnvc0: don't make use of push hint if there are no non...
2016-06-19 Ilia Mirkingk104/ir: fix tex use generation to be more careful...
2016-06-18 Ilia Mirkinnv50: add support for GL_EXT_window_rectangles
2016-06-18 Ilia Mirkinnvc0: add support for GL_EXT_window_rectangles
2016-06-18 Ilia Mirkingallium: add PIPE_CAP_MAX_WINDOW_RECTANGLES to all...
2016-06-18 Samuel Pitoisetnv50/ir: add missing strings for some recent sysvals
2016-06-17 Bruce Cherniakswr: Update screen->context pointer with multiple contexts.
2016-06-17 Tim Rowleyswr: switch from overriding -march to selecting features
2016-06-15 Rob Herringvc4: fix vc4_resource_from_handle() stride calculation
2016-06-15 Nicolai Hähnleradeonsi: fix undefined left-shift into sign bit
2016-06-14 Marek Olšákgallium/radeon: num-cs-flushes query should display...
2016-06-14 Marek Olšákgallium/radeon: add driver queries for compute/dma...
2016-06-14 Marek Olšákradeonsi: don't generate "ret void undef"
2016-06-14 Marek Olšákradeonsi: try to hit direct hw MSAA resolve by changing...
2016-06-14 Marek Olšákradeonsi: clarify the MSAA resolve limitation with...
2016-06-14 Marek Olšákgallium/radeon: add micro_tile_mode to radeon_surf
2016-06-14 Roland Scheideggerllvmpipe: hack-fix bugs due to bogus bind flags
2016-06-14 Rob Clarkfreedreno: support start param for sampler views/states
2016-06-14 Rob Clarkfreedreno: only do extra vertex-buffer state logic...
2016-06-14 Rob Clarkfreedreno: use util_copy_constant_buffer() helper
2016-06-14 Stephan Bergmannnv50/ir: make Graph destructor virtual
2016-06-13 Samuel Pitoisetnvc0/ir: clamp the UBO index for compute on Kepler
2016-06-13 Marek Olšákradeonsi: enable scratch coalescing
2016-06-13 Rob HerringAndroid: move libdrm settings to top-level Android...
2016-06-13 Emil Velikovswr: automake: add missing -I flag
2016-06-13 Chuck Atkinsswr: Add missing headers for package inclusion
2016-06-11 Ilia Mirkinnv50: reinstate dedicated constbuf push path
2016-06-11 Ilia Mirkinnv50: enable indirect addressing of fragment shader...
2016-06-10 Brian Paulllvmpipe: turn on pipe cap for GL_ARB_copy_image support
2016-06-10 Brian Paulllvmpipe: don't use 3-component formats, except 32...
2016-06-10 Brian Paulsoftpipe: turn on pipe cap for GL_ARB_copy_image support
2016-06-10 Brian Paulsoftpipe: don't use 3-component formats
2016-06-10 Dave Airlieradeonsi: convert to 64-bitness checks instead of doubles.
2016-06-10 Jose Fonsecagallivm: Use llvm.fmuladd.*.
2016-06-10 Bas Nieuwenhuizenradeonsi: Reinitialize all descriptors in CE preamble.
2016-06-09 Tim Rowleyswr: implement clipPlanes/clipVertex/clipDistance/cullD...
2016-06-08 Marek Olšákradeonsi: improve the computation and comment of scratc...
2016-06-08 Marek Olšákradeonsi: print the number of spilled VGPRs
2016-06-08 Marek Olšákgallium/radeon: remove dead code creating LLVMTargetMachine
2016-06-08 Marek Olšákradeonsi: don't enable scratch just for SGPR spills
2016-06-08 Marek OlšákRevert "radeonsi: allow direct hw MSAA resolve for...
2016-06-07 Marek Olšákradeonsi: re-enable PBO ReadPixels acceleration
2016-06-07 Marek Olšákradeonsi: allow MSAA resolving into a texture that...
2016-06-07 Marek Olšákgallium/radeon: move DCC clearing into a separate function
2016-06-07 Marek Olšákradeonsi: allow direct hw MSAA resolve for scanout...
2016-06-07 Marek Olšákradeonsi: don't allocate DCC for the temporary MSAA...
2016-06-07 Marek Olšákradeonsi: don't enable DCC in the sampler if first_leve...
2016-06-07 Marek Olšákwinsys/amdgpu: enable DCC for mipmapped textures
2016-06-07 Marek Olšákgallium/radeon: don't disable DCC because of SDMA
2016-06-07 Marek Olšákradeonsi: don't flag renderbuffer feedback loop if...
2016-06-07 Marek Olšákradeonsi: add per-level dcc_enabled flags
2016-06-07 Marek Olšákradeonsi: compute DCC register parameters in si_emit_fr...
2016-06-07 Marek Olšákgallium/radeon: add an assertion checking the validity...
2016-06-07 Marek Olšákgallium/radeon: don't allocate DCC for non-renderable...
2016-06-07 Nicolai Hähnleradeonsi: enable WQM in PS prolog when needed
2016-06-07 Tim Rowleyswr: fix provoking vertex
2016-06-07 Ilia Mirkingk104/ir: fix conditions for adding a texbar
2016-06-07 Nicolai Hähnleradeonsi: keep track of dirty descriptor sets
2016-06-07 Nicolai Hähnleradeonsi: move si_descriptors into a per-context array
2016-06-07 Nicolai Hähnleradeonsi: pass shader stage to si_disable_shader_image
2016-06-07 Nicolai Hähnleradeonsi: access descriptor sets via local variables
2016-06-07 Nicolai Hähnleradeonsi: add si_set_rw_buffer to be used for internal...
2016-06-07 Nicolai Hähnleradeonsi: pass shader stage to si_set_shader_image
2016-06-07 Nicolai Hähnleradeonsi: pass shader stage to si_set_sampler_view
2016-06-07 Nicolai Hähnleradeonsi: move descriptor set begin_new_cs handling...
2016-06-07 Nicolai Hähnleradeonsi: move enabled_mask out of si_descriptors
2016-06-07 Marek Olšákgallium/radeon: add support for sharing textures with...
2016-06-07 Marek Olšákgallium/radeon: don't discard DCC if an external user...
2016-06-07 Dave Airliei915: fix typo CAP.
2016-06-07 Ilia Mirkinnvc0: add support for VOTE tgsi opcodes
2016-06-07 Ilia Mirkingallium: add PIPE_CAP_TGSI_VOTE for when the VOTE ops...
2016-06-06 Samuel Pitoisetnv50/ir: use round toward 0 when converting doubles...
2016-06-06 Marek Olšákgallium/radeon: don't re-set BO metadata after CMASK...
2016-06-06 Marek Olšákradeonsi: add a performance tweak for 4 SE parts
next