summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-08-03r600,compute: force tiling on 2D and 3D texture compute resourcesZoltan Gilian1-2/+9
2015-08-03clover: handle setKernelArg errorsZoltan Gilian1-0/+15
2015-08-03clover: fix image resource depth and array_sizeZoltan Gilian2-1/+2
2015-08-03nir: Use a single bit for the dual-source blend indexTimothy Arceri1-2/+6
2015-08-03clover: pass image attributes to the kernelZoltan Gilian4-11/+171
2015-08-03clover: move find_kernels to functionsZoltan Gilian1-13/+15
2015-08-03mesa: fix type for array indexing validationTimothy Arceri1-1/+1
2015-08-03mesa/es3.1: Allow multisampled textures for GLES 3.1Marta Lofstedt1-2/+2
2015-08-03mesa/es3.1: Allow query of GL_TEXTURE_MULTISAMPLEMarta Lofstedt1-1/+3
2015-08-03mesa/es3.1: Allow enable of GL_SAMPLE_MASKMarta Lofstedt1-1/+1
2015-08-03mesa/es3.1: Allow textures with target GL_TEXTURE_2D_MULTISAMPLEMarta Lofstedt2-3/+3
2015-08-03mesa/es3.1: Allow GL_DEPTH_STENCIL_TEXTURE_MODEMarta Lofstedt1-1/+3
2015-08-03mesa/es3.1: Allow GL_SAMPLE_MASKMarta Lofstedt1-1/+1
2015-08-03mesa/es3.1: Allow binding GL_DRAW_INDIRECT_BUFFER with gles 3.1Marta Lofstedt1-2/+3
2015-08-03r600g: re-enable single-sample fast clearMarek Olšák1-6/+1
2015-08-03r600g: fix the CB_SHADER_MASK setupMarek Olšák2-4/+5
2015-08-03r600g: fix the single-sample fast clear setupMarek Olšák1-2/+6
2015-08-02radeonsi: flush if the memory usage for an IB is too highMarek Olšák2-0/+17
2015-08-01opencl: use versioned .so in mesa.icdIgor Gnatenko3-2/+2
2015-08-01winsys/radeon: don't leak the fd when it is 0Emil Velikov1-2/+2
2015-08-01egl/wayland: use drmGetNodeTypeFromFd helper instead of opencoding itEmil Velikov1-18/+2
2015-08-01egl/wayland: use designated initializersEmil Velikov1-13/+13
2015-08-01egl: remove ifdef $(egl_extension) compile guardsEmil Velikov3-65/+1
2015-08-01egl/wayland: libdrm is a hard requirement, treat it as suchEmil Velikov1-2/+0
2015-08-01egl: consolidate ifdef HAVE_LIBDRM blocksEmil Velikov1-108/+102
2015-08-01Revert "gallium/radeon: re-enable unsafe math for graphics shaders"Marek Olšák1-4/+0
2015-07-31clover: make dispatch matches functions defEdB1-5/+18
2015-07-31gallivm: Fix GCC unused-variable warning.Vinson Lee1-2/+1
2015-07-31glx: Fix missing bit decl for EXT_texture_integerAdam Jackson1-0/+1
2015-07-31glsl: Initialize parse-state in constructor of lower_subroutine.Matt Turner1-3/+3
2015-07-31glx: Fix image size computation for EXT_texture_integer (v2)Adam Jackson2-0/+11
2015-07-31radeonsi: copy *8_SNORM bits exactly in resource_copy_regionMarek Olšák1-1/+3
2015-07-31r600g: early exit in r600_clear if there's nothing to doMarek Olšák1-0/+2
2015-07-31radeonsi: early exit in si_clear if there's nothing to doMarek Olšák1-0/+2
2015-07-31radeonsi: fix a regression since the resource_copy_region cleanupMarek Olšák1-1/+1
2015-07-31radeonsi: fix broken st/nine from merging tessellationMarek Olšák1-2/+7
2015-07-31radeonsi: move CP DMA functions to their own fileMarek Olšák6-236/+274
2015-07-31radeonsi: add a debug flag that disables printing ISA in shader dumpsMarek Olšák3-9/+13
2015-07-31radeonsi: add a debug flag that disables printing TGSI in shader dumpsMarek Olšák3-1/+3
2015-07-31radeonsi: add a debug flag that disables printing the LLVM IR in shader dumpsMarek Olšák6-29/+29
2015-07-31radeonsi: store shader disassemblies in memory for future usersMarek Olšák7-17/+18
2015-07-31radeonsi: don't use llvm.AMDIL.fraction for FRC and DFRACMarek Olšák1-4/+16
2015-07-31gallium/radeon: re-enable unsafe math for graphics shadersMarek Olšák1-0/+4
2015-07-31gallium/radeon: don't use rsq_actionMarek Olšák1-7/+3
2015-07-31gallium/radeon: move r600-specific code to r600gMarek Olšák2-152/+150
2015-07-31gallium/radeon: remove unused variables and old commentsMarek Olšák4-35/+0
2015-07-31gallium/radeon: remove build_intrinsic and build_tgsi_intrinsicMarek Olšák4-108/+58
2015-07-31gallivm: add LLVMAttribute parameter to lp_build_intrinsicMarek Olšák7-19/+24
2015-07-31gallium/util: clear up that debug_get_flags_option returns a 64-bit maskMarek Olšák2-7/+7
2015-07-31radeonsi: completely rework updating descriptors without CP DMAMarek Olšák4-271/+128