| Commit message (Expand) | Author | Age | Files | Lines |
* | gallium/svga: Make sure -std=gnu99 is set. | Johannes Obermayr | 2013-01-14 | 2 | -2/+5 |
* | build: Fix the documented default value of --with-gallium-drivers | Damien Lespiau | 2013-01-14 | 1 | -1/+3 |
* | r300g: set a dummy vertex buffer in context_create | Marek Olšák | 2013-01-14 | 1 | -0/+1 |
* | r300g: fix MSAA resolve to an untiled texture | Marek Olšák | 2013-01-14 | 3 | -3/+10 |
* | r300g: advertise MSAA support for the RGB10_A2 format on r500 | Marek Olšák | 2013-01-14 | 2 | -12/+47 |
* | r300g: allow separate depth and stencil clear | Marek Olšák | 2013-01-14 | 1 | -1/+1 |
* | r300g: if both Z and stencil are present, they must be fast-cleared together | Marek Olšák | 2013-01-14 | 1 | -6/+11 |
* | r300g: allow HiZ with a 16-bit zbuffer | Marek Olšák | 2013-01-14 | 1 | -1/+0 |
* | r300g: random hyperz cleanups | Marek Olšák | 2013-01-14 | 3 | -18/+12 |
* | r300g: kill the X.Org state tracker target | Marek Olšák | 2013-01-14 | 4 | -247/+1 |
* | xmlpool: Fix out-of-tree builds. | Johannes Obermayr | 2013-01-13 | 13 | -1/+13 |
* | gtest: Build it only for 'make check'. | Johannes Obermayr | 2013-01-13 | 1 | -1/+1 |
* | tests: AM_CPPFLAGS must include $(top_srcdir) instead of $(top_builddir). | Johannes Obermayr | 2013-01-13 | 4 | -13/+14 |
* | r200: Fix probable thinko in r200EmitArrays | Adam Jackson | 2013-01-13 | 1 | -1/+2 |
* | target/dri-swrast: fix for nonstandard LLVM prefix | Nathan Schulte | 2013-01-13 | 1 | -0/+1 |
* | targets/dri-r600: Force c++ linker in all cases | Andreas Boll | 2013-01-13 | 1 | -8/+2 |
* | glapi/gen: remove an obsolete comment from Makefile.am | Andreas Boll | 2013-01-13 | 1 | -5/+0 |
* | Remove hacks for static Makefiles | Matt Turner | 2013-01-13 | 49 | -224/+6 |
* | i965: Move program_id to intel_screen instead of brw_context. | Kenneth Graunke | 2013-01-12 | 4 | -8/+22 |
* | i965: Fix build error with clang. | Kenneth Graunke | 2013-01-12 | 1 | -3/+7 |
* | i965/fs: Don't mix integer/float immediates in i2b handling. | Kenneth Graunke | 2013-01-12 | 1 | -1/+3 |
* | i965: Add an INTEL_DEBUG=no16 option. | Kenneth Graunke | 2013-01-12 | 3 | -1/+4 |
* | configure.ac: Fixing common dri dependency when using dri state tracker | Alexandre Demers | 2013-01-13 | 1 | -2/+2 |
* | st/mesa: set ctx->Const.UniformBufferOffsetAlignment | Fredrik Höglund | 2013-01-12 | 1 | -1/+4 |
* | scons: Update for xmlpool/options.h generation. | José Fonseca | 2013-01-12 | 5 | -0/+20 |
* | nv50/nvc0: Build codegen in nv50. | Johannes Obermayr | 2013-01-12 | 6 | -36/+45 |
* | winsys/sw/wayland: Fix build to properly use wayland cflags | Pekka Vuorela | 2013-01-12 | 1 | -1/+1 |
* | texformat: use MESA_FORMAT_ARGB2101010 with GL_UNSIGNED_INT_2_10_10_10_REV | Jordan Justen | 2013-01-12 | 1 | -1/+7 |
* | texstore argb2101010: merge GL_RGBA and GL_RGB cases | Jordan Justen | 2013-01-12 | 1 | -15/+3 |
* | glformats: support _mesa_bytes_per_pixel for 2101010+GL_RGB | Jordan Justen | 2013-01-12 | 1 | -1/+2 |
* | glformats: add _mesa_base_format_component_count | Jordan Justen | 2013-01-12 | 2 | -0/+29 |
* | glformats: add functions to detect signed/unsigned integer types | Jordan Justen | 2013-01-12 | 2 | -14/+46 |
* | unpack: support unpacking MESA_FORMAT_ARGB2101010 | Jordan Justen | 2013-01-12 | 1 | -0/+18 |
* | mesa: Add extension tracking for {ARB,OES}_get_program_binary | Ian Romanick | 2013-01-11 | 1 | -0/+2 |
* | mesa: Add GetProgramiv support for GL_PROGRAM_BINARY_LENGTH | Ian Romanick | 2013-01-11 | 1 | -0/+3 |
* | mesa: Add Get support for PROGRAM_BINARY_FORMATS and NUM_PROGRAM_BINARY_FORMATS | Ian Romanick | 2013-01-11 | 1 | -0/+4 |
* | mesa: Add tracking for GL_PROGRAM_BINARY_RETRIEVABLE_HINT state | Ian Romanick | 2013-01-11 | 2 | -0/+62 |
* | mesa: Emit errors for geometry shader enums when ARB_gs4 is not supported | Ian Romanick | 2013-01-11 | 1 | -5/+15 |
* | glapi: Emit dispatch for {ARB,OES}_get_program_binary | Ian Romanick | 2013-01-11 | 2 | -12/+16 |
* | glapi: Remove spurious space from end of extension name | Ian Romanick | 2013-01-11 | 1 | -1/+1 |
* | mesa: Add stub implementations of glGetProgramBinary and glProgramBinary | Ian Romanick | 2013-01-11 | 2 | -0/+63 |
* | mesa: Fix the naming of _mesa_ProgramParameteriARB | Ian Romanick | 2013-01-11 | 2 | -4/+4 |
* | glapi: Reorder and clean up some of the includes and comments | Ian Romanick | 2013-01-11 | 1 | -7/+3 |
* | mesa: Fix GL_SHADER_BINARY_FORMATS query | Ian Romanick | 2013-01-11 | 1 | -8/+2 |
* | docs/GL3.txt: update GL3 status for r600g. | Dave Airlie | 2013-01-12 | 1 | -4/+4 |
* | r600g: fix warnings for htile va | Dave Airlie | 2013-01-11 | 2 | -2/+2 |
* | r600g: texture buffer object + glsl 1.40 enable support (v2) | Dave Airlie | 2013-01-11 | 10 | -19/+373 |
* | r600g: uniform buffer object support | Dave Airlie | 2013-01-11 | 2 | -9/+49 |
* | r600: always export a position from vertex shader | Dave Airlie | 2013-01-11 | 1 | -0/+17 |
* | glcpp: Add tests for line continuation | Carl Worth | 2013-01-11 | 4 | -0/+46 |