summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* i915g: actually try to clear 16bit depth bufsDaniel Vetter2011-10-071-1/+1
* i915g: hw can't fastclear both depth and color when bbp doesn't matchDaniel Vetter2011-10-071-29/+93
* i915g: disable scissor in fast clearDaniel Vetter2011-10-071-4/+6
* i915g: add some obscure sampler formatsDaniel Vetter2011-10-071-1/+3
* i915g: fixup clear params emissionDaniel Vetter2011-10-071-1/+8
* i915g: make fixup swizzle into a real hw stateDaniel Vetter2011-10-073-41/+45
* i915g: Announce GL 2.0.Stéphane Marchesin2011-10-061-1/+1
* i915g: Silence warning.Stéphane Marchesin2011-10-061-1/+1
* i915g: Fix comment.Stéphane Marchesin2011-10-051-1/+1
* st/glx: remove the duplicated Drawable member.Stéphane Marchesin2011-10-053-7/+6
* llvmpipe: Fix the 4 planes (lines) case properly.José Fonseca2011-10-052-16/+33
* llvmpipe: Ensure the 16x16 special rasterization path does not touch outside ...José Fonseca2011-10-054-5/+31
* egl: restore missing \ in MakefileBrian Paul2011-10-041-1/+1
* softpipe: fix Z interpolation invariance bugBrian Paul2011-10-041-1/+10
* softpipe: add check for DO_PSTIPPLE_IN_HELPER_MODULEBrian Paul2011-10-041-0/+2
* configure: replace pkg-config calls with $(PKG_CONFIG) in the makefiles.Stéphane Marchesin2011-10-0426-36/+36
* st/glx: Set the drawable attribute on xmesa_buffer creation.Stephen White2011-10-041-1/+1
* r300g: fix rendering with a non-zero index bias in draw_elements_immediateMarek Olšák2011-10-041-1/+3
* r600g: fix parsing TGSI declarationsMarek Olšák2011-10-041-2/+2
* r300/compiler: Fix error in OMOD optimizationTom Stellard2011-10-021-0/+16
* r300/compiler: Rewrite source swizzles when using OMODTom Stellard2011-10-021-1/+6
* r300/compiler: Fix rc_normal_rewrite_writemask()Tom Stellard2011-10-021-5/+4
* r300/compiler: Use consistent src swizzles for transcendent instructionsTom Stellard2011-10-025-6/+33
* r600g: fix a compiler warningMarek Olšák2011-09-301-0/+1
* gallium/docs: update the documentation of capabilitiesMarek Olšák2011-09-301-73/+84
* r600g: move all files from winsys/r600 into drivers/r600Marek Olšák2011-09-3019-91/+11
* winsys/radeon: move GEM domains out of the drivers into winsysMarek Olšák2011-09-3015-111/+82
* winsys/radeon: remove a redundant parameter 'size' from buffer_from_handleMarek Olšák2011-09-304-10/+5
* r600g: remove struct radeon (or what's left of it)Marek Olšák2011-09-308-96/+18
* r600g: move family and chip_class from struct radeon to r600_screenMarek Olšák2011-09-308-70/+57
* r600g: merge r600_bo with r600_resourceMarek Olšák2011-09-3018-382/+243
* gallium: add PIPE_CAP_TEXTURE_BARRIERMarek Olšák2011-09-305-1/+6
* gallium: add PIPE_CAP_CONDITIONAL_RENDERMarek Olšák2011-09-307-2/+9
* gallium: add and use PIPE_SHADER_CAP_MAX_TEXTURE_SAMPLERSMarek Olšák2011-09-3014-54/+60
* gallium: remove PIPE_CAP_TEXTURE_MIRROR_REPEATMarek Olšák2011-09-3011-17/+0
* xorg/vmwgfx: Kill this target. It's not used anymore.Thomas Hellstrom2011-09-3013-2783/+0
* winsys/svga: Update to vmwgfx kernel module 2.1Thomas Hellstrom2011-09-2911-263/+668
* st/xa: Don't call fence_reference with an unitialized fence handle as dstThomas Hellstrom2011-09-291-1/+1
* st/xa: surfaces and sampler views are per contextThomas Hellstrom2011-09-295-63/+65
* llvmpipe: Convert some of the null checks back to asserts.José Fonseca2011-09-291-26/+12
* llvmpipe: Also reset the state in lp_scene_bin_resetJosé Fonseca2011-09-291-0/+1
* llvmpipe: Prevent segfault during fs variant cache shrinking.José Fonseca2011-09-291-4/+15
* tools/trace: Dump NULL literally.José Fonseca2011-09-291-0/+4
* winsys/radeon: remove redundant member radeon_bo::sizeMarek Olšák2011-09-293-8/+5
* winsys/radeon: simplify updating GEM domains for relocationsMarek Olšák2011-09-291-10/+2
* winsys/radeon: simplify passing GEM domains through to GEM_CREATEMarek Olšák2011-09-292-25/+13
* r300g: remove useless variables in some structuresMarek Olšák2011-09-294-29/+12
* r300g: simplify the immd_is_good_idea functionMarek Olšák2011-09-291-26/+2
* r600g: convert if (query->type) into switch statementsMarek Olšák2011-09-291-26/+54
* gallium/docs: update d3d11ddi.txtMarek Olšák2011-09-291-22/+11