summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-09-22fixup nir_serializenir-serializeConnor Abbott1-3/+7
2017-09-22fixup: adapt nir_serializeConnor Abbott1-8/+11
2017-09-22compiler/blob: make blob_reserve_bytes() more usefulConnor Abbott3-19/+26
2017-09-22MORE FIXESConnor Abbott1-0/+10
2017-09-22FIXESConnor Abbott1-22/+38
2017-09-22nir: add test harness for serializing/deserializingConnor Abbott1-0/+35
2017-09-22glsl_types: encode/decode the void typeConnor Abbott1-2/+2
2017-09-22WIP nir: add serialization and deserializationConnor Abbott3-0/+1157
2017-09-22glsl: move shader_cache type handling to glsl_typesConnor Abbott3-171/+185
2017-09-08glsl: move blob up to the compiler directoryConnor Abbott3-2/+2
2017-09-08radv: keep track of the disasm string in debug mode onlySamuel Pitoiset2-1/+9
2017-09-08radv: add shader_variant_create() helper functionSamuel Pitoiset1-58/+56
2017-09-08radv: drop 'dump' parameters from some shader related functionsSamuel Pitoiset3-22/+19
2017-09-08radv: move shaders related code to radv_shader.cSamuel Pitoiset11-523/+642
2017-09-08radv: fix error code when initializing the push descriptorsSamuel Pitoiset1-1/+1
2017-09-08radv: do not update vertex descriptors if the allocation failedSamuel Pitoiset1-4/+8
2017-09-08radv: add radv_vertex_elements_info data structureSamuel Pitoiset3-18/+26
2017-09-08gallium/tests: use ARRAY_SIZE macroEric Engestrom3-3/+9
2017-09-08r300: use ARRAY_SIZE macroEric Engestrom1-1/+3
2017-09-08glx: use ARRAY_SIZE macroEric Engestrom1-1/+2
2017-09-08radv: add an assertion when pushing meta descriptor setsSamuel Pitoiset1-0/+1
2017-09-08mesa/st: Fix frontbuffer rendering regressionThomas Hellstrom1-0/+3
2017-09-08i965: Don't special case the batchbuffer when reference counting.Kenneth Graunke1-11/+4
2017-09-08ac: remove bitcast_to_float()Connor Abbott1-16/+2
2017-09-08ac: move ac_to_integer() and ac_to_float() to ac_llvm_build.cConnor Abbott3-162/+172
2017-09-08ac: fix ac_get_type_size() for doublesConnor Abbott1-0/+1
2017-09-08radv/ac: use ac_get_type_size.Dave Airlie1-23/+3
2017-09-08radeonsi: move the guts of ARB_shader_group_vote emission to acConnor Abbott3-21/+39
2017-09-08radeonsi: move si_emit_ballot() to acConnor Abbott3-32/+35
2017-09-08radeonsi: move emit_optimization_barrier() to acConnor Abbott3-43/+47
2017-09-08radeonsi: move llvm_get_type_size() to acConnor Abbott3-34/+35
2017-09-08radv/winsys: fix flags vs va_flags thinko.Dave Airlie1-1/+1
2017-09-07radv: use simpler indirect packet 3 if possible.Dave Airlie1-14/+23
2017-09-07radv/gfx9: allocate events from uncached VA spaceDave Airlie3-3/+8
2017-09-07radv/winsys: use amdgpu_bo_va_op_raw.Dave Airlie1-7/+24
2017-09-07Revert "st/va: add enviromental variable to disable interlace"Leo Liu1-4/+0
2017-09-07st/va: move YUV content to deinterlaced buffer when reallocated for encoderLeo Liu1-1/+10
2017-09-07st/va: reallocate the buffer if the layout isn't supportedLeo Liu1-9/+12
2017-09-07vl/compositor: make vl_compositor_set_yuv_layer() staticLeo Liu2-44/+28
2017-09-07st/omx: use vl/compositor helper function for YUV deinterlacingLeo Liu1-30/+2
2017-09-07vl/compositor: make a helper function for YUV deinterlacingLeo Liu2-0/+40
2017-09-07ac/surface: add radeon_surf::has_stencil for convenienceMarek Olšák11-14/+18
2017-09-07mesa/st/tests: Fix regressions with libunwind enabled introduced with 7be6d8fe12Gert Wollny1-0/+1
2017-09-07mesa/st/tests: Fix classic build regressions introduced with 7be6d8fe12Gert Wollny1-1/+6
2017-09-07mesa/main: Fix GetTransformFeedbacki64 for glTransformFeedbackBufferBaseIago Toral Quiroga1-0/+22
2017-09-07radeonsi: don't read tcs_out_lds_layout.patch_stride from an SGPRMarek Olšák1-6/+14
2017-09-07radeonsi: don't read tcs_out_lds_layout.vertex_size from an SGPRMarek Olšák3-6/+20
2017-09-07radeonsi/gfx9: don't read LS out vertex stride from an SGPR in monolithic HSMarek Olšák2-1/+11
2017-09-07radeonsi: don't read the LS output vertex stride from an SGPR in LSMarek Olšák1-4/+21
2017-09-07radeonsi: don't read the number of TCS out vertices from an SGPR in TCSMarek Olšák1-2/+15