| Commit message (Expand) | Author | Age | Files | Lines |
* | [g3dvl] remove resource_format workaround | Christian König | 2011-04-24 | 4 | -16/+6 |
* | r600g: implement clamp_fragment_color handling | Christian König | 2011-04-24 | 1 | -6/+17 |
* | r600g: remove the unneeded bo from COLOR[0-9]_INFO | Christian König | 2011-04-24 | 2 | -9/+9 |
* | Merge remote branch 'origin/master' into pipe-video | Christian König | 2011-04-23 | 587 | -24167/+26829 |
|\ |
|
| * | scons: Build classic mesa gdi driver. | José Fonseca | 2011-04-23 | 6 | -115/+52 |
| * | osmesa: Fix Mingw build. | José Fonseca | 2011-04-23 | 1 | -16/+1 |
| * | scons: Build osmesa. | José Fonseca | 2011-04-23 | 3 | -0/+108 |
| * | mapi/glapi: Avoid warnings about visibility being unsupported on MinGW. | José Fonseca | 2011-04-23 | 2 | -2/+2 |
| * | mesa/vf: Remove. | José Fonseca | 2011-04-23 | 5 | -2257/+0 |
| * | graw: Replace dead symlinks to delete python statetracker shaders with their ... | José Fonseca | 2011-04-23 | 64 | -2/+818 |
| * | draw: fix point/line/tri flushing bug in vbuf code | Brian Paul | 2011-04-22 | 1 | -4/+10 |
| * | r300g: do not advertise color_buffer_float on r300 and r400 | Marek Olšák | 2011-04-22 | 1 | -1/+1 |
| * | r300/compiler: fix up error message | Marek Olšák | 2011-04-22 | 1 | -2/+2 |
| * | egl/wayland: Follow buffer.attach removal | Benjamin Franzke | 2011-04-22 | 1 | -1/+0 |
| * | egl/wayland: Update to buffer.damage addition | Benjamin Franzke | 2011-04-22 | 3 | -4/+6 |
| * | r300g: disallow A16F,L16F,LA16F,I16F texture formats on DRM<2.8.0 | Marek Olšák | 2011-04-22 | 1 | -4/+9 |
| * | st/egl: Update to wayland protocol,egl changes | Benjamin Franzke | 2011-04-22 | 2 | -27/+92 |
| * | egl_dri2: Create wl_buffers for pixmap surfaces | Benjamin Franzke | 2011-04-22 | 2 | -12/+23 |
| * | egl/wayland: Add new version parameter for post_drm | Benjamin Franzke | 2011-04-22 | 1 | -1/+3 |
| * | egl/wayland: Fix prefixes for interface names | Benjamin Franzke | 2011-04-22 | 2 | -5/+5 |
| * | swrast: fix readpix clamping | Marek Olšák | 2011-04-22 | 1 | -4/+4 |
| * | i915: Gut all remaining bits of hardware fog | Ian Romanick | 2011-04-21 | 4 | -107/+13 |
| * | i915: i915_context::vertex_fog is always I915_FOG_NONE, so kill it | Ian Romanick | 2011-04-21 | 3 | -8/+1 |
| * | i915: There's always a fragment program | Ian Romanick | 2011-04-21 | 1 | -26/+5 |
| * | i915: Delete disabled try_pixel_fog paths | Ian Romanick | 2011-04-21 | 1 | -55/+0 |
| * | mesa: Kill gl_fragment_program::FogOption with fire | Ian Romanick | 2011-04-21 | 7 | -37/+31 |
| * | i915: gl_fragment_program::FogOption is always GL_NONE so don't check it | Ian Romanick | 2011-04-21 | 2 | -11/+2 |
| * | i965: gl_fragment_program::FogOption is always GL_NONE so don't check it | Ian Romanick | 2011-04-21 | 1 | -5/+0 |
| * | mesa: gl_fragment_program::FogOption is always GL_NONE so don't check it | Ian Romanick | 2011-04-21 | 2 | -19/+8 |
| * | mesa: Fix bugs in ff fragment shader fog handling | Ian Romanick | 2011-04-21 | 1 | -19/+20 |
| * | st/mesa: check image size before copy_image_data_to_texture() | Brian Paul | 2011-04-21 | 1 | -2/+7 |
| * | galahad,util: warn on resource target mismatch in copy_region | Marek Olšák | 2011-04-21 | 2 | -0/+9 |
| * | st/mesa: implement CopyBufferSubData using resource_copy_region | Marek Olšák | 2011-04-21 | 1 | -19/+4 |
| * | gallium: add fallback for copying buffers to all drivers | Marek Olšák | 2011-04-21 | 8 | -0/+70 |
| * | util: add a simple memcpy path for copying buffers in util_resource_copy_region | Marek Olšák | 2011-04-21 | 1 | -9/+13 |
| * | glsl/ast_to_hir: Only use the local 'type' variable as a temporary. | Kenneth Graunke | 2011-04-20 | 1 | -20/+4 |
| * | i965: Remove dead vertex buffer structs. | Kenneth Graunke | 2011-04-20 | 1 | -25/+0 |
| * | wayland-egl: Update to wayland-egl.h changes, drop struct wl_egl_display | Kristian Høgsberg | 2011-04-20 | 4 | -175/+84 |
| * | mesa: fix void pointer arithmetic warning | Brian Paul | 2011-04-20 | 1 | -2/+2 |
| * | intel: Add support for ARB_color_buffer_float. | Eric Anholt | 2011-04-20 | 9 | -10/+28 |
| * | meta: Add support for ARB_color_buffer_float to _mesa_meta_Clear(). | Eric Anholt | 2011-04-20 | 1 | -4/+24 |
| * | meta: Add support for ARB_color_buffer_float to _mesa_meta_DrawPixels. | Eric Anholt | 2011-04-20 | 1 | -0/+28 |
| * | intel: Add support for ARB_texture_float. | Eric Anholt | 2011-04-20 | 6 | -2/+62 |
| * | intel: Add support for blit copies of >32bpp formats. | Eric Anholt | 2011-04-20 | 1 | -0/+11 |
| * | mesa: Add renderbuffer accessors for A, I, L, FLOAT32. | Eric Anholt | 2011-04-20 | 1 | -0/+218 |
| * | mesa: Add renderbuffer accessors for MESA_FORMAT_R_FLOAT32, RG_FLOAT32. | Eric Anholt | 2011-04-20 | 1 | -0/+92 |
| * | mesa: Add ChooseTexFormat fallbacks for floating point textures. | Eric Anholt | 2011-04-20 | 1 | -4/+30 |
| * | mesa: Add renderbuffer accessors for MESA_FORMAT_RGBA_FLOAT32. | Eric Anholt | 2011-04-20 | 1 | -0/+27 |
| * | swrast: Add LUMINANCE, INTENSITY, LUMINANCE_ALPHA to span asserts. | Eric Anholt | 2011-04-20 | 2 | -0/+6 |
| * | r600g: fix userspace fences again | Alex Deucher | 2011-04-20 | 1 | -0/+3 |