| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: Generate FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT earlier | Chris Forbes | 2014-03-25 | 1 | -6/+6 |
* | mesa: Fix format matching checks for GL_INTENSITY* internalformats. | Chris Forbes | 2014-03-25 | 1 | -8/+12 |
* | st/mesa: recreate sampler view on context change v3 | Christian König | 2014-03-24 | 1 | -0/+10 |
* | i965: Report the type of color clear in INTEL_DEBUG=blorp. | Kenneth Graunke | 2014-03-23 | 1 | -2/+9 |
* | radeonsi: disable fast color clear for 1D-tiled surfaces on CIK | Marek Olšák | 2014-03-22 | 1 | -0/+6 |
* | Revert "i965: For color clears, only disable writes to components that exist." | Kenneth Graunke | 2014-03-21 | 1 | -1/+1 |
* | i965: For color clears, only disable writes to components that exist. | Kenneth Graunke | 2014-03-21 | 1 | -1/+1 |
* | i965: Print number of multisamples in INTEL_DEBUG=blorp output. | Kenneth Graunke | 2014-03-21 | 1 | -4/+4 |
* | i965: Drop BLT TexSubImage Y-tiling restriction on Gen6+. | Kenneth Graunke | 2014-03-21 | 1 | -2/+2 |
* | i965: Enable ARB_vertex_type_10f_11f_11f_rev for Gen4/5 also. | Chris Forbes | 2014-03-22 | 1 | -1/+1 |
* | clover: Fix typo in validate_object() | Tom Stellard | 2014-03-21 | 1 | -1/+1 |
* | llvmpipe: add support for b5g6r5_srgb | Roland Scheidegger | 2014-03-21 | 5 | -9/+61 |
* | gallium: add b5g6r5 srgb format | Roland Scheidegger | 2014-03-21 | 4 | -4/+21 |
* | nvc0/ir: move sample id to second source arg to fix sampler2DMS | Ilia Mirkin | 2014-03-20 | 2 | -4/+12 |
* | st/mesa: drop the lowering of quad strips to triangle strips | Marek Olšák | 2014-03-21 | 1 | -10/+0 |
* | gallium/u_gen_mipmap: remove the software fallback | Marek Olšák | 2014-03-21 | 1 | -1160/+2 |
* | st/mesa: fix generating mipmaps for cube arrays | Marek Olšák | 2014-03-21 | 2 | -29/+22 |
* | mesa: fix software fallback for generating mipmaps for 3D textures | Marek Olšák | 2014-03-21 | 1 | -21/+16 |
* | mesa: fix software fallback for generating mipmaps for cube arrays | Marek Olšák | 2014-03-21 | 1 | -2/+5 |
* | mesa: allow generating mipmaps for cube arrays | Marek Olšák | 2014-03-21 | 1 | -0/+4 |
* | mesa: fix texture border handling for cube arrays | Marek Olšák | 2014-03-21 | 1 | -1/+4 |
* | r600g: use more appropriate names for async DMA functions | Marek Olšák | 2014-03-20 | 5 | -32/+32 |
* | r600g: deobfuscate async DMA code | Marek Olšák | 2014-03-20 | 6 | -31/+35 |
* | r600g: don't flush the gfx IB explicitly before doing DMA | Marek Olšák | 2014-03-20 | 4 | -11/+0 |
* | winsys/radeon: only add duplicate relocations for DMA if VM isn't supported | Marek Olšák | 2014-03-20 | 1 | -10/+13 |
* | radeonsi: Implement DMA blit | Niels Ole Salscheider | 2014-03-20 | 6 | -20/+391 |
* | radeon: Move r600_need_dma_space to common code | Niels Ole Salscheider | 2014-03-20 | 7 | -15/+15 |
* | llvmpipe: Tighten check for alpha-only formats | Richard Sandiford | 2014-03-20 | 1 | -1/+1 |
* | nouveau: don't assume libdrm include prefix | Jonathan Gray | 2014-03-20 | 5 | -5/+5 |
* | nouveau: use DLOPEN_LIBS instead of -ldl | Jonathan Gray | 2014-03-20 | 1 | -1/+1 |
* | nouveau: there may not have been a texture if the fbo was incomplete | Ilia Mirkin | 2014-03-19 | 1 | -1/+2 |
* | nouveau: add forgotten GL_COMPRESSED_INTENSITY to texture format list | Ilia Mirkin | 2014-03-19 | 1 | -0/+1 |
* | mesa/main: condition GL_DEPTH_STENCIL on ARB_depth_texture | Ilia Mirkin | 2014-03-19 | 1 | -8/+3 |
* | loader: add special logic to distinguish nouveau from nouveau_vieux | Ilia Mirkin | 2014-03-19 | 5 | -12/+156 |
* | glsl: Allow dot() on scalars, and throw out dotlike(). | Matt Turner | 2014-03-18 | 3 | -11/+5 |
* | glsl: Optimize pow(x, 2) into x * x. | Matt Turner | 2014-03-18 | 1 | -0/+8 |
* | glsl: Match whitespace changes from previous patch. | Matt Turner | 2014-03-18 | 1 | -4/+4 |
* | glsl: Expose pack/unpack built-ins for ARB_gpu_shader5. | Matt Turner | 2014-03-18 | 1 | -9/+17 |
* | i965: Drop some more dead code from the old CACHED_BATCH feature. | Eric Anholt | 2014-03-18 | 4 | -38/+0 |
* | i965: Drop special case for edgeflag thanks to Marek's change to core. | Eric Anholt | 2014-03-18 | 1 | -9/+0 |
* | mesa: include stdbool.h in register_allocate.h to fix build | Brian Paul | 2014-03-18 | 1 | -0/+2 |
* | i965: Enable EWA anisotropic filtering algorithm | Ian Romanick | 2014-03-18 | 1 | -0/+1 |
* | i965: Actually initialize simd16_unsupported and no16_msg. | Kenneth Graunke | 2014-03-18 | 1 | -0/+2 |
* | i965/upload: Refactor open-coded ALIGN-like computations. | Kenneth Graunke | 2014-03-18 | 1 | -3/+9 |
* | i965: Fix indentation in brw_upload_indices(). | Kenneth Graunke | 2014-03-18 | 1 | -19/+19 |
* | i965: Consolidate code for setting brw->ib.start_vertex_offset. | Kenneth Graunke | 2014-03-18 | 1 | -9/+6 |
* | i965: Allocate register sets at screen creation, not context creation. | Kenneth Graunke | 2014-03-18 | 6 | -88/+88 |
* | i965: Allocate the screen using ralloc rather than calloc. | Kenneth Graunke | 2014-03-18 | 1 | -2/+3 |
* | ra: Convert another bool array to bitsets. | Eric Anholt | 2014-03-18 | 1 | -6/+7 |
* | ra: Use a bitset for storing which registers belong to a class. | Kenneth Graunke | 2014-03-18 | 1 | -5/+10 |