summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-07-18i965/fs: Make register spill/unspill only do the regs for that instruction.Eric Anholt1-33/+33
2012-07-18i965/fs.h: Refactor tests for instructions modifying a register.Eric Anholt4-34/+16
2012-07-18i965/fs: Replace usage is_tex() with regs_written() checks.Eric Anholt1-9/+9
2012-07-18i965/fs: Rename virtual_grf_next to virtual_grf_count.Eric Anholt6-22/+21
2012-07-18i965/fs: Move a block out of a loop in live variables setup.Eric Anholt1-4/+5
2012-07-18i965/msaa: Disable alpha-to-{coverage, one} when drawbuffer zero is in intege...Anuj Phogat1-7/+21
2012-07-18st/xorg: attach EDID to outputsLucas Stach1-1/+36
2012-07-18st/xorg: remove superfluous memsetLucas Stach1-2/+0
2012-07-18st/xorg: reorder exa context creation and use screen param queriesLucas Stach1-7/+8
2012-07-18softpipe: Take all lods into account when texture sampling.Olivier Galibert2-766/+645
2012-07-18r600g: implement wait-free buffer transfer for DISCARD_RANGEMarek Olšák4-16/+50
2012-07-18r600g: accelerate buffer copyingMarek Olšák1-23/+47
2012-07-18r600g: update R600_MAX_DRAW_CS_DWORDS to take draw-opaque into accountMarek Olšák2-4/+2
2012-07-18r600g: move VGT_STRMOUT_DRAW_OPAQUE_OFFSET initialization into invariant stateMarek Olšák3-1/+3
2012-07-18r600g: only set the index type if drawing is indexedMarek Olšák1-4/+5
2012-07-18r600g: remove debug code for streamoutMarek Olšák1-11/+0
2012-07-18r600g: inline r600_context_draw_opaque_countMarek Olšák3-32/+21
2012-07-18r600g: fix alphatest without a colorbuffer on evergreenMarek Olšák1-1/+4
2012-07-18r600g: fix alphatest without a colorbuffer on r6xx-r7xxMarek Olšák1-6/+10
2012-07-18r600g: always derive alphatest state from the first colorbufferMarek Olšák4-14/+22
2012-07-18r600g: atomize alphatest stateMarek Olšák6-46/+52
2012-07-18r600g: try to fix line stippling with lineloopsMarek Olšák1-1/+2
2012-07-18r600g: optimize uploading depth texturesMarek Olšák1-11/+5
2012-07-18r600g: remove needless wrapper r600_texture_depth_flushMarek Olšák3-35/+15
2012-07-18r600g: init_flushed_depth_texture should be able to report errorsMarek Olšák4-18/+11
2012-07-17msaa: Generate proper error for operations prohibited on MSAA buffers.Paul Berry2-3/+3
2012-07-17gallivm: silence uninitialized variable warningsBrian Paul3-3/+6
2012-07-17r600g: fix lockups with and enable dual source blending on evergreenMarek Olšák2-4/+4
2012-07-17r600g: remove unused code after conversion of sampler viewsMarek Olšák7-249/+5
2012-07-17r600g: convert sampler view emission into atomsMarek Olšák6-134/+238
2012-07-17r600g: only make constant buffers dirty if there's something to updateMarek Olšák1-4/+6
2012-07-17r600g: properly track which textures are depthMarek Olšák3-19/+26
2012-07-17r600g: consolidate and optimize sampler states changes for evergreenMarek Olšák1-14/+22
2012-07-17r600g: don't invalidate texture caches when setting sampler statesMarek Olšák1-6/+0
2012-07-17r600g: consolidate code for setting sampler views and fix bugs in the processMarek Olšák4-90/+62
2012-07-17r600g: remove unused flag have_depth_fbMarek Olšák4-10/+3
2012-07-17r600g: do fine-grained vertex buffer updatesMarek Olšák8-63/+87
2012-07-17r600g: don't call inval_shader_cache in r600_context_flush twiceMarek Olšák1-1/+0
2012-07-17gallium/util: add util_bit_last - finds the last bit set in a wordMarek Olšák1-0/+14
2012-07-17r600g: fix all failing depth-stencil tests for evergreenMarek Olšák3-10/+22
2012-07-17glsl: Drop obsolete .gitignore entries.Michel Dänzer1-2/+0
2012-07-17intel: Add a comment explaining why we early return on matching BO names.Eric Anholt1-0/+4
2012-07-17intel: Drop other checks for old loader version.Eric Anholt1-38/+26
2012-07-17intel: Replace the non-getBuffersWithFormat compat path with an error message.Eric Anholt2-21/+8
2012-07-17intel: Remove dead intel_framebuffer_has_hiz().Eric Anholt2-13/+0
2012-07-17intel: Convert to using private depth/stencil buffers (v2)Eric Anholt3-652/+39
2012-07-17intel: Add a function for creating a private window system buffer.Eric Anholt2-2/+20
2012-07-17gallivm: (trivial) remove unnecessary bogus includeRoland Scheidegger1-1/+0
2012-07-17gbm: Add gbm_bo_import for gallium gbm backendKristian Høgsberg2-13/+49
2012-07-17st/egl: Fix build for wayland includesElvis Lee1-3/+4