summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* gallium: remove unused PIPE_CC_GCC_VERSIONTimothy Arceri2016-09-231-1/+0
* util: remove Sun C Compiler supportTimothy Arceri2016-09-231-1/+1
* st/mesa: turn on OES_viewport_array when dependencies are metIlia Mirkin2016-09-221-0/+5
* mesa: add implementations for new float depth functionsIlia Mirkin2016-09-221-1/+18
* mesa: move ARB_viewport_array params to a GLES 3.1-accessible sectionIlia Mirkin2016-09-221-6/+6
* mesa: add GL_OES_viewport_array to the extension stringIlia Mirkin2016-09-223-0/+3
* glsl: add OES_viewport_array enables and use them to expose gl_ViewportIndexIlia Mirkin2016-09-222-3/+8
* mesa: add new entrypoints for GL_OES_viewport_arrayIlia Mirkin2016-09-225-6/+85
* mapi: export all GLES 3.2 functions in libGLESv2.soDylan Baker2016-09-221-0/+12
* mapi: sort static_data.py functionsDylan Baker2016-09-221-2/+2
* mapi: retab static_data.py to be consistentDylan Baker2016-09-221-1285/+1285
* spirv: fix AtomicLoad/Store on imagesLionel Landwerlin2016-09-221-10/+3
* nir: Allow opt_peephole_sel to be more aggressive in flattening IFs.Eric Anholt2016-09-224-31/+57
* 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
* i965: Enable ES 3.2 on Skylake.Kenneth Graunke2016-09-211-1/+2
* nir/spirv/glsl450: Add support for the InterpolateAt opcodesJason Ekstrand2016-09-211-1/+53
* nir/spirv: Claim support for SampleRateShadingJason Ekstrand2016-09-211-1/+1
* nir/spirv: Bring back the spirv2nir helper binaryJason Ekstrand2016-09-212-0/+73
* i965: implement querying __DRI_IMAGE_ATTRIB_OFFSET.Chuanbo Weng2016-09-211-2/+7
* egl: return corresponding offset of EGLImage instead of 0.Chuanbo Weng2016-09-211-2/+9
* i965/ir: Test thread dispatch packing assumptions.Francisco Jerez2016-09-211-0/+30
* i965/ir: Pass identity mask to brw_find_live_channel() in the packed dispatch...Francisco Jerez2016-09-212-3/+11
* i965/ir: Skip eliminate_find_live_channel() for stages with sparse thread dis...Francisco Jerez2016-09-213-0/+65
* i965/fs: Take Dispatch/Vector mask into account in FIND_LIVE_CHANNELJason Ekstrand2016-09-215-13/+50
* i965/reg: Make brw_sr0_reg take a subnr and return a vec1 regJason Ekstrand2016-09-212-13/+9
* anv: pipeline: use correct number of thread for computeLionel Landwerlin2016-09-211-1/+4
* anv: allocator: correct scratch space for haswellLionel Landwerlin2016-09-211-1/+21
* anv: device: calculate compute thread numbers using subslices numbersLionel Landwerlin2016-09-216-18/+74
* 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
* i965: Rename intelScreen to screen.Kenneth Graunke2016-09-2028-170/+170
* i965: Rename __DRIScreen pointers to "dri_screen".Kenneth Graunke2016-09-206-83/+85
* mesa: Implement ARB_shader_viewport_layer_array for i965Dylan Baker2016-09-206-2/+18
* 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
* aubinator: add a custom handler for immediate register loadLionel Landwerlin2016-09-203-3/+47
* 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
* glsl: Skip "unsized arrays aren't allowed" check for TCS/TES/GS vars.Kenneth Graunke2016-09-191-1/+27