aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* clover: Add clCreateProgramWithBuiltInKernels.EdB2014-07-282-1/+23
* glsl/cs: Add several GLSL compute shader variablesJordan Justen2014-07-271-0/+6
* main/cs: Add additional compute shader constant valuesJordan Justen2014-07-272-0/+18
* glsl: No longer require ubo block index to be constant in ir_validateChris Forbes2014-07-261-1/+0
* glsl: Accept nonconstant array references in lower_ubo_referenceChris Forbes2014-07-261-11/+32
* glsl: Convert uniform_block in lower_ubo_reference to ir_rvalue.Chris Forbes2014-07-261-7/+8
* glsl: Mark entire UBO array active if indexed with non-constant.Chris Forbes2014-07-261-19/+31
* glsl: Allow non-constant UBO array indexing with GLSL4/ARB_gpu_shader5.Chris Forbes2014-07-261-1/+2
* ilo: simplify ilo_flush()Chia-I Wu2014-07-263-20/+30
* r600g/compute: Defrag the pool at the same time as we grow itBruno Jiménez2014-07-252-23/+19
* r600g/compute: Try to use a temporary resource when growing the poolBruno Jiménez2014-07-251-18/+43
* freedreno: fix typo in gpu version checkRob Clark2014-07-251-1/+1
* freedreno/ir3: split out shader compiler from a3xxRob Clark2014-07-2525-477/+580
* freedreno/a3xx/compiler: rename ir3_shader to ir3Rob Clark2014-07-2512-55/+55
* freedreno/a3xx/compiler: scheduler vs pred regRob Clark2014-07-252-3/+51
* freedreno/a3xx/compiler: little cleanupsRob Clark2014-07-254-39/+19
* freedreno/a3xx: enable/disable wa's based on patch-levelRob Clark2014-07-254-8/+34
* freedreno/a3xx/compiler: make IR heap dyanmicRob Clark2014-07-252-8/+43
* r600g/compute: Fix singed/unsigned comparison compiler warnings.Jan Vesely2014-07-251-7/+7
* clover: Query the device to see if images are supportedTom Stellard2014-07-253-1/+8
* gallium: Add PIPE_CAP_COMPUTE_IMAGES_SUPPORTEDTom Stellard2014-07-253-1/+11
* r600g/compute: Allow compute_memory_defrag to defragment between resourcesBruno Jiménez2014-07-252-5/+7
* r600g/compute: Allow compute_memory_move_item to move items between resourcesBruno Jiménez2014-07-252-16/+16
* gbm: Search LIBGL_DRIVERS_PATH if GBM_DRIVERS_PATH is not setDylan Baker2014-07-241-1/+11
* winsys/radeon: fix indentationJerome Glisse2014-07-241-29/+29
* Add an accelerated version of F_TO_I for x86_64Jason Ekstrand2014-07-241-1/+5
* i965/fs: Decide predicate/predicate_inverse outside of the for loop.Matt Turner2014-07-241-9/+14