virgl: report actual max-texture sizes
[mesa.git] / src / gallium / drivers /
2018-08-15 Erik Faye-Lundvirgl: report actual max-texture sizes
2018-08-15 Erik Faye-Lundvirgl: do not use SP_MAX_TEXTURE_*_LEVELS defines
2018-08-15 Samuel Pitoisetradv: disable the auto-waitcnt-before-barrier LLVM...
2018-08-15 Marek Olšákradeonsi: enable 1 missing PS_SU perf counter on Polaris
2018-08-15 Marek Olšákradeonsi: use radeon_info::name
2018-08-15 Marek Olšákradeonsi: split si_clear_buffer to remove enum si_method
2018-08-15 Marek Olšákradeonsi: replace CP_DMA_USE_L2 with enum si_cache_policy
2018-08-15 Marek Olšákradeonsi: declare coher in si_copy_buffer
2018-08-15 Marek Olšákradeonsi: make PFP_SYNC_ME an explicit CP DMA flag
2018-08-15 Marek Olšákradeonsi: don't use emit_data->args in load_emit
2018-08-15 Marek Olšákradeonsi: don't use emit_data->args in store_emit
2018-08-15 Marek Olšákradeonsi: don't use emit_data->args in atomic_emit
2018-08-15 Marek Olšákradeonsi: don't use emit_data->args in build_interp_int...
2018-08-15 Marek Olšákradeonsi: inline atomic_fetch_args
2018-08-15 Marek Olšákradeonsi: inline store_fetch_args
2018-08-15 Marek Olšákradeonsi: inline load_fetch_args
2018-08-15 Marek Olšákradeonsi: merge txq_emit and resq_emit
2018-08-15 Marek Olšákradeonsi: inline resq_fetch_args
2018-08-15 Marek Olšákradeonsi: inline txq_fetch_args
2018-08-15 Marek Olšákradeonsi: use get_resinfo directly in lower_gather4_integer
2018-08-15 Marek Olšákradeonsi: inline tex_fetch_args into build_tex_intrinsic
2018-08-15 Marek Olšákradeonsi: remove fetch_args callbacks for ALU instructions
2018-08-15 Marek Olšákradeonsi: move internal TGSI shaders into si_shaderlib_...
2018-08-15 Marek Olšákradeonsi: implement EXT_window_rectangles
2018-08-14 Rob Clarkfreedreno/ir3: add support for a6xx 'merged' register set
2018-08-14 Rob Clarkfreedreno/ir3: small RA cleanup
2018-08-14 Rob Clarkfreedreno/ir3: stop hard-coding FS input regs
2018-08-14 Rob Clarkfreedreno/ir3: use r63.x for unused inputs
2018-08-14 Rob Clarkfreedreno/ir3: create all inputs in first block
2018-08-14 Rob Clarkfreedreno/ir3: rename s/frag_pos/frag_vcoord/g
2018-08-14 Rob Clarkfreedreno/ir3: move per-generation compiler config
2018-08-14 Rob Clarkfreedreno: move free() into fdN_context_destroy()
2018-08-14 Jonathan Marekfreedreno: a2xx: ir2 update
2018-08-14 Dave Airlievirgl: ARB_texture_barrier support
2018-08-10 Mathieu Bridonmeson: Build with Python 3
2018-08-09 Eric Anholtvc4: Implement texture_subdata() to directly upload...
2018-08-08 Eric Anholtvc4: Handle partial loads/stores of tiled textures.
2018-08-08 Eric Anholtvc4: Compile the LT image helper per cpp we might load...
2018-08-08 Eric Anholtvc4: Refactor to reuse the LT tile walking code.
2018-08-08 Brian Paulsvga: use pipe_sampler_view::target in svga_set_sampler...
2018-08-08 Brian Paulsvga: use SVGA3D_RS_FILLMODE for vgpu9
2018-08-08 Brian Paulsvga: add TGSI_SEMANTIC_FACE switch case in svga_swtnl_...
2018-08-08 Eric Anholtvc4: Fix vc4_fence_server_sync() on pre-syncobj kernels.
2018-08-08 Eric Anholtvc4: Ignore samplers for finding uniform offsets.
2018-08-08 Eric Anholtvc4: Extend dumping of uniforms in QIR and in the comma...
2018-08-08 Eric Anholtvc4: Pull uinfo->data[i] dereference out to the top...
2018-08-08 Eric Anholtvc4: Make sure to emit a tile coordinates between two...
2018-08-08 Eric Anholtvc4: Respect a sampler view's first_layer field.
2018-08-07 Dave Airlievirgl: add ARB_shader_clock support
2018-08-07 Marek Olšákradeonsi: set GLC=1 for all write-only shader resources
2018-08-07 Marek Olšákradeonsi: don't load block dimensions into SGPRs if...
2018-08-07 Emil Velikovswr: don't export swr_create_screen_internal
2018-08-07 Erik Faye-Lundvirgl: update virgl_hw.h from virglrenderer
2018-08-07 Erik Faye-Lundvirgl: rename msaa_sample_positions -> sample_locations
2018-08-07 Eric Anholtvc4: Fix a leak of the no-vertex-elements workaround BO.
2018-08-07 Eric Anholtvc4: Fix context creation when syncobjs aren't supported.
2018-08-06 Eric Anholtv3d: Emit the VCM_CACHE_SIZE packet.
2018-08-06 Eric Anholtv3d: Drop "VC5" from the renderer string.
2018-08-04 Karol Herbstnvc0/ir: return 0 in imageLoad on incomplete textures
2018-08-04 Karol Herbstgm200/ir: optimize rcp(sqrt) to rsq
2018-08-04 Karol Herbstgm200/ir: add native OP_SQRT support
2018-08-04 Marek Olšákradeonsi: cosmetic changes
2018-08-03 Marek Olšákamd: remove support for LLVM 5.0
2018-08-02 Darren Powellradeonsi: add new R600_DEBUG test "testclearbufperf"
2018-08-02 Vlad Golovkinswr: Remove unnecessary memset call
2018-08-01 Marek Olšákac,radeonsi: reduce optimizations for complex compute...
2018-08-01 Juan A. Suarez Romerovc4: Fix automake linking error.
2018-08-01 Mathieu Bridonpython: Use the unicode_escape codec
2018-08-01 Erik Faye-Lundvirgl: enable FBFETCH if virglrenderer supports it
2018-08-01 Erik Faye-Lundvirgl: add texture_barrier stub
2018-08-01 Dave Airlievirgl: enable robustness if the host exposes it
2018-08-01 Dave Airlievirgl: Support ARB_framebuffer_no_attachments
2018-08-01 Dave Airlievirgl: add initial ARB_compute_shader support
2018-07-31 Marek Olšákradeonsi: report supported EQAA combinations from is_fo...
2018-07-31 Marek Olšákradeonsi: use storage_samples instead of color_samples...
2018-07-31 Marek Olšákgallium: add storage_sample_count parameter into is_for...
2018-07-31 Marek Olšákgallium: add PIPE_CAP_FRAMEBUFFER_MSAA_CONSTRAINTS
2018-07-31 Gurchetan Singhvirgl: also mark sampler views as dirty
2018-07-31 Dave Airlievirgl: add memory barrier support
2018-07-31 Dave Airlievirgl: add TXQS support
2018-07-31 Dave Airlievirgl: add initial images support (v2)
2018-07-31 Christian Gmeineretnaviv: fix typo in query names
2018-07-30 Eric Anholtv3d: Include commands to run the BCL and RCL in CLIF...
2018-07-30 Eric Anholtv3d: Rename "configuration" and "config" in the XML...
2018-07-30 Eric Anholtv3d: s/colour/color in the XML.
2018-07-30 Eric Anholtv3d: Rename primitives to prims in the XML to match...
2018-07-30 Eric Anholtv3d: Add a separate flag for CLIF ABI output versus...
2018-07-30 Eric Anholtv3d: Add pack header support for f187 values.
2018-07-30 Eric Anholtv3d: Move depth offset packet setup to CSO creation...
2018-07-30 Dave Airlier600: reduce num compute threads to 1024.
2018-07-30 Rob Clarkfreedreno/a5xx: fix txf_ms
2018-07-30 Rhys Perrynvc0: serialize before updating some constant buffer...
2018-07-30 Eric Anholtv3d: Block bin on render when doing vertex texturing.
2018-07-30 Eric Anholtvc4: Fix meson build when enabled without v3d.
2018-07-29 Rob Clarkfreedreno/a5xx: small cleanup
2018-07-29 Rob Clarkfreedreno/a5xx: remove unused prototype
2018-07-29 Rob Clarkfreedreno: fix caps harder
2018-07-28 Brian Paulsvga: whitespace fixes in svga_tgsi_decl_sm30.c
2018-07-28 Eric Anholtv3d: Stop doing pretty-printed colorful booleans in...
2018-07-28 Eric Anholtv3d: Move clif dumping to a separate step from noting...
next