summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* st/dri: Support dri2 useflags in dri2_create_imageBenjamin Franzke2011-05-201-0/+9
* st/egl/wayland: Deal with wayland visual changesBenjamin Franzke2011-05-201-17/+21
* gallivm: Fix for dynamically linked LLVM 2.8 library.José Fonseca2011-05-201-2/+12
* st/glx: define/set new ST_CONTEXT_FLAG_bitsBrian Paul2011-05-192-11/+25
* st/glx: pass major, minor, context flags, etc to XMesaCreateContext()Brian Paul2011-05-193-3/+9
* st/glx: implement glXCreateContextAttribsARB()Brian Paul2011-05-191-0/+95
* st/glx: pass version, context flags, etc to create_context()Brian Paul2011-05-191-4/+9
* st/glx: refactor create-context functionsBrian Paul2011-05-191-61/+40
* nv50: add support for user clip planesMaxim Levitsky2011-05-194-1/+40
* gallivm: Tell LLVM to not assume a 16-byte aligned stack on x86.José Fonseca2011-05-181-0/+13
* r600g: bump domain selection up one layer.Dave Airlie2011-05-183-6/+24
* u_vbuf_mgr: fix max_index computation when src_offset is abused as buffer_offsetMarek Olšák2011-05-171-1/+6
* 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