| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | anv/device: Add some asserts to MapMemory | Jason Ekstrand | 2016-11-09 | 1 | -0/+10 |
* | anv: Rework fences | Jason Ekstrand | 2016-11-09 | 3 | -26/+150 |
* | anv/wsi: Set the fence to signaled in AcquireNextImageKHR | Jason Ekstrand | 2016-11-09 | 1 | -3/+10 |
* | anv/gen8: Stall when needed in Cmd(Set|Reset)Event | Jason Ekstrand | 2016-11-09 | 1 | -0/+29 |
* | glsl: record number of components used in each slot for varying packing | Ilia Mirkin | 2016-11-09 | 3 | -9/+32 |
* | glsl: fix slot_end calculations and simplify reserved_slots check | Ilia Mirkin | 2016-11-09 | 1 | -26/+20 |
* | swr: correct setting of independentAlphaBlendEnable | Ilia Mirkin | 2016-11-09 | 1 | -1/+6 |
* | swr: [rasterizer] add a .dir-locals.el to support 4-space indents | Ilia Mirkin | 2016-11-09 | 1 | -0/+8 |
* | swr: set halfz rasterizer setting | Ilia Mirkin | 2016-11-09 | 1 | -0/+1 |
* | swr: [rasterizer core] allow an OpenGL driver to specify halfz clipping | Ilia Mirkin | 2016-11-09 | 2 | -7/+7 |
* | swr: fix support for inverted depth scales | Ilia Mirkin | 2016-11-09 | 1 | -7/+3 |
* | swr: [rasterizer jitter] fix logic op to work with unorm/snorm | Ilia Mirkin | 2016-11-09 | 1 | -17/+65 |
* | vc4: Clamp the shadow comparison value. | Eric Anholt | 2016-11-09 | 1 | -0/+9 |
* | vc4: Don't pair up TLB scoreboard locking instructions early in QPU sched. | Eric Anholt | 2016-11-09 | 1 | -0/+12 |
* | vc4: Print a reg pressure estimate in our reg allocation failure dump. | Eric Anholt | 2016-11-09 | 1 | -0/+5 |
* | vc4: Don't abort when a shader compile fails. | Eric Anholt | 2016-11-09 | 6 | -8/+32 |
* | mesa: Fix pixel shader scratch space allocation on Gen9+ platforms. | Kenneth Graunke | 2016-11-09 | 1 | -14/+19 |
* | mesa/extensions: expose OES_vertex_half_float for ES2 | Kevin Strasser | 2016-11-09 | 5 | -4/+14 |
* | Revert "egl: remove explicit config_id management from dri2_add_config()" | Emil Velikov | 2016-11-09 | 1 | -0/+3 |
* | util: add MSVC HAS_TRIVIAL_DESTRUCTOR implementation | Brian Paul | 2016-11-09 | 1 | -0/+5 |
* | radv: Suffix the radeon_icd file with the host CPU | Emil Velikov | 2016-11-09 | 3 | -3/+9 |
* | radv: use correct .specVersion for extensions | Emil Velikov | 2016-11-09 | 1 | -4/+4 |
* | anv: use correct .specVersion for extensions | Emil Velikov | 2016-11-09 | 1 | -4/+4 |
* | amd/addrlib: limit fastcall/regparm to GCC i386 | Emil Velikov | 2016-11-09 | 1 | -1/+5 |
* | configure.ac: honour LLVM_LIBDIR when linking against LLVM | Emil Velikov | 2016-11-09 | 1 | -2/+2 |
* | egl: remove explicit config_id management from dri2_add_config() | Emil Velikov | 2016-11-09 | 1 | -3/+0 |
* | linker: Accurately track gl_uniform_block::stageref | Ian Romanick | 2016-11-09 | 2 | -9/+59 |
* | linker: Slight code rearrange to prevent duplication in the next commit | Ian Romanick | 2016-11-09 | 1 | -7/+6 |
* | linker: Trivial coding standards fixes | Ian Romanick | 2016-11-09 | 1 | -15/+13 |
* | glsl: Add some comments to methods of ir_variable_refcount_visitor | Ian Romanick | 2016-11-09 | 1 | -0/+6 |
* | llvmpipe: Fix build after removal of deprecated attribute API v2 | Aaron Watry | 2016-11-09 | 2 | -3/+2 |
* | gallivm: Fix build after removal of deprecated attribute API v3 | Tom Stellard | 2016-11-09 | 6 | -52/+138 |
* | radv: fix GetFenceStatus for signaled fences | Dave Airlie | 2016-11-09 | 1 | -0/+2 |
* | radv: enable conditional discard optimisation on radv. | Dave Airlie | 2016-11-10 | 1 | -0/+1 |
* | nir: add conditional discard optimisation (v4) | Dave Airlie | 2016-11-10 | 3 | -0/+128 |
* | ac/nir: add support for discard_if intrinsic (v2) | Dave Airlie | 2016-11-10 | 1 | -0/+21 |
* | anv: Do relocations in userspace before execbuf ioctl | Kristian Høgsberg Kristensen | 2016-11-09 | 2 | -9/+150 |
* | anv: Move relocation handling from EndCommandBuffer to QueueSubmit | Jason Ekstrand | 2016-11-09 | 4 | -72/+76 |
* | anv/batch: Move last_ss_pool_bo_offset to the command buffer | Jason Ekstrand | 2016-11-09 | 2 | -15/+24 |
* | anv: Add an anv_execbuf helper struct | Jason Ekstrand | 2016-11-09 | 2 | -48/+62 |
* | anv/batch_chain: Improve write_reloc | Jason Ekstrand | 2016-11-09 | 1 | -5/+22 |
* | anv: Initialize anv_bo::offset to -1 | Jason Ekstrand | 2016-11-09 | 1 | -1/+1 |
* | anv/allocator: Simplify anv_scratch_pool | Jason Ekstrand | 2016-11-09 | 2 | -61/+55 |
* | anv: Add a new bo_pool_init helper | Jason Ekstrand | 2016-11-09 | 4 | -20/+21 |
* | anv: Don't presume to know what address is in a surface relocation | Jason Ekstrand | 2016-11-09 | 2 | -53/+15 |
* | anv: Add a cmd_buffer_execbuf helper | Jason Ekstrand | 2016-11-09 | 3 | -2/+11 |
* | anv/device: Add an execbuf wrapper | Jason Ekstrand | 2016-11-09 | 2 | -20/+35 |
* | anv: Make anv_finishme only warn once per call-site | Jason Ekstrand | 2016-11-09 | 1 | -2/+7 |
* | i965/compute: Allow ARB_compute_shader in compat profile | Jordan Justen | 2016-11-09 | 1 | -1/+1 |
* | Revert "draw: use vectorized calculations for fetch" | Roland Scheidegger | 2016-11-09 | 2 | -282/+159 |