aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: add shader code generation for tessellationMarek Olšák2015-07-231-0/+2
* radeonsi: add debug flags for dumping tessellation shadersMarek Olšák2015-07-232-9/+17
* gallium/radeon: expose emit_fetchMarek Olšák2015-07-232-19/+15
* gallium/radeon: expose LLVM functions implementing emit_storeMarek Olšák2015-07-232-5/+13
* gallium/radeon: remove buffer_unmap calls that can potentially decrease perfMarek Olšák2015-07-233-17/+1
* radeonsi: don't change pipe_resource in resource_copy_regionMarek Olšák2015-07-231-1/+0
* gallium: replace INLINE with inlineIlia Mirkin2015-07-213-14/+14
* radeonsi: direct emit intrinsic for DFRAC.Dave Airlie2015-07-131-0/+1
* radeonsi: ARB_gpu_shader_fp64 + ARB_vertex_attrib_64bit support.Dave Airlie2015-07-122-7/+143
* gallium/radeon: mark the gpu load thread stop trigger as volatileMarek Olšák2015-07-051-1/+1
* gallium: remove redundant pipe_context::fence_signalledMarek Olšák2015-07-051-9/+0
* r600g,radeonsi: implement get_device_reset_statusMarek Olšák2015-07-033-2/+24
* gallium: add PIPE_COMPUTE_CAP_SUBGROUP_SIZEGrigori Goronzy2015-06-292-0/+26
* radeon/llvm: Handle LLVM backend rename from R600 to AMDGPUTom Stellard2015-06-121-0/+8
* android: enable the radeonsi driverChih-Wei Huang2015-06-091-0/+4
* r600g,radeonsi: Assert that there's enough space after flushingMichel Dänzer2015-06-081-3/+2
* radeon/llvm: reset temps_count on deallocationMarek Olšák2015-05-291-0/+1
* radeon/llvm: don't use a static array size for radeon_llvm_context::arrays (v2)Marek Olšák2015-05-292-7/+12
* radeon/vce: adapt new firmware interface changesChristian König2015-05-224-2/+252
* radeon/vce: move CPB handling function into common codeChristian König2015-05-223-29/+48
* gallium: remove TGSI_SAT_MINUS_PLUS_ONEMarek Olšák2015-05-201-23/+17
* util: Move gallium's linked list to utilJason Ekstrand2015-05-082-2/+2
* r600g: Fix Clang return-type build error.Vinson Lee2015-05-061-1/+1
* gallium: make pipe_context::begin_query return a booleanSamuel Pitoiset2015-05-061-8/+10
* gallium: replace pipe_driver_query_info::max_value by a unionSamuel Pitoiset2015-05-061-12/+12
* gallium: add new fields to pipe_driver_query_infoSamuel Pitoiset2015-05-061-11/+11
* winsys/radeon: add a private interface for radeon_surfaceMarek Olšák2015-04-299-21/+94
* winsys/radeon: move radeon_winsys.h to drivers/radeonMarek Olšák2015-04-299-8/+615
* r600g,radeonsi: add a driver query returning GPU loadMarek Olšák2015-04-286-2/+175
* r600g,radeonsi: add driver queries for GPU temperature and shader+memory clocksMarek Olšák2015-04-283-2/+35
* gallium/radeon: print winsys info with R600_DEBUG=infoMarek Olšák2015-04-272-0/+28
* gallium/radeon: don't crash when getting out-of-bounds TEMP referencesMarek Olšák2015-04-231-0/+6
* android: use LOCAL_SHARED_LIBRARIES over TARGET_OUT_HEADERSEmil Velikov2015-04-221-2/+1
* radeonsi: add a debug option to compile shaders when they're createdMarek Olšák2015-04-162-0/+2
* radeon/llvm: Improve codegen for KILL_IFTom Stellard2015-04-141-0/+29
* radeon/llvm: Run LLVM's instruction combining passTom Stellard2015-04-141-0/+1
* radeon/vce: implement video usability information supportLeo Liu2015-03-313-0/+59
* gallium: implement get_device_vendor() for existing driversGiuseppe Bilotta2015-03-231-0/+6
* radeonsi: increase coords array size for radeon_llvm_emit_prepare_cube_coordsMarek Olšák2015-03-181-1/+1
* radeonsi: implement TGSI_OPCODE_BFI (v2)Marek Olšák2015-03-161-0/+34
* radeonsi: add basic code for overrasterizationMarek Olšák2015-03-163-14/+26
* radeonsi: add support for easy opcodes from ARB_gpu_shader5Marek Olšák2015-03-161-0/+8
* radeonsi: implement bit-finding opcodes from ARB_gpu_shader5Marek Olšák2015-03-161-0/+92
* radeonsi: add support for SQRTMarek Olšák2015-03-161-0/+2
* radeonsi: add support for FMAMarek Olšák2015-03-161-0/+2
* gallium/radeon: don't use LLVMReadOnlyAttribute for ALUMarek Olšák2015-03-161-16/+9
* r600g,radeonsi: fix streamout after pipeline stats have been usedMarek Olšák2015-02-242-13/+1
* gallium/radeon: fix an uninitialized-variable warningMarek Olšák2015-02-201-1/+1
* Revert "radeon/llvm: enable unsafe math for graphics shaders"Michel Dänzer2015-02-181-4/+0
* r600g,radeonsi: implement GL_AMD_pinned_memoryMarek Olšák2015-02-173-4/+48