summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-11-20docs: Update GL_ARB_get_program_binary docs to support 1 formati965-get-program-binary-v2i965-get-program-binaryJordan Justen2-1/+2
2017-11-20i965: Add ARB_get_program_binary support using nir_serializationJordan Justen5-0/+214
2017-11-20util: Add Mesa ARB_get_program_binary helper functionsJordan Justen4-0/+223
2017-11-20main: Clear shader program data whenever ProgramBinary is calledJordan Justen1-0/+3
2017-11-20main: Support calling driver for ProgramBinaryJordan Justen2-17/+25
2017-11-20main: Support calling driver for GetProgramBinaryJordan Justen2-6/+15
2017-11-20main: Support calling driver for GL_PROGRAM_BINARY_LENGTHJordan Justen2-1/+19
2017-11-20main: Support 1 Mesa format with get for GL_PROGRAM_BINARY_FORMATSJordan Justen2-1/+10
2017-11-20main: Allow non-zero NUM_PROGRAM_BINARY_FORMATSJordan Justen2-1/+4
2017-11-20i965: Fix memory leak when serializing nirJordan Justen1-0/+1
2017-11-20i965: Add brw_program_serialize_nirJordan Justen3-7/+17
2017-11-20i965: Free serialized nir after deserializingJordan Justen1-0/+6
2017-11-20i965: Add brw_program_deserialize_nirJordan Justen3-23/+28
2017-11-20main, glsl: Add UniformDataDefaults which stores uniform defaultsJordan Justen4-2/+32
2017-11-20glsl: Split out shader program serializationJordan Justen6-1181/+1297
2017-11-20include: Add GL_MESA_program_binary_formats to GL/GLES2 ext.h filesJordan Justen2-0/+10
2017-11-20docs/specs: Add GL_MESA_program_binary_formats extension specJordan Justen3-1/+97
2017-11-20i965: Support decoding INTERFACE_DESCRIPTOR_DATA with INTEL_DEBUG=batJordan Justen1-0/+24
2017-11-20swr/rast: Repair simd8 frontend code rotTim Rowley1-1/+1
2017-11-20swr/rast: Implement AVX-512 GATHERPS in SIMD16 fetch shaderTim Rowley4-29/+220
2017-11-20swr/rast: Simplify GATHER* jit builder apiTim Rowley4-48/+48
2017-11-20swr/rast: Add alignment to transpose targetsTim Rowley1-8/+8
2017-11-20swr/rast: Cache eventmanagerTim Rowley3-0/+9
2017-11-20swr/rast: Enable AVX-512 targets in the jitterTim Rowley2-10/+0
2017-11-20swr/rast: Points with clipdistance can't go through simplepoints pathTim Rowley1-1/+2
2017-11-20swr/rast: Code style change (NFC)Tim Rowley1-2/+7
2017-11-20swr/rast: Widen fetch shader to SIMD16Tim Rowley5-3/+151
2017-11-20swr/rast: Support flexible vertex layout for DS outputTim Rowley2-0/+3
2017-11-20gallium/u_threaded: avoid syncing in threaded_context_flushNicolai Hähnle3-5/+17
2017-11-20radeonsi: avoid syncing the driver thread in si_fence_finishNicolai Hähnle3-37/+49
2017-11-20radeonsi: recompute the relative timeout after waiting for ready fenceNicolai Hähnle1-0/+5
2017-11-20ddebug: fix the hang detection timeout calculationNicolai Hähnle1-2/+2
2017-11-20ddebug: fix use-after-free of streamout targetsNicolai Hähnle1-1/+1
2017-11-20gallium/u_threaded: properly initialize fence unflushed tokensNicolai Hähnle1-2/+1
2017-11-20util/u_queue: really use futex-based fencesNicolai Hähnle1-1/+1
2017-11-20util/u_queue: fix timeout handling in util_queue_fence_wait_timeoutNicolai Hähnle1-1/+1
2017-11-20st/mesa: use asynchronous flushes in st_finishNicolai Hähnle1-1/+1
2017-11-20st/mesa: implement st_server_wait_sync properlyNicolai Hähnle1-2/+24
2017-11-20u_threaded_gallium: remove synchronization in fence_server_syncNicolai Hähnle3-3/+13
2017-11-20amd: build addrlib with C++11Nicolai Hähnle1-1/+1
2017-11-20radeonsi/gfx9: fix VM fault with fetched instance divisorsNicolai Hähnle2-5/+12
2017-11-20radv: use a 16 bytes array for the sampled/storage image descriptorsSamuel Pitoiset3-12/+8
2017-11-20radv: do not add the query pool BO to the list in vkCmdEndQuery()Samuel Pitoiset1-1/+3
2017-11-20radv: only load needed depth clear regs for fast depth clearsSamuel Pitoiset1-2/+12
2017-11-20radv: do not add the image BO in radv_set_depth_clear_regs()Samuel Pitoiset1-2/+0
2017-11-20radv: remove useless assertion in emit_depthstencil_clear()Samuel Pitoiset1-4/+0
2017-11-20radv: remove useless check in radv_set_depth_clear_regs()Samuel Pitoiset1-1/+1
2017-11-20docs/features: mark some r600 extensions supportedDave Airlie1-2/+2
2017-11-20glsl: Catch subscripted calls to undeclared subroutinesGeorge Barrett1-2/+7
2017-11-19broadcom/vc5: Fix up integer texture handling.Eric Anholt2-27/+51