| Commit message (Expand) | Author | Age | Files | Lines |
* | st/mesa: expose ARB_shader_texture_lod if SM3 is supported | Marek Olšák | 2011-05-13 | 1 | -0/+4 |
* | util_logbase2 takes and returns unsigned, not int | Matt Turner | 2011-05-12 | 1 | -2/+2 |
* | Remove redundant util_unsigned_logbase2 | Matt Turner | 2011-05-12 | 5 | -17/+5 |
* | u_math.h: Remove redundant mingw32 ffs definition | Matt Turner | 2011-05-12 | 1 | -4/+0 |
* | st/egl: Implement EGL_WL_bind_wayland_display for x11,drm,wayland | Benjamin Franzke | 2011-05-13 | 15 | -0/+495 |
* | egl_dri2: Discard similar configs | Benjamin Franzke | 2011-05-13 | 1 | -4/+2 |
* | egl_dri2: Make it possible to not compile in the X11 platform | Kristian Høgsberg | 2011-05-13 | 4 | -7/+28 |
* | nvfx: fill some PIPE_CAPs | Francesco Marella | 2011-05-13 | 1 | -0/+6 |
* | i965: Fix incorrectly named data port define. | Kenneth Graunke | 2011-05-13 | 1 | -1/+1 |
* | i965: Fix typo in Gen6 "DWord Scattered Write" message define. | Kenneth Graunke | 2011-05-13 | 1 | -1/+1 |
* | i915g: Fix typos in print messages. | Vinson Lee | 2011-05-12 | 1 | -3/+3 |
* | r600g: don't unmap if we haven't mapped | Dave Airlie | 2011-05-13 | 1 | -2/+4 |
* | mesa: EXT_texture_sRGB_decode little fixup | Marek Olšák | 2011-05-13 | 2 | -1/+2 |
* | r600g: use a local var to store pointer to which register we are working on | Dave Airlie | 2011-05-13 | 1 | -7/+8 |
* | r600g: make range/block act more like a page table | Dave Airlie | 2011-05-13 | 3 | -50/+45 |
* | r600g: reduce r600_reg footprint | Dave Airlie | 2011-05-13 | 3 | -788/+785 |
* | r600g: reduce memory usage from range/block hash table. | Dave Airlie | 2011-05-13 | 4 | -28/+39 |
* | r600g: delay mapping until first map request. (v2) | Dave Airlie | 2011-05-13 | 2 | -6/+4 |
* | egl/dri2: Avoid unused static functions. | José Fonseca | 2011-05-12 | 1 | -1/+1 |
* | egl/dri2: Prevent uninitialized variable dereference. | José Fonseca | 2011-05-12 | 1 | -2/+5 |
* | egl/dri2: Fix const pointer duplication, prevent unitialized variable derefer... | José Fonseca | 2011-05-12 | 1 | -5/+7 |
* | egl: Fix int <-> ptr casts. | José Fonseca | 2011-05-12 | 4 | -5/+5 |
* | mesa: Fix GetVertexAttrib* inside display lists. | José Fonseca | 2011-05-12 | 1 | -3/+3 |
* | r300/compiler: Fix bug in rc_get_variables() | Tom Stellard | 2011-05-11 | 1 | -7/+11 |
* | r300/compiler: Limit instructions to 3 source selects | Tom Stellard | 2011-05-11 | 4 | -39/+104 |
* | r300/compiler: Add simple unit test framework | Tom Stellard | 2011-05-11 | 7 | -0/+579 |
* | r600g: fix flushes on rs780/rs880 | Alex Deucher | 2011-05-11 | 1 | -1/+3 |
* | mesa: Don't append fog code for programs that don't output color. | José Fonseca | 2011-05-11 | 1 | -0/+6 |
* | svga/drm: Implement svga_winsys_screen::get_hw_version. | José Fonseca | 2011-05-10 | 1 | -0/+14 |
* | st/wgl: Remove buggy assertion. | José Fonseca | 2011-05-10 | 1 | -2/+0 |
* | nv50: fix mistake in pipe caps for pre-NVA0 cards | Maxim Levitsky | 2011-05-10 | 1 | -0/+1 |
* | ir_to_mesa: Emit TXD instruction. | Kenneth Graunke | 2011-05-09 | 1 | -2/+11 |
* | glsl: Add compiler support for ARB_shader_texture_lod. | Kenneth Graunke | 2011-05-09 | 6 | -0/+188 |
* | mesa: Add ARB_shader_texture_lod to the extension list; off by default. | Kenneth Graunke | 2011-05-09 | 2 | -1/+2 |
* | nv50/nvc0: make transfers aware of PIPE_TRANSFER_MAP_DIRECTLY | Marcin Slusarz | 2011-05-09 | 2 | -0/+6 |
* | r300/compiler: align memory allocations to 8-bytes | Matt Turner | 2011-05-09 | 1 | -1/+1 |
* | r300g: unreference a zbuffer surface after decompression | Marek Olšák | 2011-05-09 | 1 | -0/+2 |
* | r300g: remove redundant state variable hyperz_locked | Marek Olšák | 2011-05-09 | 5 | -14/+12 |
* | mesa: document instructions ir_to_mesa emits | Marek Olšák | 2011-05-09 | 1 | -14/+14 |
* | r300c: Fix up for register allocator rewrite. | Michel Dänzer | 2011-05-09 | 2 | -0/+2 |
* | r600g: anisotropic filtering support for evergreen hw | Jerome Glisse | 2011-05-09 | 5 | -23/+31 |
* | r600g: add support for anisotropic filtering | Carl-Philip Haensch | 2011-05-09 | 2 | -3/+26 |
* | gallium: Factor out unknown endianness detection. | Michel Dänzer | 2011-05-09 | 1 | -2/+4 |
* | Don't allow compilation if endianness isn't known | Matt Turner | 2011-05-09 | 1 | -1/+1 |
* | p_config.h: Rely on glibc endianness definitions when available | Matt Turner | 2011-05-09 | 1 | -0/+12 |
* | st/xorg: add some debugging messages to xorg_exa.c | Marcin Slusarz | 2011-05-09 | 1 | -1/+15 |
* | st/xorg: remove DEBUG_PRINT macro and add exa_debug_printf | Marcin Slusarz | 2011-05-09 | 1 | -30/+29 |
* | st/xorg: fix compilation of xorg_exa.c with DEBUG_PRINT set to 1 | Marcin Slusarz | 2011-05-09 | 1 | -7/+5 |
* | cell: fix unbalanced parenthesis | Nicolas Kaiser | 2011-05-08 | 1 | -1/+1 |
* | mesa: add precision to M_PI constant | Matt Turner | 2011-05-06 | 1 | -1/+1 |