summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | gallium/tgsi: s/TGSI_BUFFER/TGSI_TEXTURE_BUFFER/José Fonseca2012-05-113-5/+4
* | gallium/tgsi: Redefine the TGSI_TEXTURE_UNKNOWN texture target.José Fonseca2012-05-115-4/+8
* | llvmpipe: Fix triangle bounding box calculation to be correctly inclusive or ...James Benton2012-05-111-8/+6
* | llvmpipe: Change triangle rasterization comparison from < 0 to <= 0James Benton2012-05-111-1/+8
* | clover: Implement CL_MEM_COPY_HOST_PTR.Francisco Jerez2012-05-114-7/+20
* | gallium/targets/pipe-loader: Prepend DESTDIR to the installation directory.Alexey Shvetsov2012-05-111-2/+2
* | clover: Assorted build fixes.Tom Stellard2012-05-111-8/+30
* | clover: Import OpenCL state tracker.Francisco Jerez2012-05-1151-3/+14729
* | gallium/tests/trivial: Import compute unit tests.Francisco Jerez2012-05-112-1/+1594
* | gallium/gbm: Switch to auxiliary/pipe-loader.Francisco Jerez2012-05-1113-574/+52
* | gallium/tests/trivial: Switch to the pipe loader.Francisco Jerez2012-05-114-36/+50
* | gallium: Add "pipe-loader" target.Francisco Jerez2012-05-117-0/+315
* | gallium: Add pipe loader for device enumeration and driver multiplexing.Francisco Jerez2012-05-1110-0/+691
* | gallium/tgsi/text: Replace open-coded integer parsing with parse_int().Francisco Jerez2012-05-111-17/+3
* | gallium/tgsi/text: Parse immediates of non-float data types.Francisco Jerez2012-05-111-18/+48
* | gallium/tgsi: Fix tgsi_build_full_immediate() for non-float data types.Francisco Jerez2012-05-111-22/+8
* | gallium/tgsi/text: Make label parsing optional for branch instructions.Francisco Jerez2012-05-111-10/+9
* | st/mesa: Use local temporary registers.Francisco Jerez2012-05-111-4/+4
* | gallium/tgsi/ureg: Support local temporary emission.Francisco Jerez2012-05-112-6/+60
* | gallium/tgsi/ureg: Lift the restriction on releasing temporaries over UREG_MA...Francisco Jerez2012-05-111-27/+22
* | gallium/util: Define util_strchrnul.Francisco Jerez2012-05-111-6/+18
* | gallium/compute: Drop TGSI dependency.Francisco Jerez2012-05-113-2/+13
* | gallium/tgsi: Introduce the "LOCAL" register declaration modifier.Francisco Jerez2012-05-115-27/+54
* | gallium/tgsi: Add support for atomic opcodes.Francisco Jerez2012-05-113-2/+188
* | gallium/tgsi: Add support for barriers.Francisco Jerez2012-05-113-1/+59
* | gallium/tgsi: Define system values used to query the compute grid parameters.Francisco Jerez2012-05-112-2/+10
* | gallium/tgsi: Add resource write-back support.Francisco Jerez2012-05-118-4/+45
* | gallium/tgsi: Add support for raw resources.Francisco Jerez2012-05-115-4/+40
* | gallium/tgsi: Define the TGSI_BUFFER texture target.Francisco Jerez2012-05-115-6/+6
* | gallium/tgsi: Introduce the compute processor.Francisco Jerez2012-05-115-4/+9
* | gallium/tgsi: Move interpolation info from tgsi_declaration to a separate token.Francisco Jerez2012-05-1119-74/+141
* | gallium: Add context hooks for binding shader resources.Francisco Jerez2012-05-115-1/+58
* | gallium/tgsi: Split sampler views from shader resources.Francisco Jerez2012-05-1117-183/+303
* | gallium: Basic compute interface.Francisco Jerez2012-05-117-2/+185
* | radeonsi: Properly translate vertex format swizzle.Michel Dänzer2012-05-113-23/+23
* | radeon/llvm: Remove AMDILMCCodeEmitter.cppTom Stellard2012-05-102-158/+0
* | radeon/llvm: Remove SILowerShaderInstructions.cppTom Stellard2012-05-104-81/+0
* | radeonsi/llvm: Move lowering of RETURN to ConvertToISA passTom Stellard2012-05-102-11/+2
* | radeon/llvm: Add some commentsTom Stellard2012-05-1064-422/+393
* | radeon/llvm: Move util functions into AMDGPU namespaceTom Stellard2012-05-103-39/+37
* | i965/hiz: Convert gen{6,7}_hiz.h to gen{6,7}_blorp.hPaul Berry2012-05-105-5/+5
* | i965/hiz: Convert gen{6,7}_hiz.c to C++Paul Berry2012-05-103-3/+3
* | i965/hiz: Make void pointer type casts explicitPaul Berry2012-05-101-5/+7
* | intel: Work around differences between C and C++ scoping rules.Paul Berry2012-05-102-25/+29
* | intel: Add extern "C" declarations to headersPaul Berry2012-05-1011-1/+82
* | radeon/llvm: Auto-encode RAT_WRITE_CACHELESS_egTom Stellard2012-05-102-17/+0
* | radeon/llvm: Delete all instructions that have been custom loweredTom Stellard2012-05-101-4/+1
* | radeonsi: Set NONE format for unused vertex shader position export slots.Michel Dänzer2012-05-101-3/+3
* | radeonsi: Eliminate one more magic number for texture image resources.Michel Dänzer2012-05-101-3/+3
* | radeonsi: Fix vertex buffer resource for stride 0.Michel Dänzer2012-05-101-1/+5