summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-09-22mapi: export all GLES 3.2 functions in libGLESv2.sowip/gles32-symbolsDylan Baker1-0/+12
2016-09-22mapi: sort static_data.py functionsDylan Baker1-2/+2
2016-09-22mapi: retab static_data.py to be consistentDylan Baker1-1285/+1285
2016-09-22spirv: fix AtomicLoad/Store on imagesLionel Landwerlin1-10/+3
2016-09-22nir: Allow opt_peephole_sel to be more aggressive in flattening IFs.Eric Anholt4-31/+57
2016-09-21docs: Mark ES 3.2 "all done" for i965/gen9+.Kenneth Graunke1-1/+1
2016-09-21docs: Add ES 3.2 to release notes.Kenneth Graunke1-0/+1
2016-09-21gallium/util: add comment on util_is_format_compatible()Brian Paul1-0/+24
2016-09-21svga: minor simplification in svga_validate_surface_view()Brian Paul1-3/+2
2016-09-21svga: remove disable_shader debug variableBrian Paul3-10/+0
2016-09-21i965: Enable ES 3.2 on Skylake.Kenneth Graunke1-1/+2
2016-09-21nir/spirv/glsl450: Add support for the InterpolateAt opcodesJason Ekstrand1-1/+53
2016-09-21nir/spirv: Claim support for SampleRateShadingJason Ekstrand1-1/+1
2016-09-21nir/spirv: Bring back the spirv2nir helper binaryJason Ekstrand2-0/+73
2016-09-21i965: implement querying __DRI_IMAGE_ATTRIB_OFFSET.Chuanbo Weng1-2/+7
2016-09-21egl: return corresponding offset of EGLImage instead of 0.Chuanbo Weng1-2/+9
2016-09-21dri: add offset attribute and bump version of EGLImage extensions.Chuanbo Weng1-1/+3
2016-09-21i965/ir: Test thread dispatch packing assumptions.Francisco Jerez1-0/+30
2016-09-21i965/ir: Pass identity mask to brw_find_live_channel() in the packed dispatch...Francisco Jerez2-3/+11
2016-09-21i965/ir: Skip eliminate_find_live_channel() for stages with sparse thread dis...Francisco Jerez3-0/+65
2016-09-21i965/fs: Take Dispatch/Vector mask into account in FIND_LIVE_CHANNELJason Ekstrand5-13/+50
2016-09-21i965/reg: Make brw_sr0_reg take a subnr and return a vec1 regJason Ekstrand2-13/+9
2016-09-21anv: pipeline: use correct number of thread for computeLionel Landwerlin1-1/+4
2016-09-21anv: allocator: correct scratch space for haswellLionel Landwerlin1-1/+21
2016-09-21anv: device: calculate compute thread numbers using subslices numbersLionel Landwerlin6-18/+74
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