| Commit message (Expand) | Author | Age | Files | Lines |
* | Make sure libGL.so links with libglsl | Matt Turner | 2012-01-31 | 1 | -1/+1 |
* | osmesa: set RefCount = 1 in new_osmesa_renderbuffer() | Brian Paul | 2012-01-31 | 1 | -0/+1 |
* | osmesa: Fix osmesa_context.DataType type. | Vinson Lee | 2012-01-31 | 1 | -1/+1 |
* | automake: src/glsl and src/glsl/glcpp | Matt Turner | 2012-01-30 | 2 | -2/+2 |
* | automake: src/mesa/drivers/osmesa | Matt Turner | 2012-01-30 | 5 | -73/+96 |
* | st/mesa: kill off point size clamping in vertex shaders | Marek Olšák | 2012-01-31 | 4 | -126/+0 |
* | st/mesa: simplify initialization of light_twoside | Marek Olšák | 2012-01-31 | 1 | -21/+3 |
* | mesa: consolidate general ubyte texstore code | Brian Paul | 2012-01-30 | 1 | -171/+71 |
* | mesa: use _mesa_pack_ubyte_rgba_rect() in texstore code | Brian Paul | 2012-01-30 | 1 | -219/+64 |
* | mesa: added _mesa_pack_ubyte_rgba_rect() | Brian Paul | 2012-01-30 | 2 | -0/+46 |
* | dri: Add a default drirc to be installed to provide application workarounds. | Eric Anholt | 2012-01-30 | 2 | -0/+9 |
* | i965: Add a driconf option to force GLSL extension behavior to "warn". | Eric Anholt | 2012-01-30 | 3 | -1/+14 |
* | mesa: Add a flag for forcing all GLSL extensions to "warn". | Eric Anholt | 2012-01-30 | 1 | -0/+6 |
* | intel: Use libdrm's decode functionality instead of the gpu-tools copy. | Eric Anholt | 2012-01-30 | 5 | -2795/+41 |
* | i965: Fix segfault with INTEL_DEBUG=batch on gen7 with samplers present. | Eric Anholt | 2012-01-30 | 1 | -1/+0 |
* | i965/vs: Avoid allocating registers in to the gen7 MRF hack region. | Eric Anholt | 2012-01-30 | 3 | -3/+6 |
* | i965/fs: Fix rendering corruption in unigine tropics. | Eric Anholt | 2012-01-30 | 4 | -4/+17 |
* | Rename R300_NO_TCL envvar to RADEON_NO_TCL | Matt Turner | 2012-01-30 | 1 | -1/+1 |
* | mesa/format_unpack: add LUMINANCE 8/16 UINT/INT | Dave Airlie | 2012-01-30 | 1 | -0/+58 |
* | dri: don't link with DRICORE_LIB_DEPS | Matt Turner | 2012-01-28 | 6 | -7/+1 |
* | st/mesa: use table-driven approach to exposing extensions for formats (v3) | Marek Olšák | 2012-01-29 | 1 | -207/+167 |
* | st/mesa: use table-driven approach to exposing extensions based on CAPs | Marek Olšák | 2012-01-29 | 1 | -108/+58 |
* | st/mesa: add PIPE_CAP_GLSL_FEATURE_LEVEL, cleanup st_extensions.c | Marek Olšák | 2012-01-29 | 1 | -21/+28 |
* | state_stracker: Fix access to uninitialized memory. | Mathias Fröhlich | 2012-01-29 | 1 | -1/+1 |
* | i965: fix inverted point sprite origin when rendering to FBO | Yuanhan Liu | 2012-01-28 | 3 | -5/+27 |
* | mesa: remove byteswap check in fast_read_rgba_pixels_memcpy() | Brian Paul | 2012-01-27 | 1 | -5/+0 |
* | mesa: more use of _mesa_format_matches_format_and_type() in texstore code | Brian Paul | 2012-01-27 | 1 | -12/+7 |
* | mesa: more use of _mesa_format_matches_format_and_type() in texstore code | Brian Paul | 2012-01-27 | 1 | -19/+4 |
* | mesa: more use of _mesa_format_matches_format_and_type() in texstore code | Brian Paul | 2012-01-27 | 1 | -13/+7 |
* | mesa: more use of _mesa_format_matches_format_and_type() in texstore code | Brian Paul | 2012-01-27 | 1 | -18/+8 |
* | mesa: use _mesa_format_matches_format_and_type() in texstore code | Brian Paul | 2012-01-27 | 1 | -44/+4 |
* | mesa: implement more cases in _mesa_format_matches_format_and_type() | Brian Paul | 2012-01-27 | 1 | -2/+22 |
* | mesa: use swapBytes parameter in _mesa_format_matches_format_and_type() | Brian Paul | 2012-01-27 | 1 | -38/+93 |
* | mesa: added swapBytes parameter to _mesa_format_matches_format_and_type() | Brian Paul | 2012-01-27 | 4 | -7/+12 |
* | mesa: rewrite, simplify some of the logic in _mesa_format_matches_format_and_... | Brian Paul | 2012-01-27 | 1 | -9/+28 |
* | mesa: add BGR888 code in _mesa_format_matches_format_and_type() | Brian Paul | 2012-01-27 | 1 | -1/+1 |
* | mesa: fix error in _mesa_format_matches_format_and_type() for RGB888 | Brian Paul | 2012-01-27 | 1 | -1/+1 |
* | mesa: remove redundant byte swap check | Brian Paul | 2012-01-27 | 1 | -6/+2 |
* | mesa: remove LSB-first pixel packing check in glReadPixels | Brian Paul | 2012-01-27 | 1 | -2/+1 |
* | swrast: Fix implicit declaration warnings | Chad Versace | 2012-01-27 | 1 | -0/+1 |
* | mesa: Avoid void * arithmetic. | José Fonseca | 2012-01-27 | 1 | -1/+1 |
* | swrast: Fix fixed-function fragment processing | Chad Versace | 2012-01-27 | 9 | -44/+45 |
* | mesa: set clamp bit in glGetTexImage for GL_UNSIGNED_NORMALIZED | Anuj Phogat | 2012-01-27 | 1 | -0/+9 |
* | mesa: Don't round-trip integer texture data through a floating point temp. | Eric Anholt | 2012-01-27 | 1 | -21/+24 |
* | mesa: When unpacking signed integer pixel data, don't clamp to 0. | Eric Anholt | 2012-01-27 | 1 | -33/+12 |
* | mesa: Add clamping for packing of integer data. | Eric Anholt | 2012-01-27 | 1 | -4/+4 |
* | mesa: Add missing format unpack for some integer texture formats. | Eric Anholt | 2012-01-27 | 1 | -0/+321 |
* | i965: Don't allow rendering to non-GL_RED/RG/RGBA integer textures. | Eric Anholt | 2012-01-27 | 1 | -0/+11 |
* | intel: Pass the gl_renderbuffer to render_target_supported() vtable method. | Eric Anholt | 2012-01-27 | 7 | -10/+17 |
* | intel: Make a renderbuffer wrapping a texture have the same _BaseFormat. | Eric Anholt | 2012-01-27 | 1 | -1/+1 |