| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | mesa/gdi: Address compiler warnings. | José Fonseca | 2011-04-23 | 2 | -136/+131 |
* | mesa/gdi: Remove InitCritSections.cpp. | José Fonseca | 2011-04-23 | 1 | -33/+0 |
* | Drop fx windows driver. | José Fonseca | 2011-04-23 | 3 | -2299/+0 |
* | 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 |
* | mesa/vf: Remove. | José Fonseca | 2011-04-23 | 5 | -2257/+0 |
* | r300/compiler: fix up error message | Marek Olšák | 2011-04-22 | 1 | -2/+2 |
* | 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 |
* | st/mesa: implement CopyBufferSubData using resource_copy_region | Marek Olšák | 2011-04-21 | 1 | -19/+4 |
* | i965: Remove dead vertex buffer structs. | Kenneth Graunke | 2011-04-20 | 1 | -25/+0 |
* | 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 |
* | 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 |
* | r200: enable some extensions | Marek Olšák | 2011-04-19 | 1 | -2/+10 |
* | r300/compiler: Fix dataflow analysis bug with ELSE blocks | Tom Stellard | 2011-04-18 | 1 | -0/+7 |
* | i965: Convert 3DPRIMITIVE command from struct-style to OUT_BATCH style. | Kenneth Graunke | 2011-04-18 | 3 | -46/+37 |
* | i965: Allocate the whole URB to the VS and fix calculations for Gen6. | Kenneth Graunke | 2011-04-18 | 3 | -19/+25 |
* | mesa: fix void pointer arithmetic warnings | Brian Paul | 2011-04-18 | 1 | -21/+18 |
* | mesa: fix wrong parameter type in set_sampler_max_lod() | Brian Paul | 2011-04-18 | 1 | -1/+1 |
* | intel: Add I8 and L8 to intel_mesa_format_to_rb_datatype(). | Eric Anholt | 2011-04-18 | 1 | -0/+2 |
* | Revert "intel: Add spans code for the ARB_texture_rg support." | Eric Anholt | 2011-04-18 | 1 | -122/+0 |
* | intel: Use mesa core's R8, RG88, R16, RG1616 RB accessors. | Eric Anholt | 2011-04-18 | 1 | -25/+4 |
* | swrast: Don't try to adjust_colors for <8bpc when handling R16, RG1616. | Eric Anholt | 2011-04-18 | 1 | -3/+3 |
* | mesa: Add renderbuffer accessors for R8/RG88/R16/RG1616. | Eric Anholt | 2011-04-18 | 1 | -0/+310 |
* | mesa: Use _mesa_get_format_bytes to refactor out the RB get_row_* | Eric Anholt | 2011-04-18 | 1 | -60/+10 |
* | mesa: Use _mesa_get_format_bytes to refactor out the RB get_pointer_* | Eric Anholt | 2011-04-18 | 1 | -66/+11 |
* | intel: Use Mesa core's renderbuffer accessors for depth. | Eric Anholt | 2011-04-18 | 2 | -33/+17 |
* | mesa: Add a function to set up the default renderbuffer accessors. | Eric Anholt | 2011-04-18 | 2 | -78/+104 |
* | mesa: Add a gl_renderbuffer.RowStride field like textures have. | Eric Anholt | 2011-04-18 | 3 | -53/+66 |