| Commit message (Expand) | Author | Age | Files | Lines |
* | docs: add sha256 checksums for 11.0.5 | Emil Velikov | 2015-11-11 | 1 | -1/+2 |
* | docs: add release notes for 11.0.5 | Emil Velikov | 2015-11-11 | 1 | -0/+173 |
* | r600g: Pass conservative depth parameters to hw | Glenn Kennard | 2015-11-11 | 7 | -1/+53 |
* | Revert "r600g: Pass conservative depth parameters to hw" | Dave Airlie | 2015-11-11 | 6 | -46/+0 |
* | r600g: Implement ARB_texture_view | Glenn Kennard | 2015-11-11 | 4 | -9/+20 |
* | r600g: Pass conservative depth parameters to hw | Glenn Kennard | 2015-11-11 | 6 | -0/+46 |
* | i965/nir/opt_peephole_ffma: Bypass fusion if any operand of fadd and fmul is ... | Eduardo Lima Mitev | 2015-11-10 | 1 | -0/+31 |
* | util: Add list_is_singular() helper function | Eduardo Lima Mitev | 2015-11-10 | 1 | -0/+8 |
* | nir/nir_opt_peephole_ffma: Move this lowering pass to the i965 driver | Eduardo Lima Mitev | 2015-11-10 | 6 | -9/+10 |
* | glsl: Use array deref for access to vector components | Kristian Høgsberg Kristensen | 2015-11-10 | 10 | -68/+138 |
* | glsl: Lower UBO and SSBO access in glsl linker | Kristian Høgsberg Kristensen | 2015-11-10 | 6 | -3/+13 |
* | glsl: Drop exec_list argument to lower_ubo_reference | Kristian Høgsberg Kristensen | 2015-11-10 | 4 | -5/+5 |
* | nir/glsl: switch to using the builder | Connor Abbott | 2015-11-10 | 1 | -441/+259 |
* | nir/glsl: make emit() take nir_ssa_def * sources | Connor Abbott | 2015-11-10 | 1 | -18/+18 |
* | nir/glsl: convert nir_visitor::result to a nir_ssa_def * | Connor Abbott | 2015-11-10 | 1 | -6/+7 |
* | nir/glsl: make evaluate_rvalue() return a nir_ssa_def * | Connor Abbott | 2015-11-10 | 1 | -37/+53 |
* | st/mesa: Destroy buffer object's mutex. | Jose Fonseca | 2015-11-10 | 1 | -0/+1 |
* | nir: Store PatchInputsRead and PatchOutputsWritten in nir_shader_info. | Kenneth Graunke | 2015-11-10 | 2 | -0/+7 |
* | vc4: Avoid loading undefined (newly-allocated) FBO contents. | Eric Anholt | 2015-11-09 | 1 | -0/+17 |
* | vc4: Return NULL when we can't make our shadow for a sampler view. | Eric Anholt | 2015-11-09 | 1 | -0/+4 |
* | vc4: Return GL_OUT_OF_MEMORY when buffer allocation fails. | Eric Anholt | 2015-11-09 | 2 | -19/+32 |
* | vc4: Add CL dumping for GL_ARRAY_PRIMITIVE. | Eric Anholt | 2015-11-09 | 1 | -1/+16 |
* | vc4: Fix a compiler warning. | Eric Anholt | 2015-11-09 | 1 | -1/+1 |
* | glsl: Use shared storage variable type for shared variables | Jordan Justen | 2015-11-09 | 1 | -0/+2 |
* | glsl: Add shared variable type | Jordan Justen | 2015-11-09 | 2 | -1/+2 |
* | glsl: Add space to shader_storage in print_visitor | Jordan Justen | 2015-11-09 | 1 | -1/+1 |
* | glsl: Align comments on variables types | Jordan Justen | 2015-11-09 | 1 | -7/+7 |
* | glsl: Parse shared keyword for compute shader variables | Jordan Justen | 2015-11-09 | 5 | -1/+17 |
* | glsl: simplify interface block stream qualifier validation | Timothy Arceri | 2015-11-10 | 2 | -23/+14 |
* | docs: note that ARB_copy_image was added to nv50, nvc0 in this release | Ilia Mirkin | 2015-11-09 | 1 | -1/+1 |
* | st/wgl: add null pointer check for HUD texture | Brian Paul | 2015-11-09 | 1 | -1/+3 |
* | st/wgl: fix double-present on swapbuffers bug | Brian Paul | 2015-11-09 | 3 | -20/+12 |
* | st/wgl: reorder pixel formats to put MSAA formats last | Brian Paul | 2015-11-09 | 1 | -29/+32 |
* | st/wgl: Don't rely on GDI to bookkeep pixelformat for us. | José Fonseca | 2015-11-09 | 2 | -7/+6 |
* | winsys/radeon: Use CPU page size instead of hardcoding 4096 bytes v3 | Michel Dänzer | 2015-11-09 | 1 | -11/+19 |
* | radeon/uvd: add H.265/HEVC to legal notes | Christian König | 2015-11-08 | 1 | -2/+2 |
* | st/omx: add headless support | Leo Liu | 2015-11-08 | 1 | -10/+35 |
* | st/va: use vl screen drm support from vl_wys_drm | Leo Liu | 2015-11-08 | 1 | -21/+3 |
* | vl: add drm support for vl_screen | Leo Liu | 2015-11-08 | 3 | -1/+85 |
* | st/va: fix build fails with pipe loader | Leo Liu | 2015-11-08 | 1 | -2/+3 |
* | nvc0: enable compute support on Fermi | Samuel Pitoiset | 2015-11-08 | 1 | -2/+2 |
* | nv50/ir: fix emission of s[] args in certain situations | Ilia Mirkin | 2015-11-07 | 1 | -2/+2 |
* | nv50/ir: only take abs value when computing high result | Ilia Mirkin | 2015-11-07 | 1 | -1/+1 |
* | nouveau: avoid queueing too much work onto a single fence | Ilia Mirkin | 2015-11-07 | 2 | -26/+43 |
* | llvmpipe: disable front updates for now | Dave Airlie | 2015-11-08 | 1 | -1/+1 |
* | virgl: wrap ret assignment with braces to do correct thing | Dave Airlie | 2015-11-08 | 2 | -2/+2 |
* | nir: Add a nir_deref_tail helper | Jason Ekstrand | 2015-11-07 | 3 | -23/+13 |
* | nir/types: Add an is_vector_or_scalar helper | Jason Ekstrand | 2015-11-07 | 2 | -0/+7 |
* | i965/fs: Use regs_read/written for post-RA scheduling in calculate_deps | Jason Ekstrand | 2015-11-07 | 1 | -11/+4 |
* | nir/validate: Add better validation of load/store types | Jason Ekstrand | 2015-11-07 | 1 | -2/+14 |