winsys/svga: Add an environment variable to force host-backed operation
[mesa.git] / src /
2019-05-02 Thomas Hellstromwinsys/svga: Add an environment variable to force host...
2019-05-02 Samuel Pitoisetac: tidy up ac_build_llvm8_tbuffer_{load,store}
2019-05-02 Samuel Pitoisetradv: implement a workaround for VK_EXT_conditional_ren...
2019-05-02 Samuel Pitoisetradv: fix color conversions for normalized uint/sint...
2019-05-02 Samuel Pitoisetradv: do not need to force emit the TCS regs on Vega20
2019-05-02 Jason Ekstrandutil/bitset: Return an actual bool from test macros
2019-05-02 Brian Paulglsl: work around MinGW 7.x compiler bug
2019-05-02 Brian Paulllvmpipe: init some vars to NULL to silence MinGW compi...
2019-05-02 Marek Olšákradeonsi: set sampler state and view functions for...
2019-05-02 Marek Olšákradeonsi: use new atomic LLVM helpers
2019-05-02 Marek Olšákst/mesa: don't flush the front buffer if it's a pbuffer
2019-05-02 Marek Olšákmesa: fix pbuffers because internally they are front...
2019-05-02 Marek Olšákmesa: rework error handling in glDrawBuffers
2019-05-02 Bas Nieuwenhuizenradv: Restrict YUVY formats to 1 layer.
2019-05-02 Bas Nieuwenhuizenradv: Set is_array in lowered ycbcr tex instructions.
2019-05-02 Bas Nieuwenhuizenradv: Fix hang width YCBCR array textures.
2019-05-02 Erico Nuneslima/gpir: add limit of max 512 instructions
2019-05-01 Alyssa Rosenzweigpanfrost: Fix blend shader upload
2019-05-01 Alyssa Rosenzweigpanfrost/decode: Hit MRT blend shader enable bits
2019-05-01 Alyssa Rosenzweigpanfrost: Remove shader dump
2019-05-01 David Rileyvirgl: Re-use and extend queue transfers for intersecti...
2019-05-01 David Rileyvirgl: Allow transfer queue entries to be found and...
2019-05-01 David Rileyvirgl: Store mapped hw resource with transfer object.
2019-05-01 Kenneth Graunkeiris: Fix imageBuffer and PBO download.
2019-05-01 Dave Airlier600: reset tex array override even when no view bound
2019-05-01 Ian Romanicknir: Saturating integer arithmetic is not associative
2019-05-01 Eric Engestromutil: move #include out of #if linux
2019-05-01 Alok Hotaswr/rast: Add general SWTag statistics
2019-05-01 Alok Hotaswr/rast: Add string handling to AR event framework
2019-05-01 Alok Hotaswr/rast: Add initial SWTag proto definitions
2019-05-01 Alok Hotaswr/rast: Cleanup and generalize gen_archrast
2019-05-01 Erik Faye-Lundsoftpipe: setup pixel_offset for all primitive types
2019-05-01 Jonathan Mareknir: improve convert_yuv_to_rgb
2019-05-01 Gert Wollnysoftpipe: Increase the GLSL feature level
2019-05-01 Gert Wollnysoftpipe: Add support for TGSI_OPCODE_INTERP_CENTROID
2019-05-01 Gert Wollnysoftpipe: Add support for TGSI_OPCODE_INTERP_OFFSET
2019-05-01 Gert Wollnysoftpipe: Add (fake) support for TGSI_OPCODE_INTERP_SAMPLE
2019-05-01 Gert Wollnysoftpipe: Add an per-input array for interpolator corre...
2019-05-01 Gert Wollnysoftpipe: Factor out evaluation of the source indices
2019-05-01 Gert Wollnysoftpipe: evaluate cube the faces on a per sample bases
2019-05-01 Gert Wollnysoftpipe: keep input lod for explicite derivatives
2019-05-01 Gert Wollnysoftpipe: tie in new code path for lod evaluation
2019-05-01 Gert Wollnysoftpipe: Move selection of shadow values up and clean...
2019-05-01 Gert Wollnysoftpipe: Pipe gather_comp through from st_tgsi_get_samples
2019-05-01 Gert Wollnysoftpipe: Prepare handling explicit gradients
2019-05-01 Gert Wollnysoftpipe: Factor gradient evaluation out of the lambda...
2019-05-01 Andrii Simiklitegl: return correct error code for a case req ver ...
2019-04-30 Timothy Arceriradeonsi/nir: call radeonsi nir opts before the scan...
2019-04-30 Timothy Arceriradeonsi/nir: create si_nir_opts() helper
2019-04-30 Alok Hotaswr/rast: early exit on empty triangle mask
2019-04-30 Alok Hotaswr/rast: add guards for cpuid on Linux
2019-04-30 Alok Hotaswr/rast: add flat shading
2019-04-30 Alok Hotaswr/rast: add SWR_STATIC_ASSERT() macro
2019-04-30 Alok Hotaswr/rast: update guardband rects at draw setup
2019-04-30 Alok Hotaswr/rast: add more llvm intrinsics
2019-04-30 Julien Isorcest/va: properly set stride and offset in vlVaDeriveImage
2019-04-30 Julien Isorceradeonsi: implement resource_get_info
2019-04-30 Julien Isorcegallium: add resource_get_info to pipe_screen
2019-04-30 Rob Clarkfreedreno/ir3: fixes for half reg in/out
2019-04-30 Axel Davyst/nine: Check discard_delayed_release is set before...
2019-04-30 Axel Davyst/nine: Throttle rendering similarly for thread_submit
2019-04-30 Axel Davyst/nine: Optimize a bit writeonly buffers
2019-04-30 Axel Davyst/nine: Use TGSI_SEMANTIC_GENERIC for fog
2019-04-30 Axel Davyst/nine: Enable computing const_ranges
2019-04-30 Axel Davyst/nine: Handle const_ranges in nine_state
2019-04-30 Axel Davyst/nine: Cache constant buffer size
2019-04-30 Axel Davyst/nine: Propagate const_range to context
2019-04-30 Axel Davyst/nine: Prepare constant compaction in nine_shader
2019-04-30 Axel Davyst/nine: Refactor counting of constants
2019-04-30 Axel Davyst/nine: Track constant slots used
2019-04-30 Axel Davyst/nine: Refactor ct_ctor
2019-04-30 Axel Davyst/nine: Make swvp_on imply IS_VS
2019-04-30 Axel Davyst/nine: Refactor shader constants ureg_src computation
2019-04-30 Axel Davyst/nine: Manually upload vs and ps constants
2019-04-30 Axel Davyst/nine: use helper ureg_DECL_sampler everywhere
2019-04-30 Axel Davyst/nine: Compact pixel shader key
2019-04-30 Axel Davyst/nine: Compact nine_ff_get_projected_key
2019-04-30 Axel Davyst/nine: Refactor param->rel
2019-04-30 Axel Davyst/nine: Regroup param->rel tests
2019-04-30 Axel Davyst/nine: Control shader constant inlining with drirc
2019-04-30 Axel Davyst/nine: Recompile optimized shaders based on b/i consts
2019-04-30 Axel Davydrirc: Add Gallium nine workaround for Rayman Legends
2019-04-30 Axel Davyst/nine: Add drirc option to use data_internal for...
2019-04-30 Axel Davyst/nine: Support internal compressed format for volumes
2019-04-30 Axel Davyst/nine: Support internal compressed format for surfaces
2019-04-30 Axel Davyst/nine: Refactor volume GetSystemMemPointer
2019-04-30 Axel Davyst/nine: Refactor surface GetSystemMemPointer
2019-04-30 Axel Davyst/nine: rename *_conversion to *_internal
2019-04-30 Axel Davyst/nine: Optimize volume upload with conversion
2019-04-30 Axel Davyst/nine: Optimize surface upload with conversion
2019-04-30 Axel Davyst/nine: Fix SINCOS input
2019-04-30 Axel Davyst/nine: Ignore nooverwrite for systemmem
2019-04-30 Axel Davyst/nine: Enable modifiers on ps 1.X texcoords
2019-04-30 Axel Davyst/nine: Always return OK on SetSoftwareVertexProcessing
2019-04-30 Axel Davyst/nine: Finish if nooverwrite after normal mapping
2019-04-30 Axel Davyst/nine: Fix buffer/texture unbinding in nine_state_clear
2019-04-30 Axel Davyst/nine: Upload managed buffers only at draw using...
2019-04-30 Axel Davyst/nine: Upload managed textures only at draw using...
2019-04-30 Axel Davyst/nine: Use FLT_MAX/2 for RCP clamping
2019-04-30 Axel Davyst/nine: Fix D3DWindowBuffer_release for old wine nine...
next