| Commit message (Expand) | Author | Age | Files | Lines |
* | i965: Create a new fragment shader backend for Broadwell. | Kenneth Graunke | 2014-01-18 | 4 | -5/+1100 |
* | i965: Create a new vec4 backend for Broadwell. | Kenneth Graunke | 2014-01-18 | 5 | -17/+976 |
* | i965: Add a new infrastructure for generating Broadwell shader assembly. | Kenneth Graunke | 2014-01-18 | 3 | -0/+842 |
* | i965: Implement a disassembler for Broadwell's new instruction encoding. | Kenneth Graunke | 2014-01-18 | 2 | -0/+932 |
* | i965: Add a new representation for Broadwell shader instructions. | Kenneth Graunke | 2014-01-18 | 4 | -0/+835 |
* | i965: Add SFID #defines for media stuff. | Kenneth Graunke | 2014-01-18 | 1 | -0/+2 |
* | i965: Add #defines for new Broadwell math functions. | Kenneth Graunke | 2014-01-18 | 1 | -0/+2 |
* | i965: add struct and SFID for pixel interpolator messages | Chris Forbes | 2014-01-18 | 2 | -0/+22 |
* | i965/Gen7: Only emit cube face enables for cubes. | Chris Forbes | 2014-01-19 | 1 | -2/+5 |
* | i965: Improve dumping of Gen7 SURFACE_STATE | Chris Forbes | 2014-01-19 | 1 | -6/+12 |
* | i965: Add masks for more SURFACE_STATE fields | Chris Forbes | 2014-01-19 | 1 | -0/+2 |
* | nv50: drop obsolete check from error path | Emil Velikov | 2014-01-18 | 1 | -9/+7 |
* | nv50: assert before trying to out-of-bounds access framebuffer.cbufs | Emil Velikov | 2014-01-18 | 1 | -0/+1 |
* | nv50: assert before trying to out-of-bounds access samplers | Emil Velikov | 2014-01-18 | 2 | -0/+4 |
* | nv50: assert before trying to out-of-bounds access textures | Emil Velikov | 2014-01-18 | 3 | -0/+5 |
* | nv50: pass vtxbuf index as unsigned | Emil Velikov | 2014-01-18 | 1 | -1/+1 |
* | nv50: assert before trying to out-of-bounds access vtxbuf | Emil Velikov | 2014-01-18 | 3 | -1/+14 |
* | nv50: typecast the result of ffs() to unsigned | Emil Velikov | 2014-01-18 | 1 | -1/+1 |
* | nv50: assert before trying to out-of-bounds access constbuf | Emil Velikov | 2014-01-18 | 3 | -0/+4 |
* | nv50: access only the available amount of constbuf | Emil Velikov | 2014-01-18 | 1 | -1/+1 |
* | nv50: access only the available amount of textures | Emil Velikov | 2014-01-18 | 1 | -1/+1 |
* | loader: fallback to drmGetVersion() for non-pci devices | Rob Clark | 2014-01-18 | 1 | -2/+14 |
* | pipe-loader: add support for non-pci (platform) devices | Emil Velikov | 2014-01-18 | 3 | -0/+5 |
* | pci_ids: no not include loader.h | Emil Velikov | 2014-01-18 | 2 | -2/+4 |
* | egl_dri2: use loader util lib | Emil Velikov | 2014-01-18 | 7 | -259/+15 |
* | pipe-loader: use loader util lib | Emil Velikov | 2014-01-18 | 2 | -81/+14 |
* | st/egl: use loader util lib | Emil Velikov | 2014-01-18 | 3 | -42/+6 |
* | egl-static: use loader util lib | Emil Velikov | 2014-01-18 | 5 | -180/+14 |
* | gbm: use the loader util lib | Emil Velikov | 2014-01-18 | 8 | -230/+5 |
* | glx: use the loader util lib | Emil Velikov | 2014-01-18 | 5 | -153/+7 |
* | loader: introduce the loader util lib | Emil Velikov | 2014-01-18 | 22 | -15/+506 |
* | i965: Remove CACHED_BATCH support altogether. | Kenneth Graunke | 2014-01-17 | 6 | -53/+9 |
* | i965: Replace 8-wide and 16-wide with SIMD8 and SIMD16. | Eric Anholt | 2014-01-17 | 6 | -44/+44 |
* | i965: Stop doing our optimization on a copy of the GLSL IR. | Eric Anholt | 2014-01-17 | 5 | -40/+28 |
* | s/Tungsten Graphics/VMware/ | José Fonseca | 2014-01-17 | 714 | -1360/+1360 |
* | trace: Re-license trace.xsl under MIT license. | José Fonseca | 2014-01-17 | 1 | -14/+22 |
* | svga: fix crash when clearing null color buffer | Brian Paul | 2014-01-17 | 1 | -3/+7 |
* | llvmpipe: handle NULL color buffer pointers | Brian Paul | 2014-01-17 | 5 | -94/+156 |
* | softpipe: handle NULL color buffer pointers | Brian Paul | 2014-01-17 | 1 | -93/+96 |
* | llvmpipe: fix large point rasterization with point_quad_rasterization | Roland Scheidegger | 2014-01-17 | 1 | -12/+19 |
* | gallium: add bits for clipping points as tris (d3d-style) | Roland Scheidegger | 2014-01-17 | 9 | -12/+60 |
* | mesa: fix GL_COLOR_SUM enum for drivers without ARB_vertex_program | Ilia Mirkin | 2014-01-16 | 2 | -3/+1 |
* | llvmpipe: do constant buffer bounds checking in shaders | Zack Rusin | 2014-01-16 | 9 | -43/+174 |
* | nv50, nvc0: initialize ctx->sample_mask to ~0 | Ilia Mirkin | 2014-01-16 | 2 | -0/+4 |
* | mesa/main: Free ctx->DrawIndirectBuffer during teardown | Aaron Watry | 2014-01-16 | 1 | -0/+2 |
* | st/dri: prevent leak of dri option default values | Aaron Watry | 2014-01-16 | 1 | -0/+6 |
* | radeon: Move gfx/dma cs cleanup to r600_common_context_cleanup | Aaron Watry | 2014-01-16 | 2 | -7/+7 |
* | mesa: Eliminate parameters to dd_function_table::Scissor | Ian Romanick | 2014-01-15 | 9 | -30/+31 |
* | mesa: Eliminate parameters to dd_function_table::DepthRange | Ian Romanick | 2014-01-15 | 7 | -11/+7 |
* | mesa: Eliminate parameters to dd_function_table::Viewport | Ian Romanick | 2014-01-15 | 10 | -50/+11 |