Age | Commit message (Expand) | Author | Files | Lines |
2011-04-23 | st/egl: Add wayland shm softpipe supportwayland-softpipe | Benjamin Franzke | 4 | -3/+192 |
2011-04-23 | st/egl: Generalize wayland backend a bit | Benjamin Franzke | 3 | -253/+361 |
2011-04-23 | winsys: Add wayland shm sw winsys | Benjamin Franzke | 5 | -0/+344 |
2011-04-22 | egl/wayland: Follow buffer.attach removal | Benjamin Franzke | 1 | -1/+0 |
2011-04-22 | egl/wayland: Update to buffer.damage addition | Benjamin Franzke | 3 | -4/+6 |
2011-04-22 | configure.ac: fix up the help text for --enable-gallium-r300 | Marek Olšák | 1 | -1/+1 |
2011-04-22 | r300g: disallow A16F,L16F,LA16F,I16F texture formats on DRM<2.8.0 | Marek Olšák | 1 | -4/+9 |
2011-04-22 | st/egl: Update to wayland protocol,egl changes | Benjamin Franzke | 2 | -27/+92 |
2011-04-22 | egl_dri2: Create wl_buffers for pixmap surfaces | Benjamin Franzke | 2 | -12/+23 |
2011-04-22 | egl/wayland: Add new version parameter for post_drm | Benjamin Franzke | 1 | -1/+3 |
2011-04-22 | egl/wayland: Fix prefixes for interface names | Benjamin Franzke | 2 | -5/+5 |
2011-04-22 | swrast: fix readpix clamping | Marek Olšák | 1 | -4/+4 |
2011-04-21 | WL_bind_wayland_display: clarify that context must be NULL | Kristian Høgsberg | 1 | -1/+1 |
2011-04-21 | i915: Gut all remaining bits of hardware fog | Ian Romanick | 4 | -107/+13 |
2011-04-21 | i915: i915_context::vertex_fog is always I915_FOG_NONE, so kill it | Ian Romanick | 3 | -8/+1 |
2011-04-21 | i915: There's always a fragment program | Ian Romanick | 1 | -26/+5 |
2011-04-21 | i915: Delete disabled try_pixel_fog paths | Ian Romanick | 1 | -55/+0 |
2011-04-21 | mesa: Kill gl_fragment_program::FogOption with fire | Ian Romanick | 7 | -37/+31 |
2011-04-21 | i915: gl_fragment_program::FogOption is always GL_NONE so don't check it | Ian Romanick | 2 | -11/+2 |
2011-04-21 | i965: gl_fragment_program::FogOption is always GL_NONE so don't check it | Ian Romanick | 1 | -5/+0 |
2011-04-21 | mesa: gl_fragment_program::FogOption is always GL_NONE so don't check it | Ian Romanick | 2 | -19/+8 |
2011-04-21 | mesa: Fix bugs in ff fragment shader fog handling | Ian Romanick | 1 | -19/+20 |
2011-04-21 | st/mesa: check image size before copy_image_data_to_texture() | Brian Paul | 1 | -2/+7 |
2011-04-21 | galahad,util: warn on resource target mismatch in copy_region | Marek Olšák | 2 | -0/+9 |
2011-04-21 | st/mesa: implement CopyBufferSubData using resource_copy_region | Marek Olšák | 1 | -19/+4 |
2011-04-21 | gallium: add fallback for copying buffers to all drivers | Marek Olšák | 8 | -0/+70 |
2011-04-21 | util: add a simple memcpy path for copying buffers in util_resource_copy_region | Marek Olšák | 1 | -9/+13 |
2011-04-20 | glsl/ast_to_hir: Only use the local 'type' variable as a temporary. | Kenneth Graunke | 1 | -20/+4 |
2011-04-20 | i965: Remove dead vertex buffer structs. | Kenneth Graunke | 1 | -25/+0 |
2011-04-20 | wayland-egl: Update to wayland-egl.h changes, drop struct wl_egl_display | Kristian Høgsberg | 5 | -176/+85 |
2011-04-20 | mesa: fix void pointer arithmetic warning | Brian Paul | 1 | -2/+2 |
2011-04-20 | docs: Mention that GLSL 1.30 is started. | Eric Anholt | 1 | -1/+1 |
2011-04-20 | docs: Update for Intel ARB_texture_float and ARB_color_buffer_float. | Eric Anholt | 1 | -3/+3 |
2011-04-20 | intel: Add support for ARB_color_buffer_float. | Eric Anholt | 9 | -10/+28 |
2011-04-20 | meta: Add support for ARB_color_buffer_float to _mesa_meta_Clear(). | Eric Anholt | 1 | -4/+24 |
2011-04-20 | meta: Add support for ARB_color_buffer_float to _mesa_meta_DrawPixels. | Eric Anholt | 1 | -0/+28 |
2011-04-20 | intel: Add support for ARB_texture_float. | Eric Anholt | 6 | -2/+62 |
2011-04-20 | intel: Add support for blit copies of >32bpp formats. | Eric Anholt | 1 | -0/+11 |
2011-04-20 | mesa: Add renderbuffer accessors for A, I, L, FLOAT32. | Eric Anholt | 1 | -0/+218 |
2011-04-20 | mesa: Add renderbuffer accessors for MESA_FORMAT_R_FLOAT32, RG_FLOAT32. | Eric Anholt | 1 | -0/+92 |
2011-04-20 | mesa: Add ChooseTexFormat fallbacks for floating point textures. | Eric Anholt | 1 | -4/+30 |
2011-04-20 | mesa: Add renderbuffer accessors for MESA_FORMAT_RGBA_FLOAT32. | Eric Anholt | 1 | -0/+27 |
2011-04-20 | swrast: Add LUMINANCE, INTENSITY, LUMINANCE_ALPHA to span asserts. | Eric Anholt | 2 | -0/+6 |
2011-04-20 | r600g: fix userspace fences again | Alex Deucher | 1 | -0/+3 |
2011-04-20 | r600g: don't flush the dest caches on every draw | Fredrik Höglund | 7 | -72/+176 |
2011-04-19 | translate: disable clamping of instanced array indexes | Brian Paul | 2 | -9/+16 |
2011-04-19 | r600g: add evergreen+ big endian support | Alex Deucher | 4 | -6/+74 |
2011-04-19 | r600g: add big endian support for r6xx/r7xx | Cédric Cano | 8 | -14/+151 |
2011-04-19 | r600c: add evergreen big endian support | Alex Deucher | 5 | -9/+286 |
2011-04-19 | r600c: add big endian support for r6xx/r7xx | Cédric Cano | 11 | -50/+508 |