| Commit message (Expand) | Author | Age | Files | Lines |
* | prog_optimize: fix a warning that a variable may be uninitialized | Marek Olšák | 2011-07-15 | 1 | -0/+3 |
* | r300/compiler: remove an unused-but-set variable and simplify the code | Marek Olšák | 2011-07-15 | 1 | -9/+6 |
* | r300/compiler: fix a warning that a variable may be uninitialized | Marek Olšák | 2011-07-15 | 1 | -1/+1 |
* | st/mesa: remove unused-but-set variables in st_program.c | Marek Olšák | 2011-07-15 | 1 | -33/+31 |
* | swrast: remove an unused-but-set variable | Marek Olšák | 2011-07-15 | 1 | -11/+0 |
* | mesa: fix unused-but-set-variable warnings in dlist.c | Marek Olšák | 2011-07-15 | 1 | -6/+6 |
* | r600g: fix queries and predication | Vadim Girlin | 2011-07-15 | 4 | -49/+118 |
* | drisw: Fix 24bpp software rendering, take 2 | Marc Pignat | 2011-07-15 | 1 | -0/+7 |
* | g3dvl: no need for flushing inside the compositor any more | Christian König | 2011-07-15 | 5 | -10/+7 |
* | g3dvl: correctly distinct dst area and clip area in the compositor | Christian König | 2011-07-15 | 5 | -13/+23 |
* | r600c/g: add new NI pci ids | Alex Deucher | 2011-07-15 | 2 | -0/+4 |
* | g3dvl: link r300 and r600 targets width libdrm instead of libdrm_radeon | Christian König | 2011-07-15 | 6 | -6/+6 |
* | gallium/targets: link vdpau, va, and xvmc with LLVM libs when requested | Marek Olšák | 2011-07-15 | 3 | -3/+25 |
* | g3dvl: change picture parameter of decode_bitstream to general version | Christian König | 2011-07-15 | 3 | -5/+7 |
* | g3dvl: Build softpipe when needed. | Younes Manton | 2011-07-15 | 1 | -0/+3 |
* | g3dvl: Build the right winsys dependencies when needed. | Younes Manton | 2011-07-15 | 1 | -6/+15 |
* | make: Fix program/lex.yy.c & friends generation. | José Fonseca | 2011-07-14 | 1 | -1/+1 |
* | Squashed commit of the following: | José Fonseca | 2011-07-14 | 181 | -63357/+74 |
* | configure: allow C{,XX}FLAGS override | Marcin Baczyński | 2011-07-14 | 1 | -0/+8 |
* | configure: fix gcc version check | Marcin Baczyński | 2011-07-14 | 1 | -1/+1 |
* | vbo: minor optimisation in vbo_exec_DrawRangeElements | Dave Airlie | 2011-07-14 | 1 | -3/+3 |
* | gallium: don't use enum bitfields in p_video_state.h | Brian Paul | 2011-07-14 | 1 | -6/+6 |
* | gallium: put video-related enums in separate header | Brian Paul | 2011-07-14 | 5 | -45/+80 |
* | i915g: move declaration before code | Brian Paul | 2011-07-14 | 1 | -1/+2 |
* | mesa: use inline function wrapper for _mesa_reference_texobj() | Brian Paul | 2011-07-14 | 2 | -7/+15 |
* | mesa: use inline function wrapper for _mesa_reference_renderbuffer() | Brian Paul | 2011-07-14 | 2 | -9/+14 |
* | mesa: use inline function wrapper for _mesa_reference_framebuffer() | Brian Paul | 2011-07-14 | 2 | -9/+13 |
* | main: use inline function wrapper for _mesa_reference_buffer_object() | Brian Paul | 2011-07-14 | 2 | -7/+16 |
* | mesa: split _mesa_reference_program() into hot/cold paths. | Dave Airlie | 2011-07-14 | 2 | -7/+18 |
* | g3dvl: check for existense of VA API header/libs | Christian König | 2011-07-14 | 1 | -1/+4 |
* | g3dvl: check for existense of VDPAU header/libs | Christian König | 2011-07-14 | 1 | -2/+2 |
* | g3dvl: check for existense of XvMC header/libs | Christian König | 2011-07-14 | 1 | -2/+2 |
* | nv50,nvc0: extensive surface format renaming to get consistency | Christoph Bumiller | 2011-07-14 | 8 | -191/+220 |
* | nv50,nvc0: add support for multi-sample resources | Christoph Bumiller | 2011-07-14 | 23 | -213/+308 |
* | nv50,nvc0: add correct storage type for Z32_FLOAT | Christoph Bumiller | 2011-07-14 | 2 | -0/+9 |
* | nv50,nvc0: unify nvc0_miptree and nv50_miptree structs | Christoph Bumiller | 2011-07-14 | 14 | -425/+535 |
* | nv50,nvc0: don't advertise unaligned texture format support | Christoph Bumiller | 2011-07-14 | 2 | -24/+24 |
* | g3dvl: Remove non-constant expression array initializers. | Vinson Lee | 2011-07-13 | 2 | -7/+31 |
* | configure.ac: don't build gallium driver libs just to see if there are no errors | Marek Olšák | 2011-07-14 | 1 | -7/+18 |
* | gallium/targets: do not link every driver with libllvmpipe.a | Marek Olšák | 2011-07-14 | 7 | -3/+9 |
* | Rename swrastg_dri to swrast_dri | Marek Olšák | 2011-07-14 | 4 | -12/+4 |
* | softpipe: fix various warnings about int/float/double conversions, etc | Brian Paul | 2011-07-13 | 1 | -15/+15 |
* | g3dvl: Remove designated initializers. | Vinson Lee | 2011-07-13 | 1 | -4/+4 |
* | g3dvl: s/inline/INLINE/ | Vinson Lee | 2011-07-13 | 3 | -36/+40 |
* | utils: Add missing parentheses | Emil Velikov | 2011-07-13 | 1 | -0/+4 |
* | softpipe: Remove sp_video_context.c from SConscript. | Vinson Lee | 2011-07-13 | 1 | -1/+0 |
* | [g3dvl] don't upload all quant buffer layers at once | Christian König | 2011-07-13 | 3 | -21/+14 |
* | Merge branch 'pipe-video' | Christian König | 2011-07-13 | 121 | -29/+19389 |
|\ |
|
| * | [g3dvl] remove some unneeded Makefiles | Christian König | 2011-07-13 | 4 | -121/+0 |
| * | r600g: reenable hardware blits for STATIC and IMMUTABLE resources | Christian König | 2011-07-13 | 1 | -10/+8 |