summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* glsl/glcpp: Rename HASH token to HASH_TOKENCarl Worth2014-07-292-5/+8
* glsl/glcpp: Don't use start-condition stack when switching to/from <DEFINE>Carl Worth2014-07-291-3/+3
* glsl/glcpp: Add a -d/--debug option to the standalone glcpp programCarl Worth2014-07-292-1/+7
* glsl/glcpp: Fix off-by-one error in column in first-line error messagesCarl Worth2014-07-2917-19/+19
* glsl/glcpp: Minor tweak to wording of error messageCarl Worth2014-07-293-3/+3
* glsl/glcpp: Stop using a lexer start condition (<SKIP>) for token skipping.Carl Worth2014-07-293-63/+99
* glsl/glcpp: Abstract a bit of common code for returning string tokensCarl Worth2014-07-291-22/+18
* glsl/glcpp: Drop extra, final newline from most outputCarl Worth2014-07-29130-165/+51
* glsl/glcpp: Add testing for EOF sans newline (and fix for <DEFINE>, <COMMENT>)Carl Worth2014-07-297-2/+13
* glsl/glcpp: Remove some un-needed calls to NEWLINE_CATCHUPCarl Worth2014-07-291-4/+0
* glsl/glcpp: Add support for comments between #define and macro identifierCarl Worth2014-07-293-2/+41
* glsl/glcpp: Emit proper error for #define with a non-identifierCarl Worth2014-07-293-0/+9
* glsl/glcpp: Add testing for directives preceded by a spaceCarl Worth2014-07-292-0/+43
* glsl/glcpp: Fix to emit spaces following directivesCarl Worth2014-07-292-2/+3
* main/get_hash_params: Add GL_SAMPLE_SHADING_ARBJason Ekstrand2014-07-291-0/+1
* os_process.c: Add cygwin as an expected platformYaakov Selkowitz2014-07-291-2/+2
* xmlconfig: Use program_invocation_short_name when building for cygwinYaakov Selkowitz2014-07-291-0/+2
* svga: remove unneeded depth==1 assertion in svga_texture_view_surface()Brian Paul2014-07-291-1/+0
* st/wgl: Clamp wglChoosePixelFormatARB's output nNumFormats to nMaxFormats.José Fonseca2014-07-291-2/+4
* gallium/radeon: Add some Emacs .dir-locals.el filesMichel Dänzer2014-07-294-0/+45
* ilo: fix fb height of HiZ opsChia-I Wu2014-07-291-1/+1
* glapi: add indexed blend functions (GL 4.0)Tapani Pälli2014-07-282-5/+31
* r600g,radeonsi: switch all occurences of array_size to util_max_layerMarek Olšák2014-07-283-6/+10
* radeonsi: fix occlusion queries on HawaiiMarek Olšák2014-07-281-1/+7
* winsys/radeon: fix vram_size overflow with HawaiiMarek Olšák2014-07-283-5/+7
* radeonsi: fix a hang with streamout on HawaiiMarek Olšák2014-07-282-1/+14
* radeonsi: fix a hang with instancing on HawaiiMarek Olšák2014-07-281-1/+15
* gallium/util: add a helper for calculating primitive count from vertex countMarek Olšák2014-07-281-0/+15
* radeonsi: fix CMASK and HTILE calculations for HawaiiMarek Olšák2014-07-281-2/+2
* r600g,radeonsi: add debug flags which disable tilingMarek Olšák2014-07-283-13/+24
* gallium: rename shader cap MAX_CONSTS to MAX_CONST_BUFFER_SIZEMarek Olšák2014-07-2818-39/+40
* r600g: switch SNORM conversion to DX and GLES behaviorMarek Olšák2014-07-284-7/+0
* util: Fix typoTom Stellard2014-07-281-1/+1
* ilo: correctly propagate resource renames to hardwareChia-I Wu2014-07-283-14/+30
* ilo: add ilo_resource_get_bo() helperChia-I Wu2014-07-282-17/+18
* radeonsi: Use util_memcpy_cpu_to_le32()Tom Stellard2014-07-282-19/+8
* util: Add util_memcpy_cpu_to_le32() v3Tom Stellard2014-07-281-0/+17
* clover: Add checks for image support to the image functions v2Tom Stellard2014-07-283-0/+12
* r600g/compute: Add debug information to promote and demote functionsBruno Jiménez2014-07-281-4/+11
* r600g/compute: Add documentation to compute_memory_poolBruno Jiménez2014-07-282-31/+86
* ilo: unblock an inline write with a staging boChia-I Wu2014-07-281-13/+31
* ilo: try unblocking a transfer with a staging boChia-I Wu2014-07-284-19/+209
* ilo: enable persistent and coherent transfersChia-I Wu2014-07-283-8/+35
* ilo: drop ptr from ilo_transferChia-I Wu2014-07-282-35/+36
* ilo: s/TRANSFER_MAP_UNSYNC/TRANSFER_MAP_GTT_UNSYNC/Chia-I Wu2014-07-282-6/+6
* ilo: drop unused context param from transfer functionsChia-I Wu2014-07-281-115/+100
* ilo: tidy up transfer mapping/unmappingChia-I Wu2014-07-281-88/+89
* ilo: tidy up choose_transfer_method()Chia-I Wu2014-07-281-84/+164
* ilo: free transfers with util_slab_free()Chia-I Wu2014-07-281-1/+1
* clover: Add clUnloadPlatformCompiler.EdB2014-07-282-1/+6