gallium/hud: update some query functions
[mesa.git] / src / gallium / drivers /
2018-02-07 Roland ScheideggerRevert "gallium: build ddebug, noop, rbug, trace as...
2018-02-07 Marek Olšákgallium: build ddebug, noop, rbug, trace as part of...
2018-02-06 Timothy Arceriradeonsi/nir: add nir support for compiling compute...
2018-02-06 Timothy Arceriac/radeonsi: add num_work_groups to the abi
2018-02-06 Timothy Arceriac/radeonsi: create ac_build_shader_clock() helper
2018-02-06 Timothy Arceriac/radeonsi: add load_local_group_size() to the abi
2018-02-06 Timothy Arceriradeonsi: add get_block_size() helper
2018-02-06 Timothy Arceriac/radeonsi: add local_invocation_ids to the abi
2018-02-06 Timothy Arceriac/radeonsi: add workgroup_ids to the abi
2018-02-06 Timothy Arceriradeonsi/nir: gather some compute info in si_nir_scan_s...
2018-02-06 Timothy Arceriradeonsi/nir: always set input_usage_mask as using...
2018-02-06 Dave Airlier600: fixup sparse color exports.
2018-02-06 Dave Airlier600: work out target mask at framebuffer bind.
2018-02-06 Dave Airlier600: work out shader export mask at shader build time...
2018-02-06 Dave Airlier600: fix xfb stream check.
2018-02-06 Dave Airlier600/compute: add render cond support.
2018-02-06 Dave Airlier600: fix not-very indirect compute
2018-02-06 Dave Airlier600: overhaul buffer resource query.
2018-02-06 Dave Airlier600/eg: fix buffer sizing.
2018-02-06 Dave Airlier600/images: set offset for compute shaders with number...
2018-02-06 Dave Airlier600/compute: only mark buffer/image state dirty for...
2018-02-06 Dave Airlier600/atomic: fix ATOMCAS instruction.
2018-02-06 Dave Airlier600/sb/cayman: fix indirect ubo access on cayman
2018-02-06 Dave Airlier600/eg: use texture target to pick array size not...
2018-02-05 Vinson Leer600/fp64: Fix build.
2018-02-05 Dave Airlier600/fp64: fix integer->double conversion
2018-02-05 Boyuan Zhangradeonsi: enable vcn encode for HEVC main
2018-02-05 Boyuan Zhangradeon/vcn: add header implementations for HEVC
2018-02-05 Boyuan Zhangradeon/vcn: add ib implementations for HEVC
2018-02-05 Boyuan Zhangradeon/vcn: support picture parameters for HEVC
2018-02-05 Boyuan Zhangradeon/vcn: add vcn encode interface for HEVC
2018-02-05 Eric Anholtbroadcom/vc5: Ignore samplers for finding uniform offsets.
2018-02-05 Eric Anholtbroadcom/vc5: Fix non-mipfiltered sampling.
2018-02-04 Dave Airlier600: fix resq for buffer images.
2018-02-04 Dave Airlier600/eg: fix cube map array buffer images.
2018-02-03 Eric Anholtbroadcom/vc5: Enable UIF XOR on textures.
2018-02-03 Eric Anholtbroadcom/vc5: Fix alignment of miplevel 1 with UIF.
2018-02-03 Eric Anholtbroadcom/vc5: Switch our RGBA4 support to the new galli...
2018-02-03 Eric Anholtgallium: Add a new A4B4G4R4 pipe format for Broadcom.
2018-02-02 George Kyriazismeson/swr: Updated copyright dates
2018-02-02 George Kyriazismeson/swr: re-shuffle generated files
2018-02-02 Marek Olšákamd: remove support for LLVM 3.9
2018-02-02 Marek Olšákradeonsi: use pknorm_i16/u16 and pk_i16/u16 LLVM intrinsics
2018-02-02 Dave Airlier600/eg: add crap indirect compute support.
2018-02-02 Roland Scheideggerr600: don't do stack workarounds for hemlock
2018-02-01 Dave Airlier600: initial attempt at gl_HelperInvocation (v3)
2018-02-01 Brian Paulgallivm/llvmpipe: add const qualifiers on sampler variables
2018-02-01 Brian Paulsvga: remove unneeded #includes in svga_pipe_draw.c
2018-02-01 Brian Paulsvga: whitespace/formatting fixes in svga_pipe_draw.c
2018-02-01 Brian Paulsvga: clean up retry_draw_range_elements(), retry_draw_...
2018-02-01 Brian Paulsvga: remove unused min/max_index params to draw_vgpu10()
2018-02-01 Eric Anholtbroadcom/vc5: Fix image_h setup for both loads and...
2018-02-01 Eric Anholtbroadcom/vc5: Add appropriate height padding for bank...
2018-02-01 Eric Anholtbroadcom/vc5: Simplify separate stencil surface setup.
2018-02-01 Eric Anholtbroadcom/vc5: Rename the UIFCFG register in the UAPI.
2018-02-01 Eric Anholtbroadcom/vc5: Skip over missing color buffers for a...
2018-02-01 Eric Anholtbroadcom/vc5: Add the missing PIPE_CAP_FENCE_SIGNAL.
2018-02-01 Marek Olšákradeonsi: use ac_build_buffer_load_format for image...
2018-02-01 Marek Olšákac: add glc parameter to ac_build_buffer_load_format
2018-02-01 Marek Olšákradeonsi: load the right number of components for VS...
2018-02-01 Marek Olšákradeonsi: remove unused si_shader_context members
2018-02-01 Dave Airlier600/eg: make sure we allow vpm bit on other CF ops.
2018-02-01 Dave Airlier600/sb: just add some missing debug bits
2018-02-01 Dave Airlier600: fix buffer resinfo opcode translation.
2018-01-31 Brian Paulsvga: use opcode local var to simplify some code
2018-01-31 Brian Paulsvga: s/unsigned/VGPU10_OPCODE_TYPE/
2018-01-31 Dave Airlievirgl: also remove dimension on indirect.
2018-01-31 Marek Olšákradeonsi: remove DBG_PRECOMPILE
2018-01-31 Marek Olšákradeonsi: print shader-db stats for main parts, not...
2018-01-31 Marek Olšákradeonsi: move max_simd_waves computation into a separa...
2018-01-30 Timothy Arcerinir: add lower_all_io_to_temps flag
2018-01-30 Timothy Arceriradeonsi/nir: add input support for arrays that have...
2018-01-30 Timothy Arceriac/radeonsi: add lookup_interp_param and load_sample_po...
2018-01-30 Timothy Arceriradeonsi/nir: add prim_mask to the abi
2018-01-30 Timothy Arceriradeonsi/nir: adjust load_sample_position() to be share...
2018-01-30 Timothy Arceriradeonsi/nir: add si_nir_lookup_interp_param() helper
2018-01-30 Timothy Arceriradeonsi/nir: move the interpolation qualifier scanning
2018-01-30 Timothy Arceriradeonsi/nir: add interpolate at intrinsics to scan_ins...
2018-01-30 Andres Rodriguezradeonsi: fix fence_server_sync() holding up extra...
2018-01-30 Andres Rodriguezradeonsi: implement semaphore_server_signal v2
2018-01-30 Andres Rodriguezradeonsi: add support for importing PIPE_FD_TYPE_SYNCOB...
2018-01-30 Andres Rodriguezwinsys/amdgpu: add support for syncobj signaling v3
2018-01-30 Andres Rodriguezgallium: introduce PIPE_CAP_FENCE_SIGNAL v2
2018-01-30 Andres Rodriguezgallium: add type parameter to create_fence_fd
2018-01-30 Dave Airlier600/sb: insert the else clause when we might depart...
2018-01-30 Neha Bhendesvga: Check rasterization state object before checking...
2018-01-30 Neha Bhendesvga: Adjust alpha for S3TC_DXT1_EXT RGB formats
2018-01-29 Timothy Arceriradeonsi/nir: add support vs double inputs
2018-01-29 Timothy Arceriradeonsi: pass input_idx to declare_nir_input_vs()
2018-01-29 Timothy Arceriradeonsi: add bitcast_inputs() helper
2018-01-29 Timothy Arceriradeonsi/nir: fix num_inputs for doubles in vs
2018-01-28 Dave Airlier600: add ARB_query_buffer_object support
2018-01-28 Dave Airlier600/shader: refactor mul hi/lo instruction emission
2018-01-28 Dave Airlier600/eg: construct proper rat mask for image/buffers.
2018-01-27 Eric Anholtbroadcom/vc5: Don't forget to get the BO offset when...
2018-01-27 Eric Anholtbroadcom/vc5: Enable the driver on V3D 4.2.
2018-01-27 Marek Olšákac: rename and move si_const_array into common code
2018-01-27 Marek Olšákac: move address space definitions to common code
2018-01-27 Marek Olšákac: don't use byval LLVM qualifier in shaders
2018-01-27 Marek Olšákgallium/radeon: set number of pb_cache buckets = number...
next