summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* nv50,nvc0: fix multisample format hackChristoph Bumiller2011-08-312-2/+2
* r600g: Make unaligned 3D textures work on +evergreenChristian König2011-08-301-1/+5
* nouveau: use PRIu64 for printing uint64_tChristoph Bumiller2011-08-303-2/+6
* nouveau/mm: move slabs to correct list on memory releaseChristoph Bumiller2011-08-301-5/+5
* winsys/radeon: Create async thread only onceMaarten Lankhorst2011-08-302-21/+50
* nvfx: use common NOUVEAU_RESOURCE_FLAG_LINEAR defineChristoph Bumiller2011-08-308-15/+16
* nv50: add support for linear textures and render targetsChristoph Bumiller2011-08-307-14/+63
* nv50: align pitch of linear surfaces correctlyChristoph Bumiller2011-08-301-1/+2
* nv50: handle TGSI_OPCODE_ROUNDChristoph Bumiller2011-08-305-3/+10
* nv50,nvc0: add states mask to state validation functionChristoph Bumiller2011-08-308-24/+31
* nv50,nvc0: reject R8G8B8A8/X8_UNORM for multisample surfacesChristoph Bumiller2011-08-302-2/+17
* libgl-gdi: Fix mingw-w64 build.José Fonseca2011-08-301-1/+3
* st/wgl: Fix build on mingw-w64José Fonseca2011-08-301-2/+2
* xorg/xvmc: Only set decode buffer when availableMaarten Lankhorst2011-08-291-3/+6
* i915g: remove unused var in i915_flush_heuristically()Brian Paul2011-08-291-2/+0
* winsys/g3dvl: Fix include styleKai Wasserbäch2011-08-293-19/+19
* tests/unit: Fix include styleKai Wasserbäch2011-08-291-5/+5
* targets/xorg-vmwgfx: Fix include styleKai Wasserbäch2011-08-291-1/+1
* st/xorg: Fix include styleKai Wasserbäch2011-08-297-31/+31
* vdpau: Fix include styleKai Wasserbäch2011-08-299-31/+32
* va: Fix include styleKai Wasserbäch2011-08-298-19/+19
* d3d1x: Fix include styleKai Wasserbäch2011-08-295-19/+19
* include/pipe: Fix include styleKai Wasserbäch2011-08-292-6/+6
* r600g: Fix include styleKai Wasserbäch2011-08-299-66/+66
* noop: Fix include styleKai Wasserbäch2011-08-292-13/+13
* vl: Fix include styleKai Wasserbäch2011-08-2920-63/+63
* util: Fix include styleKai Wasserbäch2011-08-294-18/+18
* g3dvl: Fix a bug not decoding the last 32-64 bits of an mpeg2 bitstream.Christian König2011-08-292-8/+7
* st/vdpau: Respect source_rect in VideoMixerRenderChristian König2011-08-291-1/+11
* xvmc tests: Clean up test_rendering slightlyMaarten Lankhorst2011-08-281-14/+24
* android: make DRM optionalChia-I Wu2011-08-274-6/+33
* android: add support for nouveauChia-I Wu2011-08-277-0/+203
* android: add support for r300gChia-I Wu2011-08-273-2/+56
* android: add support for i915gChia-I Wu2011-08-274-0/+87
* android: add support for vmwgfxChia-I Wu2011-08-274-0/+90
* winsys/i915: share the source listChia-I Wu2011-08-273-11/+8
* winsys/svga: share the source listChia-I Wu2011-08-273-21/+13
* nouveau: share the source listsChia-I Wu2011-08-2712-149/+91
* r300g: share the source listChia-I Wu2011-08-273-114/+63
* i915g: share the source listChia-I Wu2011-08-273-53/+30
* svga: share the source listChia-I Wu2011-08-273-97/+50
* targets/egl-static: fix nouveau and vmwgfx for AndroidChia-I Wu2011-08-271-0/+10
* Merge branch 'master' of git://anongit.freedesktop.org/mesa/mesaStéphane Marchesin2011-08-26307-9191/+30442
|\
| * g3dvl: use pointer_to_uintptr() to silence a cast warningBrian Paul2011-08-261-1/+2
| * svga: include LLVM in name string in debug buildsBrian Paul2011-08-261-2/+11
| * pp: initialize the sample maskChristoph Bumiller2011-08-261-0/+2
| * st/xorg: Fix solid fills for formats other than PICT_a8r8g8b8.Michel Dänzer2011-08-261-13/+13
| * r600g: Hook up xorg state tracker.Michel Dänzer2011-08-263-0/+199
| * r600g: Handle PIPE_TRANSFER_MAP_DIRECTLY.Michel Dänzer2011-08-261-0/+3
| * st/xorg: Disable dirty throttling by default.Michel Dänzer2011-08-261-1/+1