summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gallium/targets/pipe-loader: Prepend DESTDIR to the installation directory.gallium-computeAlexey Shvetsov2012-05-081-2/+2
* clover: Assorted build fixes.Tom Stellard2012-05-081-8/+30
* clover: Import OpenCL state tracker.Francisco Jerez2012-05-0851-3/+14729
* gallium/tests/trivial: Import compute unit tests.Francisco Jerez2012-05-082-1/+1594
* gallium/gbm: Switch to auxiliary/pipe-loader.Francisco Jerez2012-05-0813-574/+52
* gallium/tests/trivial: Switch to the pipe loader.Francisco Jerez2012-05-084-36/+50
* gallium: Add "pipe-loader" target.Francisco Jerez2012-05-087-0/+315
* gallium: Add pipe loader for device enumeration and driver multiplexing.Francisco Jerez2012-05-0810-0/+691
* gallium/tgsi/text: Replace open-coded integer parsing with parse_int().Francisco Jerez2012-05-081-17/+3
* gallium/tgsi/text: Parse immediates of non-float data types.Francisco Jerez2012-05-081-18/+48
* gallium/tgsi: Fix tgsi_build_full_immediate() for non-float data types.Francisco Jerez2012-05-081-22/+8
* gallium/tgsi/text: Make label parsing optional for branch instructions.Francisco Jerez2012-05-081-10/+9
* st/mesa: Use local temporary registers.Francisco Jerez2012-05-081-4/+4
* gallium/tgsi/ureg: Support local temporary emission.Francisco Jerez2012-05-082-6/+60
* gallium/tgsi/ureg: Lift the restriction on releasing temporaries over UREG_MA...Francisco Jerez2012-05-081-27/+22
* gallium/util: Define util_strchrnul.Francisco Jerez2012-05-081-6/+18
* gallium/compute: Drop TGSI dependency.Francisco Jerez2012-05-083-2/+13
* gallium/tgsi: Introduce the "LOCAL" register declaration modifier.Francisco Jerez2012-05-085-27/+54
* gallium/tgsi: Add support for atomic opcodes.Francisco Jerez2012-05-083-2/+188
* gallium/tgsi: Add support for barriers.Francisco Jerez2012-05-083-1/+59
* gallium/tgsi: Define system values used to query the compute grid parameters.Francisco Jerez2012-05-082-2/+10
* gallium/tgsi: Add resource write-back support.Francisco Jerez2012-05-088-4/+45
* gallium/tgsi: Add support for raw resources.Francisco Jerez2012-05-085-4/+40
* gallium/tgsi: Define the TGSI_BUFFER texture target.Francisco Jerez2012-05-085-6/+6
* gallium/tgsi: Introduce the compute processor.Francisco Jerez2012-05-085-4/+9
* gallium/tgsi: Move interpolation info from tgsi_declaration to a separate token.Francisco Jerez2012-05-0819-74/+141
* gallium: Add context hooks for binding shader resources.Francisco Jerez2012-05-085-1/+58
* gallium/tgsi: Split sampler views from shader resources.Francisco Jerez2012-05-0817-183/+303
* gallium: Basic compute interface.Francisco Jerez2012-05-087-2/+185
* radeon/llvm: add suport for cube texturesVadim Girlin2012-05-082-23/+91
* radeon/llvm: add support for CUBE ALU instructionVadim Girlin2012-05-085-21/+63
* radeon/llvm: add support for some ALU instructionsVadim Girlin2012-05-084-13/+293
* radeon/llvm: add missing cases for BREAK/CONTINUEVadim Girlin2012-05-082-0/+3
* radeon/llvm: add support for AHSR/LSHR/LSHL instructionsVadim Girlin2012-05-084-0/+53
* radeon/llvm: add support for TXQ/TXF/DDX/DDY instructionsVadim Girlin2012-05-086-6/+43
* radeon/llvm: add support for VertexID, InstanceIDVadim Girlin2012-05-083-0/+50
* radeon/llvm: fix live-in handling for inputsVadim Girlin2012-05-082-2/+3
* radeon/llvm: add support for v4i32Vadim Girlin2012-05-084-5/+20
* radeon/llvm: fix ABS_i32 instruction loweringVadim Girlin2012-05-081-2/+2
* radeon/llvm: use integer comparison for IFVadim Girlin2012-05-081-2/+4
* radeon/llvm: use bitcasts for integersVadim Girlin2012-05-083-5/+73
* r600g: Fix out of tree builds that use the LLVM backendTom Stellard2012-05-071-1/+1
* radeon/llvm: Remove references to DebugFlag and isCurrentDebugType()Tom Stellard2012-05-074-22/+3
* i965/Gen7: Work around GPU hangs due to misaligned depth coordinate offsets.Paul Berry2012-05-072-0/+54
* i965/Gen6: Work around GPU hangs due to misaligned depth coordinate offsets.Paul Berry2012-05-072-0/+54
* fbo: Only reuse depth/stencil attachments if the parameters match.Paul Berry2012-05-071-3/+11
* i965: Fix mipmap offsets for HiZ and separate stencil buffers.Paul Berry2012-05-078-60/+319
* intel: Disable ARB_framebuffer_object in ES contextsChad Versace2012-05-071-2/+0
* mesa: bump version to 8.1.0 in configs/defaultBrian Paul2012-05-071-1/+1
* nv50: handle VP without inputsMarcin Slusarz2012-05-071-0/+11