summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* gallium: block signals for new thread when spawning threadsDave Airlie2011-05-161-1/+8
* r600g: reduce flushes so only when texture and CB overlap.Dave Airlie2011-05-152-8/+17
* r300g: HiZ fixesMarek Olšák2011-05-151-24/+24
* r300g: don't set other HyperZ states if depth and stencil tests are disabledMarek Olšák2011-05-151-14/+27
* r300g: dynamically ask for and release Hyper-Z accessMarek Olšák2011-05-1510-95/+225
* r300g: fix conversion from int to booleanMarek Olšák2011-05-151-2/+2
* u_vbuf_mgr: fix max_index computation once againMarek Olšák2011-05-141-15/+47
* nvc0: prevent overlap between load address and destination regsChristoph Bumiller2011-05-131-15/+29
* util_logbase2 takes and returns unsigned, not intMatt Turner2011-05-121-2/+2
* Remove redundant util_unsigned_logbase2Matt Turner2011-05-125-17/+5
* u_math.h: Remove redundant mingw32 ffs definitionMatt Turner2011-05-121-4/+0
* st/egl: Implement EGL_WL_bind_wayland_display for x11,drm,waylandBenjamin Franzke2011-05-1315-0/+495
* nvfx: fill some PIPE_CAPsFrancesco Marella2011-05-131-0/+6
* i915g: Fix typos in print messages.Vinson Lee2011-05-121-3/+3
* r600g: don't unmap if we haven't mappedDave Airlie2011-05-131-2/+4
* r600g: use a local var to store pointer to which register we are working onDave Airlie2011-05-131-7/+8
* r600g: make range/block act more like a page tableDave Airlie2011-05-133-50/+45
* r600g: reduce r600_reg footprintDave Airlie2011-05-133-788/+785
* r600g: reduce memory usage from range/block hash table.Dave Airlie2011-05-134-28/+39
* r600g: delay mapping until first map request. (v2)Dave Airlie2011-05-132-6/+4
* r600g: fix flushes on rs780/rs880Alex Deucher2011-05-111-1/+3
* svga/drm: Implement svga_winsys_screen::get_hw_version.José Fonseca2011-05-101-0/+14
* st/wgl: Remove buggy assertion.José Fonseca2011-05-101-2/+0
* nv50: fix mistake in pipe caps for pre-NVA0 cardsMaxim Levitsky2011-05-101-0/+1
* nv50/nvc0: make transfers aware of PIPE_TRANSFER_MAP_DIRECTLYMarcin Slusarz2011-05-092-0/+6
* r300g: unreference a zbuffer surface after decompressionMarek Olšák2011-05-091-0/+2
* r300g: remove redundant state variable hyperz_lockedMarek Olšák2011-05-095-14/+12
* r600g: anisotropic filtering support for evergreen hwJerome Glisse2011-05-095-23/+31
* r600g: add support for anisotropic filteringCarl-Philip Haensch2011-05-092-3/+26
* gallium: Factor out unknown endianness detection.Michel Dänzer2011-05-091-2/+4
* Don't allow compilation if endianness isn't knownMatt Turner2011-05-091-1/+1
* p_config.h: Rely on glibc endianness definitions when availableMatt Turner2011-05-091-0/+12
* st/xorg: add some debugging messages to xorg_exa.cMarcin Slusarz2011-05-091-1/+15
* st/xorg: remove DEBUG_PRINT macro and add exa_debug_printfMarcin Slusarz2011-05-091-30/+29
* st/xorg: fix compilation of xorg_exa.c with DEBUG_PRINT set to 1Marcin Slusarz2011-05-091-7/+5
* cell: fix unbalanced parenthesisNicolas Kaiser2011-05-081-1/+1
* r300g: handle seamless_cube_map capsMarek Olšák2011-05-071-0/+2
* nv50,nvc0: activate seamless cube map filteringChristoph Bumiller2011-05-063-1/+44
* r600g: implement seamless_cube_map for evergreenMarek Olšák2011-05-063-0/+15
* gallium: implement seamless cubemap extensionsMarek Olšák2011-05-063-0/+7
* r600g: avoid recursion in rv670 flush workaroundAlex Deucher2011-05-061-2/+7
* gallium/xorg st/nv50: add PIPE_BIND_CURSORMarcin Slusarz2011-05-063-2/+12
* Add pci id for FirePro 2270Kostas Georgiou2011-05-061-0/+1
* r600g: add back SOURCE_FORMAT setting that get accidently droppedAlex Deucher2011-05-051-0/+1
* r600g: fix up the rules for enabling SOURCE_FORMAT(EXPORT_NORM)Alex Deucher2011-05-052-10/+41
* r600g: further r6xx cache flush fixesAlex Deucher2011-05-051-12/+10
* r600g: add rv670 flushing workaround.Dave Airlie2011-05-061-0/+4
* r600g: fix cache flushes on r6xxAlex Deucher2011-05-062-9/+28
* r600g: Match alpha ref precision to color format precision.Henri Verbeet2011-05-054-21/+64
* r600g: do RV6xx base updates inline with state updates.Dave Airlie2011-05-052-54/+22