| Commit message (Expand) | Author | Age | Files | Lines |
* | vl: remove assert on unknown video profile | Christian König | 2012-02-06 | 1 | -1/+0 |
* | st/xvmc: respect caps when creating video buffers | Christian König | 2012-02-06 | 1 | -0/+6 |
* | st/vdpau: use interlacing capabilities | Christian König | 2012-02-06 | 2 | -1/+15 |
* | st/vdpau: implement uploads to interlaced video buffers | Christian König | 2012-02-06 | 1 | -21/+27 |
* | vl: add interlacing capabilities | Christian König | 2012-02-06 | 6 | -1/+34 |
* | vl: add a simple weave deinterlacer | Christian König | 2012-02-06 | 2 | -33/+173 |
* | vl/video_buffer: fix interlaced surface ordering | Christian König | 2012-02-06 | 1 | -7/+13 |
* | vl/video_buffer: fix height of interlaced video buffers | Christian König | 2012-02-06 | 1 | -2/+8 |
* | mesa: check_index_bounds off-by-one fix | Roland Scheidegger | 2012-02-06 | 1 | -1/+1 |
* | mesa: Fix xcb-dri2 link flags leaking into LIBS. | Eric Anholt | 2012-02-04 | 1 | -0/+2 |
* | intel: check for LLC support when reading maps | Eugeni Dodonov | 2012-02-04 | 1 | -1/+1 |
* | intel: verify if hardware has LLC support | Eugeni Dodonov | 2012-02-04 | 4 | -0/+12 |
* | draw: fix fog coord export. | Dave Airlie | 2012-02-04 | 1 | -1/+6 |
* | vbo: fix a building error | Chih-Wei Huang | 2012-02-04 | 1 | -0/+2 |
* | llvmpipe: Make more resilient to out-of-memory situations. | José Fonseca | 2012-02-03 | 1 | -2/+6 |
* | llvmpipe: clear storage for newly allocated resources | Keith Whitwell | 2012-02-03 | 1 | -2/+20 |
* | intel: FBOs with texture border are unsupported | Ian Romanick | 2012-02-03 | 1 | -0/+11 |
* | gallium/dri: Handle xserver that doesn't send needless DRI2 invalidate events | Ville Syrjala | 2012-02-03 | 1 | -13/+17 |
* | glsl: Add error case for switch() with two default cases. | Eric Anholt | 2012-02-03 | 2 | -0/+16 |
* | glsl: Throw an error when faced with a duplicated switch() case label. | Eric Anholt | 2012-02-03 | 2 | -0/+27 |
* | glsl: Add other missing error location information for switch statements. | Eric Anholt | 2012-02-03 | 1 | -0/+4 |
* | glsl: Add missing location info to case labels. | Eric Anholt | 2012-02-03 | 1 | -0/+2 |
* | glsl: Throw the required error when a case label is a non-constant. | Eric Anholt | 2012-02-03 | 1 | -2/+14 |
* | glsl: Save and restore the whole switch state for nesting. | Eric Anholt | 2012-02-03 | 3 | -260/+255 |
* | dri: Add Unigine Tropics as an app that requires the GLSL warn workaround. | Eric Anholt | 2012-02-03 | 1 | -0/+3 |
* | dri: Fix typo in xml file that made all applications use the workaround. | Eric Anholt | 2012-02-03 | 1 | -1/+1 |
* | mesa: Fix the error message function names for glFlushMappedBufferRange(). | Eric Anholt | 2012-02-03 | 1 | -7/+7 |
* | mesa: Fix bad-enum/no-buffer error handling for buffer object functions. | Eric Anholt | 2012-02-03 | 1 | -87/+39 |
* | glsl: move array_sizing_visitor class outside of link_intrastage_shaders() | Brian Paul | 2012-02-02 | 1 | -16/+22 |
* | gallium/postprocess: move declarations before code | Brian Paul | 2012-02-02 | 1 | -2/+1 |
* | gallium/postprocess: Just to be safe, reference all buffers from outside | Lauri Kasanen | 2012-02-02 | 1 | -0/+10 |
* | gallium/postprocess: Fix depth logic | Lauri Kasanen | 2012-02-02 | 4 | -11/+4 |
* | glsl: Avoid ralloc_stealing a long-lived object to a short-lived parent | Carl Worth | 2012-02-02 | 1 | -3/+0 |
* | glsl: Add glcpp tests for a macro used twice | Carl Worth | 2012-02-02 | 2 | -0/+33 |
* | glcpp: Fix so that trailing punctuation does not prevent macro expansion | Carl Worth | 2012-02-02 | 1 | -1/+9 |
* | glcpp: Add new test showing bug where a trailing ':' prevents macro expansion | Carl Worth | 2012-02-02 | 2 | -0/+15 |
* | mesa: Fix copy-and-paste error in _mesa_pack_rgba_span_float | Ian Romanick | 2012-02-02 | 1 | -3/+2 |
* | mesa: Fix copy-and-paste bug in do_row_3D | Ian Romanick | 2012-02-02 | 1 | -3/+3 |
* | mesa: Convert colors if span ChanType and renderbuffer data type don't match | Ian Romanick | 2012-02-02 | 1 | -4/+15 |
* | mesa: Set the gl_array_object::ARBsemantics flag at the right time | Ian Romanick | 2012-02-02 | 2 | -1/+10 |
* | mesa: Add unpack_uint_z_row support for floating-point depth buffers | Ian Romanick | 2012-02-02 | 1 | -0/+32 |
* | Revert "Fix underlinking in libOSMesa since commit adefee5 "Always build shar... | Brian Paul | 2012-02-02 | 1 | -2/+0 |
* | draw: Avoid NULL pointer dereference when binding NULL fragment shaders. | José Fonseca | 2012-02-02 | 3 | -3/+3 |
* | mapi/glapi: Never use a generic no-op entry-point on Windows. | José Fonseca | 2012-02-02 | 1 | -2/+6 |
* | gallivm: Fix LLVM-2.7 build. | ojab | 2012-02-02 | 1 | -4/+6 |
* | gallivm: Remove MSVC RT hack. | José Fonseca | 2012-02-02 | 1 | -14/+0 |
* | mesa: fix maximum allowed proxy texture size condition | Anuj Phogat | 2012-02-01 | 1 | -11/+11 |
* | svga: fix a crash happening before setting fragment shaders. | Zack Rusin | 2012-02-01 | 1 | -1/+2 |
* | st-api: fix typos, whitespace, line wrapping | Brian Paul | 2012-02-01 | 1 | -6/+6 |
* | vbo: fix node_attrsz[] usage in vbo_bind_vertex_list() | Brian Paul | 2012-02-01 | 1 | -2/+2 |