aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* winsys/amdgpu: enable buffer allocation from slabsNicolai Hähnle2016-09-274-0/+201
* winsys/amdgpu: add fence and buffer list logic for slab allocated buffersNicolai Hähnle2016-09-273-45/+152
* winsys/amdgpu: add slab entry structures to amdgpu_winsys_boNicolai Hähnle2016-09-273-36/+74
* winsys/amdgpu: do not synchronize unsynchronized buffersNicolai Hähnle2016-09-273-45/+118
* gallium/radeon: add RADEON_FLAG_HANDLENicolai Hähnle2016-09-276-2/+11
* gallium/radeon: add RADEON_USAGE_SYNCHRONIZEDNicolai Hähnle2016-09-275-13/+25
* gallium/pipebuffer: add pb_slab utilityNicolai Hähnle2016-09-273-0/+409
* gallium/u_math: add util_logbase2_ceilNicolai Hähnle2016-09-271-0/+12
* i915g: add dma-buf support to i915_drm_buffer_get_handleNicholas Bishop2016-09-271-0/+6
* st/dri: check pipe_screen->resource_get_handle() return valueNicholas Bishop2016-09-271-2/+4
* st/va Avoid VBR bitrate calculation overflow v2Andy Furniss2016-09-271-1/+1
* st/va: Fix vaSyncSurface with no outstanding operationMark Thompson2016-09-271-0/+7
* nv50/ir: fix comments about instructions infoSamuel Pitoiset2016-09-261-2/+3
* mesa/st: support lowering multi-planar YUVRob Clark2016-09-265-23/+120
* nvc0: allow to force compiling programs in debug buildSamuel Pitoiset2016-09-261-9/+10
* nv50/ir: drop unused NVISA_XXX_CHIPSET constantsSamuel Pitoiset2016-09-261-2/+0
* gallium/util: make use of strtol() in debug_get_num_option()Samuel Pitoiset2016-09-261-17/+8
* r600g: Add support for PK2H/UP2HGlenn Kennard2016-09-262-5/+104
* svga: set PIPE_BIND_DEPTH_STENCIL flag for new resources when possibleBrian Paul2016-09-231-1/+11
* svga: don't special case caps for SVGA3D_R32_FLOATBrian Paul2016-09-231-6/+2
* svga: use new adjust_z_layer() helper in svga_pipe_blit.cBrian Paul2016-09-231-44/+28
* svga: simplify/improve the format compatibility check for region copiesBrian Paul2016-09-231-5/+25
* svga: add const qualifier on svga_translate_format()Brian Paul2016-09-232-2/+2
* svga: eliminate unneeded gotos in svga_validate_surface_view()Brian Paul2016-09-231-7/+4
* svga: disable srgb format related code from svga_blit()Neha Bhende2016-09-231-12/+0
* gallium: remove unused PIPE_CC_GCC_VERSIONTimothy Arceri2016-09-231-1/+0
* nir: Allow opt_peephole_sel to be more aggressive in flattening IFs.Eric Anholt2016-09-221-1/+1
* gallium/util: add comment on util_is_format_compatible()Brian Paul2016-09-211-0/+24
* svga: minor simplification in svga_validate_surface_view()Brian Paul2016-09-211-3/+2
* svga: remove disable_shader debug variableBrian Paul2016-09-213-10/+0
* gallivm: support negation on 64-bit integersNicolai Hähnle2016-09-211-0/+4
* radeonsi: prepare 64-bit integer support. (v2)Dave Airlie2016-09-211-7/+62
* gallivm/llvmpipe: prepare support for ARB_gpu_shader_int64.Dave Airlie2016-09-215-5/+500
* tgsi/softpipe: prepare ARB_gpu_shader_int64 support. (v3)Dave Airlie2016-09-211-132/+541
* gallium/tgsi: add support for 64-bit integer immediates.Dave Airlie2016-09-217-2/+117
* gallium: add opcode and types for 64-bit integers. (v3)Dave Airlie2016-09-214-20/+362
* radeon/vce: add firmware support for version 52.8.3Leo Liu2016-09-201-0/+3
* st/omx/dec/h265: Correct the timestampingIndrajit Das2016-09-201-1/+12
* st/va: flush the context before calling flush_frontbuffer(v2)Nayan Deshmukh2016-09-201-1/+5
* st/vdpau: flush the context before calling flush_frontbufferNayan Deshmukh2016-09-201-2/+5
* vl/dri3: handle the case of different GPU(v4.2)Nayan Deshmukh2016-09-201-13/+53
* st/vdpau: fix argument type to vlVdpOutputSurfaceDMABufIlia Mirkin2016-09-202-2/+2
* swr: [rasterizer core] Better thread destructionTim Rowley2016-09-198-69/+126
* swr: [rasterizer jitter] Fix missing end-of-file newlineTim Rowley2016-09-191-1/+2
* swr: [rasterizer core] Add macros for mapping ArchRast to bucketsTim Rowley2016-09-1911-200/+249
* nvc0: get rid of nvc0_stage_sampler_states_bind_range()Samuel Pitoiset2016-09-191-74/+9
* nvc0: get rid of nvc0_stage_set_sampler_views_range()Samuel Pitoiset2016-09-191-89/+15
* nv50/ir: optimize SUB(a, b) to MOV(a - b)Samuel Pitoiset2016-09-181-0/+10
* gk110/ir: fix wrong emission of OP_NOTSamuel Pitoiset2016-09-181-1/+1
* r600g/sb: fix struct/class declaration conflictsMartina Kollarova2016-09-181-5/+1