summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* ilo: refactor blitter_xy_color_blt()Chia-I Wu2013-05-211-48/+92
* ilo: replace cp hooks by cp owner and flush callbackChia-I Wu2013-05-216-253/+249
* ilo: harware contexts are only for the render ringChia-I Wu2013-05-215-8/+12
* ilo: update format mappingsChia-I Wu2013-05-211-14/+79
* ilo: update headers from i965Chia-I Wu2013-05-215-54/+149
* r600g/llvm: fix cubemap lod/biasVincent Lejeune2013-05-201-0/+3
* r600g/llvm: Fix texelFetchOffset-2DVincent Lejeune2013-05-201-0/+6
* r600g/llvm: Fix cubearray textureSizeVincent Lejeune2013-05-203-0/+17
* r600g/llvm: Factorize code loading from const buffer.Vincent Lejeune2013-05-201-27/+24
* llvmpipe: enable z32s8x24 formatRoland Scheidegger2013-05-181-6/+0
* llvmpipe: handle z32s8x24 depth/stencil formatRoland Scheidegger2013-05-187-147/+252
* llvmpipe: get rid of unused tiled/linear logicRoland Scheidegger2013-05-187-713/+50
* llvmpipe: fix bogus handling of first_layer when setting up texture samplingRoland Scheidegger2013-05-182-14/+18
* gallivm: Eliminate 8.8 fixed point intermediates from AoS sampling path.José Fonseca2013-05-171-2/+2
* radeon/llvm: Run standard optimization passes on conpute shader modulesTom Stellard2013-05-171-0/+15
* r600g: fixup for MSAA texture support checkingNiels Ole Salscheider2013-05-161-1/+1
* llvmpipe: Temporary workaround to prevent segfault on array textures.José Fonseca2013-05-161-0/+3
* ilo: emit 3DSTATE_STENCIL_BUFFER on GEN7+Chia-I Wu2013-05-162-7/+21
* ilo: add support for stencil resources on GEN7+Chia-I Wu2013-05-168-33/+545
* r600g: cleanup MSAA texture support checkingMarek Olšák2013-05-157-72/+21
* r600g: rewrite FMASK allocation, fix FMASK texturing with 2 and 4 samplesMarek Olšák2013-05-157-36/+42
* ilo: clean up transfer format conversionChia-I Wu2013-05-151-34/+48
* ilo: rework transfer mapping method choosingChia-I Wu2013-05-151-102/+133
* ilo: refactor transfer mappingChia-I Wu2013-05-151-27/+52
* ilo: no writeback without PIPE_TRANSFER_WRITEChia-I Wu2013-05-151-0/+5
* ilo: minor cleanups for transfersChia-I Wu2013-05-151-41/+41
* ilo: simplify ilo_texture_get_slice_offset()Chia-I Wu2013-05-154-55/+40
* draw: try to prevent overflows on index buffersZack Rusin2013-05-146-14/+27
* draw: don't crash on vertex buffer overflowZack Rusin2013-05-146-11/+15
* radeonsi: update r600_get_llvm_processor_name for hainanAlex Deucher2013-05-141-0/+1
* radeonsi: add support for hainan chipsAlex Deucher2013-05-142-0/+4
* 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
* 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-119-0/+15
* 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
* 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
* i915: Use Y tiling for texturesStéphane Marchesin2013-05-081-2/+7
* i915g: Optimize batchbuffer sizesStéphane Marchesin2013-05-081-3/+5
* i915g: Add more PIPE_CAP_* supportStéphane Marchesin2013-05-081-0/+9
* ilo: remove our own type inferenceChia-I Wu2013-05-081-97/+27