summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* 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
* tgsi: Enable returns from within loopsLars Hamre2016-09-171-0/+4
* svga: relax restriction of compressed formats for texture uploadCharmaine Lee2016-09-171-3/+22
* svga: skip query flush if we already have the query resultBrian Paul2016-09-171-5/+5
* svga: remove unneeded svga_context_flush() in svga_end_query()Brian Paul2016-09-171-5/+0
* svga: use upload buffer for upload texture.Charmaine Lee2016-09-176-26/+279
* svga: refactor svga_texture_transfer_map/unmap functionsCharmaine Lee2016-09-171-217/+272
* svga: add SVGA3d_vgpu10_TransferFromBuffer()Charmaine Lee2016-09-173-0/+51
* svga: single sample surface can be created as non-multisamples surfaceCharmaine Lee2016-09-172-2/+6
* svga: fix memory leak with sampler stateCharmaine Lee2016-09-171-3/+0
* svga: fix prim type check/assignment in translate_indices()Brian Paul2016-09-171-2/+2
* svga: use SVGA3D_QUERYTYPE_MAX for svga query type checkCharmaine Lee2016-09-171-3/+3
* svga: split the num-resources-mapped hud to textures & buffersCharmaine Lee2016-09-175-12/+26
* svga: change svga hud defines to enumsCharmaine Lee2016-09-171-22/+25
* svga: implement an index buffer translation cacheBrian Paul2016-09-175-6/+84
* svga: try to emit fewer buffer rebind commandsBrian Paul2016-09-175-5/+60
* svga: reduce unmapping/remapping of the default constant bufferBrian Paul2016-09-173-6/+40
* svga: optimize memcpy() in svga_buffer_update_hw()Brian Paul2016-09-171-1/+8
* svga: Use comparison between svga texture types to use PredCopyRegion commandNeha Bhende2016-09-171-6/+9
* svga: Add function svga_resource_type()Neha Bhende2016-09-172-19/+21
* nvc0/ir: fix subops for IMADSamuel Pitoiset2016-09-171-4/+6
* nvc0/ir: fix comments about instructions infoSamuel Pitoiset2016-09-171-2/+3
* radeonsi/compute: Use the HSA abi for non-TGSI compute shaders v3Tom Stellard2016-09-162-18/+227
* radeonsi/compute: Add some more debug printfsTom Stellard2016-09-161-0/+3
* clover: fix getting scalar args api sizeSerge Martin2016-09-161-4/+3
* ttn: fix warning after 7bf76563eRob Clark2016-09-161-0/+2
* gallium/docs: document alpha_to_coverage and alpha_to_one blend stateBrian Paul2016-09-161-0/+12