aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* r600g: setup streamout before calling last r600_need_cs_space before drawingMarek Olšák2012-07-181-6/+6
* st/xorg: attach EDID to outputsLucas Stach2012-07-181-1/+36
* st/xorg: remove superfluous memsetLucas Stach2012-07-181-2/+0
* st/xorg: reorder exa context creation and use screen param queriesLucas Stach2012-07-181-7/+8
* softpipe: Take all lods into account when texture sampling.Olivier Galibert2012-07-182-766/+645
* r600g: implement wait-free buffer transfer for DISCARD_RANGEMarek Olšák2012-07-184-16/+50
* r600g: accelerate buffer copyingMarek Olšák2012-07-181-23/+47
* r600g: update R600_MAX_DRAW_CS_DWORDS to take draw-opaque into accountMarek Olšák2012-07-182-4/+2
* r600g: move VGT_STRMOUT_DRAW_OPAQUE_OFFSET initialization into invariant stateMarek Olšák2012-07-183-1/+3
* r600g: only set the index type if drawing is indexedMarek Olšák2012-07-181-4/+5
* r600g: remove debug code for streamoutMarek Olšák2012-07-181-11/+0
* r600g: inline r600_context_draw_opaque_countMarek Olšák2012-07-183-32/+21
* r600g: fix alphatest without a colorbuffer on evergreenMarek Olšák2012-07-181-1/+4
* r600g: fix alphatest without a colorbuffer on r6xx-r7xxMarek Olšák2012-07-181-6/+10
* r600g: always derive alphatest state from the first colorbufferMarek Olšák2012-07-184-14/+22
* r600g: atomize alphatest stateMarek Olšák2012-07-186-46/+52
* r600g: try to fix line stippling with lineloopsMarek Olšák2012-07-181-1/+2
* r600g: optimize uploading depth texturesMarek Olšák2012-07-181-11/+5
* r600g: remove needless wrapper r600_texture_depth_flushMarek Olšák2012-07-183-35/+15
* r600g: init_flushed_depth_texture should be able to report errorsMarek Olšák2012-07-184-18/+11
* gallivm: silence uninitialized variable warningsBrian Paul2012-07-173-3/+6
* r600g: fix lockups with and enable dual source blending on evergreenMarek Olšák2012-07-172-4/+4
* r600g: remove unused code after conversion of sampler viewsMarek Olšák2012-07-177-249/+5
* r600g: convert sampler view emission into atomsMarek Olšák2012-07-176-134/+238
* r600g: only make constant buffers dirty if there's something to updateMarek Olšák2012-07-171-4/+6
* r600g: properly track which textures are depthMarek Olšák2012-07-173-19/+26
* r600g: consolidate and optimize sampler states changes for evergreenMarek Olšák2012-07-171-14/+22
* r600g: don't invalidate texture caches when setting sampler statesMarek Olšák2012-07-171-6/+0
* r600g: consolidate code for setting sampler views and fix bugs in the processMarek Olšák2012-07-174-90/+62
* r600g: remove unused flag have_depth_fbMarek Olšák2012-07-174-10/+3
* r600g: do fine-grained vertex buffer updatesMarek Olšák2012-07-178-63/+87
* r600g: don't call inval_shader_cache in r600_context_flush twiceMarek Olšák2012-07-171-1/+0
* gallium/util: add util_bit_last - finds the last bit set in a wordMarek Olšák2012-07-171-0/+14
* r600g: fix all failing depth-stencil tests for evergreenMarek Olšák2012-07-173-10/+22
* gallivm: (trivial) remove unnecessary bogus includeRoland Scheidegger2012-07-171-1/+0
* gbm: Add gbm_bo_import for gallium gbm backendKristian Høgsberg2012-07-172-13/+49
* st/egl: Fix build for wayland includesElvis Lee2012-07-171-3/+4
* st/gbm: renaming pitch to stride on galliumElvis Lee2012-07-171-2/+2
* gallivm,draw,llvmpipe: Support wider native registers.José Fonseca2012-07-1773-3266/+5214
* gallivm: Allow to force nearest filtering on a per-axis basis.José Fonseca2012-07-172-47/+79
* llvmpipe: Fix bug with blend factor in complementary optimisations.James Benton2012-07-171-2/+4
* radeonsi: fix vertex element stateChristian König2012-07-172-33/+6
* radeon/llvm: fix compiling when llvm is active, but opencl isn'tChristian König2012-07-171-0/+4
* st/egl: fix uninitialized pointer bugBrian Paul2012-07-161-1/+1
* r300g: silence uninitialized var warningBrian Paul2012-07-161-1/+1
* gallium/util, mesa: Refactor etc1 unpack functionChad Versace2012-07-161-24/+1
* llvmpipe: destroy setup variants on context destructionRoland Scheidegger2012-07-161-0/+2
* llvmpipe: Unified common code between AoS and SoA blending.James Benton2012-07-166-162/+290
* r600g: compute needed CS space for vertex buffers correctlyMarek Olšák2012-07-151-1/+1
* r600g: don't check the R600_GLSL130 env varMarek Olšák2012-07-153-6/+3