summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* egl/dri2: Avoid unused static functions.José Fonseca2011-05-121-1/+1
* egl/dri2: Prevent uninitialized variable dereference.José Fonseca2011-05-121-2/+5
* egl/dri2: Fix const pointer duplication, prevent unitialized variable derefer...José Fonseca2011-05-121-5/+7
* egl: Fix int <-> ptr casts.José Fonseca2011-05-124-5/+5
* mesa: Fix GetVertexAttrib* inside display lists.José Fonseca2011-05-121-3/+3
* r300/compiler: Fix bug in rc_get_variables()Tom Stellard2011-05-111-7/+11
* r300/compiler: Limit instructions to 3 source selectsTom Stellard2011-05-114-39/+104
* r300/compiler: Add simple unit test frameworkTom Stellard2011-05-117-0/+579
* r600g: fix flushes on rs780/rs880Alex Deucher2011-05-111-1/+3
* mesa: Don't append fog code for programs that don't output color.José Fonseca2011-05-111-0/+6
* 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
* ir_to_mesa: Emit TXD instruction.Kenneth Graunke2011-05-091-2/+11
* glsl: Add compiler support for ARB_shader_texture_lod.Kenneth Graunke2011-05-096-0/+188
* mesa: Add ARB_shader_texture_lod to the extension list; off by default.Kenneth Graunke2011-05-092-1/+2
* nv50/nvc0: make transfers aware of PIPE_TRANSFER_MAP_DIRECTLYMarcin Slusarz2011-05-092-0/+6
* r300/compiler: align memory allocations to 8-bytesMatt Turner2011-05-091-1/+1
* 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
* mesa: document instructions ir_to_mesa emitsMarek Olšák2011-05-091-14/+14
* r300c: Fix up for register allocator rewrite.Michel Dänzer2011-05-092-0/+2
* 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
* mesa: add precision to M_PI constantMatt Turner2011-05-061-1/+1
* mesa: replace ONE_DIV_LN2 constant with M_LOG2EMatt Turner2011-05-062-5/+1
* r300/compiler: implement TXD and TXL opcodesMarek Olšák2011-05-075-0/+52
* r300g: handle seamless_cube_map capsMarek Olšák2011-05-071-0/+2
* egl/wayland: Follow wl_resource_destroy changesBenjamin Franzke2011-05-061-1/+1
* 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-065-0/+18
* mesa: handle TEXTURE_CUBE_MAP_SEAMLESS in SamplerParameterMarek Olšák2011-05-061-0/+37
* mesa: implement AMD_seamless_cubemap_per_textureMarek Olšák2011-05-065-0/+58
* 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-064-0/+4
* egl_dri2: add new radeon pci idsAlex Deucher2011-05-061-0/+6
* egl: Add a cursor use bit to MESA_drm_imageKristian Høgsberg2011-05-062-2/+13
* egl/wayland-drm: Generalize interfaceBenjamin Franzke2011-05-063-63/+113
* glx: Check flush DRI extension version at runtimenobled2011-05-061-2/+3