summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* rbug: remove superfluous NULL checkLucas Stach2019-10-181-2/+1
* rbug: implement resource creation with modifierLucas Stach2019-10-181-0/+38
* rbug: forward can_create_resource to pipe driverLucas Stach2019-10-181-0/+12
* rbug: forward texture_barrier to pipe driverLucas Stach2019-10-181-0/+12
* rbug: implement missing explicit sync related fence functionsLucas Stach2019-10-182-0/+38
* rbug: move flush_resource initializationLucas Stach2019-10-181-1/+1
* rbug: unwrap index buffer resourceLucas Stach2019-10-181-2/+7
* rbug: fix transmitted texture sizesLucas Stach2019-10-181-2/+9
* gallium/util: don't depend on implementation defined behavior in listen()Lucas Stach2019-10-181-1/+1
* gallium/u_blitter: remove an unused variableMarek Olšák2019-10-171-2/+0
* gallivm: Fix saturated signed psub/padd intrinsics on llvm 8Roland Scheidegger2019-10-171-18/+10
* mesa/st: support lowering user-clip-planes automaticallyErik Faye-Lund2019-10-171-0/+1
* mesa/gallium: automatically lower two-sided lightingErik Faye-Lund2019-10-171-0/+1
* mesa/gallium: automatically lower point-sizeErik Faye-Lund2019-10-171-0/+1
* mesa/gallium: automatically lower alpha-testingErik Faye-Lund2019-10-171-0/+1
* gallium: add flatshade lowering capabilityDave Airlie2019-10-171-0/+3
* gallium/u_blitter: set a more sane viewport-stateErik Faye-Lund2019-10-171-6/+5
* gallivm/draw/swr: make the gs_iface not depend on tgsi.Dave Airlie2019-10-153-38/+41
* gallium: rename PIPE_CAP_MAX_FRAMES_IN_FLIGHT to PIPE_CAP_THROTTLEJames Xiong2019-10-141-1/+1
* gallivm: fix coroutines on aarch64 with llvm 8Dave Airlie2019-10-111-0/+6
* llvmpipe: add support for tg4 component selection.Dave Airlie2019-10-111-0/+4
* gallium: add a a new cap for changing the TGSI TG4 instruction encodingDave Airlie2019-10-111-0/+1
* gallivm/sample: add gather component selection to the key.Dave Airlie2019-10-112-1/+16
* meson: fix pipe-loader compilation for windowsDylan Baker2019-10-101-1/+6
* llvmpipe/draw: handle UBOs that are < 16 bytes.Dave Airlie2019-10-101-2/+7
* gallium: remove PIPE_SHADER_CAP_SCALAR_ISAMarek Olšák2019-10-102-4/+0
* tgsi_to_nir: use nir_shader_compiler_options::lower_to_scalarMarek Olšák2019-10-101-5/+3
* tgsi_to_nir: add #ifdef header guardsMarek Olšák2019-10-101-0/+5
* tgsi/scan: add tgsi_shader_info::msaa_images_declaredMarek Olšák2019-10-092-0/+19
* radeonsi: remove si_vid_join_surfaces and use combined planar allocationsMarek Olšák2019-10-092-0/+45
* vl: use u_format in vl_video_buffer_formatsMarek Olšák2019-10-093-100/+25
* gallium/u_tests: test NV12 allocation and exportMarek Olšák2019-10-091-0/+159
* gallium/util: add planar format layouts and helpersMarek Olšák2019-10-094-7/+108
* gallium/util: remove enum numbering from util_format_layoutMarek Olšák2019-10-091-9/+9
* gallium/tgsi: add support for DEMOTE and READ_HELPER opcodesIlia Mirkin2019-10-071-2/+2
* gallium: add PIPE_RESOURCE_FLAG_SINGLE_THREAD_USE to skip util_range lockMarek Olšák2019-10-073-14/+24
* util: use simple_mtx_t for util_rangeMarek Olšák2019-10-071-5/+6
* gallium: Add PIPE_CAP_DEMOTE_TO_HELPER_INVOCATIONCaio Marcelo de Oliveira Filho2019-09-301-0/+3
* tgsi_to_nir: handle PIPE_FORMAT_NONE in image opcodesMarek Olšák2019-09-301-0/+3
* gallium/vl: don't set PIPE_HANDLE_USAGE_EXPLICIT_FLUSHMarek Olšák2019-09-241-4/+1
* tgsi_to_nir: fix 2-component system values like tess_level_inner_defaultMarek Olšák2019-09-231-1/+3
* tgsi_to_nir: fix masked out image loadsMarek Olšák2019-09-231-2/+1
* util/u_queue: track job size and limit the size of queue growthTimothy Arceri2019-09-191-1/+1
* gallium: extend resource_get_param to be as capable as resource_get_handleMarek Olšák2019-09-184-8/+29
* Revert "gallium: remove PIPE_CAP_TEXTURE_SHADOW_MAP"Christian Gmeiner2019-09-181-0/+3
* gallivm: Limit DEBUG workaround to LLVM < 7Michel Dänzer2019-09-171-0/+4
* driconfig: add a new engine name/version parameterLionel Landwerlin2019-09-151-1/+1
* gallium: util_set_vertex_buffers_mask(..): make use of u_bit_consecutive(..)Christian Gmeiner2019-09-141-3/+2
* gallium: Restore VSX for llvm >= 4Adam Jackson2019-09-121-0/+14
* tgsi_to_nir: Translate TGSI_INTERPOLATE_COLOR as INTERP_MODE_NONEDanylo Piliaiev2019-09-121-1/+1