aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* util: update and fix u_upload_mgr.h commentsBrian Paul2012-08-181-4/+3
* llvmpipe: remove polygon stipple assertionBrian Paul2012-08-171-2/+0
* svga: minor code reformattingBrian Paul2012-08-161-2/+3
* build: Remove EXTRA_LIB_PATHMatt Turner2012-08-163-3/+3
* r600g: disable tiling for 422 formats againMarek Olšák2012-08-161-0/+4
* r600g: fix blits of subsampled formatsMarek Olšák2012-08-161-20/+63
* r600g: fix copying between NPOT mipmapped compressed texturesMarek Olšák2012-08-161-2/+3
* r600g: make F2U trans-only on r600-r700Marek Olšák2012-08-161-1/+1
* r600g: set CB_COLOR_INFO to INVALID for disabled colorbuffers on r600-r700Marek Olšák2012-08-161-0/+3
* r600g: rename r600_resource_texture to r600_textureMarek Olšák2012-08-169-48/+48
* r600g: always put tiled textures in VRAMMarek Olšák2012-08-161-1/+2
* r600g: cleanup r600_resource_texture in favor of radeon_surfaceMarek Olšák2012-08-165-29/+20
* r600g: remove unused parameter in r600_texture_create_objectMarek Olšák2012-08-161-3/+2
* r600g: fixup the usage flag for the flushed depth textureMarek Olšák2012-08-161-1/+1
* wayland-drm: close fd after the display is uninitializedPhilipp Brüschweiler2012-08-161-2/+3
* radeon/llvm: Lower implicit parameters before ISelTom Stellard2012-08-163-69/+42
* gallium/draw: move misplaced braceBrian Paul2012-08-161-1/+1
* r600: update sampler, sampler_view code for the futureBrian Paul2012-08-164-19/+50
* rbug: update data structures, functions for future changesBrian Paul2012-08-163-76/+71
* gallium/trace: add 'start' parameter to bind_sampler_states/views()Brian Paul2012-08-161-4/+14
* gallium/identity: add 'start' parameter to bind_sampler_states/views()Brian Paul2012-08-161-4/+12
* galahad: add 'start' parameter to bind_sampler_states/views()Brian Paul2012-08-161-41/+57
* svga: add 'start' parameter to bind_sampler_states/views()Brian Paul2012-08-161-24/+65
* llvmpipe: add 'start' parameter to bind_sampler_states/views()Brian Paul2012-08-161-22/+45
* softpipe: add 'start' parameter to bind_sampler_states/views()Brian Paul2012-08-161-25/+49
* gallium/trace: consolidate sampler, sampler_view codeBrian Paul2012-08-161-50/+82
* gallium/identity: consolidate sampler, sampler_view codeBrian Paul2012-08-161-32/+54
* gallium: remove PIPE_MAX_VERTEX/GEOMETRY_SAMPLERS #defineBrian Paul2012-08-1620-47/+39
* draw: index samplers and sampler_view state by shader typeBrian Paul2012-08-163-29/+34
* draw: move tgsi-related state into a tgsi sub-structBrian Paul2012-08-165-30/+35
* gallium: add a shader stage/type param to some draw functionsBrian Paul2012-08-165-37/+51
* svga: move result->key expression after result != NULL checkBrian Paul2012-08-161-1/+3
* svga: fix result==NULL logic in emit_fs_consts()Brian Paul2012-08-161-23/+25
* svga: update comment (s/SVGA_NEW_VS_RESULT/SVGA_NEW_VS_PRESCALE/)Brian Paul2012-08-161-1/+1
* svga: rename svga_hw_vs_parameters -> svga_hw_vs_constantsBrian Paul2012-08-163-6/+6
* radeonsi: Fix symbol conflicts with r600g.Michel Dänzer2012-08-1610-268/+254
* radeonsi: Fix memory leaks if returning early from some state functions.Michel Dänzer2012-08-162-12/+14
* radeonsi: Fix LLVM context leak.Michel Dänzer2012-08-161-0/+1
* gallium/radeon: Don't assign virtual address space for BO that already has one.Michel Dänzer2012-08-161-1/+1
* gallium/radeon: Create hole for waste when allocating from va_offset.Michel Dänzer2012-08-161-0/+6
* gallium/radeon: Fix potential address space loss in radeon_bomgr_force_va().Michel Dänzer2012-08-161-6/+13
* gallium/radeon: Delete uppermost virtual address space hole if it's at the top.Michel Dänzer2012-08-161-1/+12
* gallium/radeon: Fix losing holes when allocating virtual address space.Michel Dänzer2012-08-161-1/+6
* gallium/radeon: Merge holes when freeing virtual address space.Michel Dänzer2012-08-161-7/+38
* gallium/radeon: Make va_offset 64 bits wide.Michel Dänzer2012-08-161-1/+1
* llvmpipe: Silence Coverity incorrect sizeof expression defect.Vinson Lee2012-08-151-1/+1
* radeon/llvm: Enable if-cvtVincent Lejeune2012-08-151-0/+3
* radeon/llvm: Add callbacks needed by if-cvtVincent Lejeune2012-08-152-2/+151
* radeon/llvm: Lower branch/branch_cond into predicated jumpVincent Lejeune2012-08-157-145/+278
* radeon/llvm: Add a predicated JUMP instructionVincent Lejeune2012-08-151-0/+9