summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* gallium/tests/trivial: update commentBrian Paul2011-06-241-1/+1
* gallium/tests/trivial: use CXX to do final linkBrian Paul2011-06-241-1/+1
* gallium/tests/trivial: make it buildAlon Levy2011-06-243-6/+11
* st/egl: make native_buffer interface typedChia-I Wu2011-06-246-89/+139
* targets/egl: removedChia-I Wu2011-06-2412-949/+0
* targets/egl-static: replace targets/eglChia-I Wu2011-06-241-0/+201
* targets/egl-static: allow st/mesa to be dynamically loadedChia-I Wu2011-06-244-19/+148
* targets/egl-static: add support for driver lookupChia-I Wu2011-06-241-0/+82
* targets/gbm: build pipe driversChia-I Wu2011-06-249-4/+309
* gallivm: Fix x86 build with llvm-3.0svn.Vinson Lee2011-06-231-0/+4
* st/egl: drop guess_gl_api from egl_g3d_loaderChia-I Wu2011-06-243-38/+1
* st/egl: use a helper to get st_api from the loaderChia-I Wu2011-06-242-13/+9
* nv50,nvc0: prevent pushbuf flush during ctx reloc emissionChristoph Bumiller2011-06-248-22/+32
* st/egl: Fix scons buildBenjamin Franzke2011-06-231-0/+4
* st/egl: Hookup gbm for drm backendBenjamin Franzke2011-06-237-44/+99
* gbm: Add gallium (drm) backendBenjamin Franzke2011-06-237-0/+679
* st/dri: Implement DRIimageExtension::dupImageBenjamin Franzke2011-06-231-0/+19
* r600g: Add R8G8B8A8_UNORM to evergreen colorswap tableBenjamin Franzke2011-06-231-0/+1
* r600g: bump shader input limitsMarek Olšák2011-06-231-2/+2
* st/wgl: return height, not width for WGL_PBUFFER_HEIGHT_ARBBrian Paul2011-06-231-1/+1
* st/egl/wayland: Take resize parameters only if size changesBenjamin Franzke2011-06-231-5/+3
* i915g: Add draw point sprites.Stéphane Marchesin2011-06-222-2/+2
* i915g: Fix comment.Stéphane Marchesin2011-06-221-1/+1
* i915g: Support more texture and render target formats.Stéphane Marchesin2011-06-225-11/+75
* r600g: fix num_banks interpretation on eg+Alex Deucher2011-06-221-1/+14
* r600g: Fix use of uninitialized local variable extra_size.Michel Dänzer2011-06-221-1/+1
* xorg/nouveau: blacklist all pre NV30 cardsMarcin Slusarz2011-06-222-9/+57
* r600g: fix fbo depth/stencil texture allocation for evergreen+Alex Deucher2011-06-211-3/+8
* winsys/wayland: Fix warningBenjamin Franzke2011-06-211-0/+1
* r600g: use maths instead of a loop to work out mask.Dave Airlie2011-06-211-4/+1
* r600g: optimise draw vbo function a bit more.Dave Airlie2011-06-211-43/+9
* r600g: reorder LIT instructions to support src == dstPierre-Eric Pelloux-Prayer2011-06-211-35/+36
* nvfx: nasty hack to make glFinish() actually finish..Ben Skeggs2011-06-213-2/+22
* xorg/nouveau: rename to nouveau2Marcin Slusarz2011-06-202-8/+8
* st/xorg: initialize drm_mode.typeMarcin Slusarz2011-06-201-0/+1
* st/xorg: add GALLIUM_AUXILIARIES to target dependenciesMarcin Slusarz2011-06-201-1/+1
* gallium/nouveau: remove unused nouveau_screen_bo_userMarcin Slusarz2011-06-202-16/+0
* st/xorg: fix crash triggered by rendercheck -t composite -f a8r8g8b8 -o Src, ...Marcin Slusarz2011-06-201-1/+1
* st/xorg: fix crash triggered by rendercheck -t blend -f a8r8g8b8 -o ClearMarcin Slusarz2011-06-201-2/+2
* r600g: implement seamless_cube_map on r600-r700Marek Olšák2011-06-203-7/+46
* r600g: remove some magic numbersMarek Olšák2011-06-192-2/+13
* u_vbuf_mgr: make u_vbuf_mgr_draw_begin return flags in a bitmaskMarek Olšák2011-06-194-36/+36
* r600g: fix warning: assignment discards qualifiers from pointer target typeMarek Olšák2011-06-191-1/+2
* u_vbuf_mgr: fix uploading if format size is greater than strideMarek Olšák2011-06-191-0/+5
* r300g: rename AOS -> VARRAYSMarek Olšák2011-06-181-17/+17
* r300g: fix handling PREP_* optionsMarek Olšák2011-06-181-31/+32
* r600g: fix LIT to handle src==dst properlyVadim Girlin2011-06-181-1/+3
* r600g: fix RSQ to use abs value of operand on evergreenVadim Girlin2011-06-181-1/+1
* r600g: fix source box in r600_resource_copy_regionVadim Girlin2011-06-181-2/+11
* scons: make embedding orthogonal to the platformJosé Fonseca2011-06-179-60/+47