summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
...
* draw: Fix io_ptr/num_prims name in IR.José Fonseca2013-05-141-1/+1
* graw/tgsi_dump: Fix gdb macro.José Fonseca2013-05-141-2/+2
* r600g/sb: add missing cases for ARUBA chipsVadim Girlin2013-05-142-0/+2
* r600g/sb: get rid of standard c++ streamsVadim Girlin2013-05-1424-545/+592
* r600g/sb: separate bytecode decoding and parsingVadim Girlin2013-05-146-144/+163
* vl/vdpau: fix PresentationQueueQuerySurfaceStatusChristian König2013-05-142-17/+19
* ilo: rework ilo_textureChia-I Wu2013-05-145-766/+1027
* ilo: rename ilo_resource to ilo_textureChia-I Wu2013-05-147-322/+322
* ilo: move transfer-related functions to a new fileChia-I Wu2013-05-146-450/+518
* gallium: add PIPE_CAP_MAX_TEXTURE_BUFFER_SIZE for GLMarek Olšák2013-05-1111-1/+19
* ilo: Initialize read_back in transfer_map_sys.Vinson Lee2013-05-101-1/+1
* r600g: increase array size for shader inputs and outputsMarek Olšák2013-05-102-2/+4
* targets/dri-i915: Force c++ linker in all casesChí-Thanh Christopher Nguyễn2013-05-091-8/+2
* ilo: Add support for HW primitive restart.Courtney Goeltzenleuchter2013-05-103-2/+194
* svga: misc whitespace and comment fixes in svga_cmd.cBrian Paul2013-05-091-82/+82
* ilo: add support for PIPE_FORMAT_ETC1_RGB8Chia-I Wu2013-05-092-5/+61
* ilo: support mapping with a staging system bufferChia-I Wu2013-05-091-0/+77
* ilo: allow for different mapping methodsChia-I Wu2013-05-091-115/+187
* ilo: allow bo format to differ from that requestedChia-I Wu2013-05-092-14/+22
* draw/llvm: Add additional llvm optimization passesStéphane Marchesin2013-05-081-0/+3
* i915: Use Y tiling for texturesStéphane Marchesin2013-05-081-2/+7
* i915g: Optimize batchbuffer sizesStéphane Marchesin2013-05-082-4/+6
* i915g: Add more PIPE_CAP_* supportStéphane Marchesin2013-05-081-0/+9
* ilo: remove our own type inferenceChia-I Wu2013-05-081-97/+27
* ilo: use tgsi_util_get_texture_coord_dim()Chia-I Wu2013-05-083-92/+4
* tgsi: fix operand type of TGSI_OPCODE_NOTChia-I Wu2013-05-082-1/+2
* tgsi: refactor tgsi_opcode_infer_src_type()Chia-I Wu2013-05-081-35/+9
* tgsi: refactor tgsi_opcode_infer_dst_type()Chia-I Wu2013-05-081-25/+35
* tgsi: reorder opcodes in opcode type inferenceChia-I Wu2013-05-081-24/+24
* tgsi: clean up exec_tex()Chia-I Wu2013-05-081-168/+52
* tgsi: add tgsi_util_get_texture_coord_dim()Chia-I Wu2013-05-082-0/+94
* nv50: initialize kick_notify callback in nv50_createBryan Cain2013-05-071-0/+1
* gallium: more tgsi documentation updatesRoland Scheidegger2013-05-071-131/+250
* ilo: Add missing break statement in aos_tex TGSI_OPCODE_TEX2 case.Vinson Lee2013-05-071-0/+1
* r600g/sb: optimize some cases for CNDxx instructionsVadim Girlin2013-05-072-5/+81
* r600g/sb: fix memory leaksVadim Girlin2013-05-072-1/+7
* r600g/sb: fix kcache handling on r6xxVadim Girlin2013-05-071-1/+5
* gallivm: Fix build for LLVM < 3.3Tom Stellard2013-05-061-0/+6
* r600g/llvm: Parse config values in register / value pairsTom Stellard2013-05-062-4/+31
* r600g/llvm: Don't feed LLVM output through r600_bytecode_build()Tom Stellard2013-05-064-395/+21
* r600g/llvm: Don't emit CALL_FS for vertex shadersTom Stellard2013-05-062-8/+10
* radeon/llvm: Always build libradeonllvm as staticTom Stellard2013-05-063-17/+10
* radeon/llvm: Use LLVM C API for compiling LLVM IR to ISA v2Tom Stellard2013-05-065-203/+173
* gallivm: Move LLVMStartMultithreaded() static initializer into gallivmTom Stellard2013-05-062-14/+15
* radeon/llvm: Don't use the global context when parsing LLVM IRTom Stellard2013-05-061-2/+3
* r600g/llvm: Update radeon family mappings for LLVM backendTom Stellard2013-05-062-4/+8
* android: add ilo to the build systemChia-I Wu2013-05-064-0/+87
* ilo: correctly set return types of sampler messagesChia-I Wu2013-05-052-0/+3
* r600g/llvm: Undefines unrequired texture coord valuesVincent Lejeune2013-05-041-1/+28
* nvc0: fixup video decoding with 2D_ARRAYMaarten Lankhorst2013-05-042-5/+4