summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-09-21gallivm: support negation on 64-bit integersNicolai Hähnle1-0/+4
2016-09-21radeonsi: prepare 64-bit integer support. (v2)Dave Airlie1-7/+62
2016-09-21gallivm/llvmpipe: prepare support for ARB_gpu_shader_int64.Dave Airlie5-5/+500
2016-09-21tgsi/softpipe: prepare ARB_gpu_shader_int64 support. (v3)Dave Airlie1-132/+541
2016-09-21gallium/tgsi: add support for 64-bit integer immediates.Dave Airlie7-2/+117
2016-09-21gallium: add opcode and types for 64-bit integers. (v3)Dave Airlie4-20/+362
2016-09-20i965: Rename intelScreen to screen.Kenneth Graunke28-170/+170
2016-09-20i965: Rename __DRIScreen pointers to "dri_screen".Kenneth Graunke6-83/+85
2016-09-20mesa: Implement ARB_shader_viewport_layer_array for i965Dylan Baker8-3/+20
2016-09-20radeon/vce: add firmware support for version 52.8.3Leo Liu1-0/+3
2016-09-20st/omx/dec/h265: Correct the timestampingIndrajit Das1-1/+12
2016-09-20aubinator: add a custom handler for immediate register loadLionel Landwerlin3-3/+47
2016-09-20st/va: flush the context before calling flush_frontbuffer(v2)Nayan Deshmukh1-1/+5
2016-09-20st/vdpau: flush the context before calling flush_frontbufferNayan Deshmukh1-2/+5
2016-09-20vl/dri3: handle the case of different GPU(v4.2)Nayan Deshmukh1-13/+53
2016-09-20st/vdpau: fix argument type to vlVdpOutputSurfaceDMABufIlia Mirkin2-2/+2
2016-09-19swr: [rasterizer core] Better thread destructionTim Rowley8-69/+126
2016-09-19swr: [rasterizer jitter] Fix missing end-of-file newlineTim Rowley1-1/+2
2016-09-19swr: [rasterizer core] Add macros for mapping ArchRast to bucketsTim Rowley11-200/+249
2016-09-19glsl: Skip "unsized arrays aren't allowed" check for TCS/TES/GS vars.Kenneth Graunke1-1/+27
2016-09-19nvc0: get rid of nvc0_stage_sampler_states_bind_range()Samuel Pitoiset1-74/+9
2016-09-19nvc0: get rid of nvc0_stage_set_sampler_views_range()Samuel Pitoiset1-89/+15
2016-09-18nv50/ir: optimize SUB(a, b) to MOV(a - b)Samuel Pitoiset1-0/+10
2016-09-18gk110/ir: fix wrong emission of OP_NOTSamuel Pitoiset1-1/+1
2016-09-18r600g/sb: fix struct/class declaration conflictsMartina Kollarova1-5/+1
2016-09-17i965: Drop assertion about buffer offset at draw time.Eric Anholt1-11/+0
2016-09-17tgsi: Enable returns from within loopsLars Hamre1-0/+4
2016-09-17svga: relax restriction of compressed formats for texture uploadCharmaine Lee1-3/+22
2016-09-17svga: skip query flush if we already have the query resultBrian Paul1-5/+5
2016-09-17svga: remove unneeded svga_context_flush() in svga_end_query()Brian Paul1-5/+0
2016-09-17svga: use upload buffer for upload texture.Charmaine Lee6-26/+279
2016-09-17svga: refactor svga_texture_transfer_map/unmap functionsCharmaine Lee1-217/+272
2016-09-17svga: add SVGA3d_vgpu10_TransferFromBuffer()Charmaine Lee3-0/+51
2016-09-17svga: single sample surface can be created as non-multisamples surfaceCharmaine Lee2-2/+6
2016-09-17svga: fix memory leak with sampler stateCharmaine Lee1-3/+0
2016-09-17svga: fix prim type check/assignment in translate_indices()Brian Paul1-2/+2
2016-09-17svga: use SVGA3D_QUERYTYPE_MAX for svga query type checkCharmaine Lee1-3/+3
2016-09-17svga: split the num-resources-mapped hud to textures & buffersCharmaine Lee5-12/+26
2016-09-17svga: change svga hud defines to enumsCharmaine Lee1-22/+25
2016-09-17svga: implement an index buffer translation cacheBrian Paul5-6/+84
2016-09-17svga: try to emit fewer buffer rebind commandsBrian Paul5-5/+60
2016-09-17svga: reduce unmapping/remapping of the default constant bufferBrian Paul3-6/+40
2016-09-17svga: optimize memcpy() in svga_buffer_update_hw()Brian Paul1-1/+8
2016-09-17svga: Use comparison between svga texture types to use PredCopyRegion commandNeha Bhende1-6/+9
2016-09-17svga: Add function svga_resource_type()Neha Bhende2-19/+21
2016-09-17nvc0/ir: fix subops for IMADSamuel Pitoiset1-4/+6
2016-09-17nvc0/ir: fix comments about instructions infoSamuel Pitoiset1-2/+3
2016-09-16mesa: Move buffers-unmapped earlier in check_valid_to_render().Kenneth Graunke1-6/+6
2016-09-16mesa: Expose GL_CONTEXT_FLAGS in ES 3.2.Kenneth Graunke1-3/+5
2016-09-16radeonsi/compute: Use the HSA abi for non-TGSI compute shaders v3Tom Stellard3-18/+761