| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | r600g: don't flush the dest caches on every draw | Fredrik Höglund | 2011-04-20 | 7 | -72/+176 |
* | translate: disable clamping of instanced array indexes | Brian Paul | 2011-04-19 | 2 | -9/+16 |
* | r600g: add evergreen+ big endian support | Alex Deucher | 2011-04-19 | 4 | -6/+74 |
* | r600g: add big endian support for r6xx/r7xx | Cédric Cano | 2011-04-19 | 8 | -14/+151 |
* | r600c: add evergreen big endian support | Alex Deucher | 2011-04-19 | 5 | -9/+286 |
* | r600c: add big endian support for r6xx/r7xx | Cédric Cano | 2011-04-19 | 11 | -50/+508 |
* | r600g: add cb support for snorm formats. | Dave Airlie | 2011-04-19 | 2 | -9/+13 |
* | r200: enable some extensions | Marek Olšák | 2011-04-19 | 1 | -2/+10 |
* | r600g: fix warnings with piglit texture-rg test. | Dave Airlie | 2011-04-19 | 2 | -0/+6 |
* | r600g: make loop const always flush | Dave Airlie | 2011-04-19 | 2 | -2/+2 |
* | r300/compiler: Fix dataflow analysis bug with ELSE blocks | Tom Stellard | 2011-04-18 | 1 | -0/+7 |
* | glsl: fix conversions from uint to bool and from float/bool to uint | Bryan Cain | 2011-04-18 | 1 | -3/+3 |
* | r600g: add dirty tracking to context reg. | Dave Airlie | 2011-04-19 | 1 | -7/+12 |
* | r600g: deinline some large functions. | Dave Airlie | 2011-04-19 | 2 | -76/+83 |
* | r600g: consolidate r600/evergreen code for resource emission. | Dave Airlie | 2011-04-19 | 3 | -41/+8 |
* | r600g: don't flush caches if we already did so, even for a subset of the flags | Bas Nieuwenhuizen | 2011-04-19 | 1 | -2/+2 |
* | r600g: attempt to avoid emitting resources that are the same | Dave Airlie | 2011-04-19 | 1 | -18/+49 |
* | r600g: modify block to only emit the first few dirty registers. (v2) | Dave Airlie | 2011-04-19 | 4 | -12/+39 |
* | r600g: track dirty registers better. (v2) | Dave Airlie | 2011-04-19 | 4 | -121/+171 |