summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-07-29glsl/glcpp: Remove some un-needed calls to NEWLINE_CATCHUPCarl Worth1-4/+0
2014-07-29glsl/glcpp: Add support for comments between #define and macro identifierCarl Worth3-2/+41
2014-07-29glsl/glcpp: Emit proper error for #define with a non-identifierCarl Worth3-0/+9
2014-07-29glsl/glcpp: Add testing for directives preceded by a spaceCarl Worth2-0/+43
2014-07-29glsl/glcpp: Fix to emit spaces following directivesCarl Worth2-2/+3
2014-07-29configure.ac: require libdrm_radeon 2.4.56 because of the Hawaii fix thereMarek Olšák1-1/+1
2014-07-29main/get_hash_params: Add GL_SAMPLE_SHADING_ARBJason Ekstrand1-0/+1
2014-07-29os_process.c: Add cygwin as an expected platformYaakov Selkowitz1-2/+2
2014-07-29xmlconfig: Use program_invocation_short_name when building for cygwinYaakov Selkowitz1-0/+2
2014-07-29docs: fix date typo: July 78 -> 18Brian Paul1-1/+1
2014-07-29svga: remove unneeded depth==1 assertion in svga_texture_view_surface()Brian Paul1-1/+0
2014-07-29st/wgl: Clamp wglChoosePixelFormatARB's output nNumFormats to nMaxFormats.José Fonseca1-2/+4
2014-07-29gallium/radeon: Add some Emacs .dir-locals.el filesMichel Dänzer4-0/+45
2014-07-29ilo: fix fb height of HiZ opsChia-I Wu1-1/+1
2014-07-28glapi: add indexed blend functions (GL 4.0)Tapani Pälli2-5/+31
2014-07-28r600g,radeonsi: switch all occurences of array_size to util_max_layerMarek Olšák3-6/+10
2014-07-28radeonsi: fix occlusion queries on HawaiiMarek Olšák1-1/+7
2014-07-28winsys/radeon: fix vram_size overflow with HawaiiMarek Olšák3-5/+7
2014-07-28radeonsi: fix a hang with streamout on HawaiiMarek Olšák2-1/+14
2014-07-28radeonsi: fix a hang with instancing on HawaiiMarek Olšák1-1/+15
2014-07-28gallium/util: add a helper for calculating primitive count from vertex countMarek Olšák1-0/+15
2014-07-28radeonsi: fix CMASK and HTILE calculations for HawaiiMarek Olšák1-2/+2
2014-07-28r600g,radeonsi: add debug flags which disable tilingMarek Olšák3-13/+24
2014-07-28gallium: rename shader cap MAX_CONSTS to MAX_CONST_BUFFER_SIZEMarek Olšák18-39/+40
2014-07-28r600g: switch SNORM conversion to DX and GLES behaviorMarek Olšák4-7/+0
2014-07-28util: Fix typoTom Stellard1-1/+1
2014-07-28ilo: correctly propagate resource renames to hardwareChia-I Wu3-14/+30
2014-07-28ilo: add ilo_resource_get_bo() helperChia-I Wu2-17/+18
2014-07-28radeonsi: Use util_memcpy_cpu_to_le32()Tom Stellard2-19/+8
2014-07-28util: Add util_memcpy_cpu_to_le32() v3Tom Stellard1-0/+17
2014-07-28clover: Add checks for image support to the image functions v2Tom Stellard3-0/+12
2014-07-28r600g/compute: Add debug information to promote and demote functionsBruno Jiménez1-4/+11
2014-07-28r600g/compute: Add documentation to compute_memory_poolBruno Jiménez2-31/+86
2014-07-28ilo: unblock an inline write with a staging boChia-I Wu1-13/+31
2014-07-28ilo: try unblocking a transfer with a staging boChia-I Wu4-19/+209
2014-07-28ilo: enable persistent and coherent transfersChia-I Wu3-8/+35
2014-07-28ilo: drop ptr from ilo_transferChia-I Wu2-35/+36
2014-07-28ilo: s/TRANSFER_MAP_UNSYNC/TRANSFER_MAP_GTT_UNSYNC/Chia-I Wu2-6/+6
2014-07-28ilo: drop unused context param from transfer functionsChia-I Wu1-115/+100
2014-07-28ilo: tidy up transfer mapping/unmappingChia-I Wu1-88/+89
2014-07-28ilo: tidy up choose_transfer_method()Chia-I Wu1-84/+164
2014-07-28ilo: free transfers with util_slab_free()Chia-I Wu1-1/+1
2014-07-28clover: Add clUnloadPlatformCompiler.EdB2-1/+6
2014-07-28clover: Add clCreateProgramWithBuiltInKernels.EdB2-1/+23
2014-07-27glsl/cs: Add several GLSL compute shader variablesJordan Justen1-0/+6
2014-07-27main/cs: Add additional compute shader constant valuesJordan Justen2-0/+18
2014-07-26glsl: No longer require ubo block index to be constant in ir_validateChris Forbes1-1/+0
2014-07-26glsl: Accept nonconstant array references in lower_ubo_referenceChris Forbes1-11/+32
2014-07-26glsl: Convert uniform_block in lower_ubo_reference to ir_rvalue.Chris Forbes1-7/+8
2014-07-26glsl: Mark entire UBO array active if indexed with non-constant.Chris Forbes1-19/+31