| Commit message (Expand) | Author | Age | Files | Lines |
* | targets/vdpau-nouveau: convert to static/shared pipe-drivers | Emil Velikov | 2014-06-22 | 18 | -72/+164 |
* | Partially revert "glsl: Add builtin define for ARB_fragment_layer_viewport" | Chris Forbes | 2014-06-22 | 1 | -0/+6 |
* | freedreno: use util_copy_framebuffer_state() | Rob Clark | 2014-06-22 | 1 | -12/+1 |
* | freedreno/a3xx: WFI fixes/cleanup | Rob Clark | 2014-06-22 | 5 | -48/+41 |
* | glsl: Add gl_Layer and gl_ViewportIndex builtins to fragment shader | Chris Forbes | 2014-06-22 | 1 | -0/+5 |
* | glsl: Add builtin define for ARB_fragment_layer_viewport | Chris Forbes | 2014-06-22 | 1 | -6/+3 |
* | glsl: Add extension plumbing for ARB_fragment_layer_viewport | Chris Forbes | 2014-06-22 | 3 | -0/+4 |
* | mesa: Add extension plumbing for ARB_fragment_layer_viewport | Chris Forbes | 2014-06-22 | 2 | -0/+2 |
* | glapi: Add (empty) api section for ARB_fragment_layer_viewport | Chris Forbes | 2014-06-22 | 1 | -1/+7 |
* | i965: Save meta stencil blit programs in the context. | Kenneth Graunke | 2014-06-21 | 2 | -8/+13 |
* | scons: avoid building any piece of i915 | Emil Velikov | 2014-06-21 | 3 | -35/+0 |
* | gallivm: Fix build after LLVM commit 211259 | Aaron Watry | 2014-06-20 | 1 | -1/+3 |
* | glx: Don't crash on swap event for a Window (non-GLXWindow) | Daniel Manjarres | 2014-06-20 | 1 | -4/+8 |
* | r600g/compute: Use gallium util functions for double lists | Bruno Jiménez | 2014-06-20 | 2 | -111/+46 |
* | r600g/compute: Map only against intermediate buffers | Bruno Jiménez | 2014-06-20 | 1 | -6/+4 |
* | r600g/compute: Implement compute_memory_demote_item | Bruno Jiménez | 2014-06-20 | 2 | -0/+54 |
* | r600g/compute: Avoid problems when promoting items mapped for reading | Bruno Jiménez | 2014-06-20 | 1 | -4/+8 |
* | r600g/compute: Only move to the pool the buffers marked for promoting | Bruno Jiménez | 2014-06-20 | 2 | -60/+91 |
* | r600g/compute: divide the item list in two | Bruno Jiménez | 2014-06-20 | 2 | -51/+49 |
* | r600g/compute: Add statuses to the compute_memory_items | Bruno Jiménez | 2014-06-20 | 2 | -1/+18 |
* | r600g/compute: Add an util function to know if an item is in the pool | Bruno Jiménez | 2014-06-20 | 1 | -0/+5 |
* | r600g/compute: Add an intermediate resource for OpenCL buffers | Bruno Jiménez | 2014-06-20 | 3 | -6/+41 |
* | mesa: Copy Geom.UsesEndPrimitive when cloning a geometry program. | Iago Toral Quiroga | 2014-06-20 | 1 | -0/+1 |
* | mesa: Init Geom.UsesEndPrimitive in shader programs. | Iago Toral Quiroga | 2014-06-20 | 1 | -0/+1 |
* | glsl: Optimize (v.x + v.y) + (v.z + v.w) into dot(v, 1.0). | Matt Turner | 2014-06-19 | 1 | -0/+46 |
* | glsl: Pass in options to do_algebraic(). | Matt Turner | 2014-06-19 | 4 | -6/+12 |
* | glsl: Rebalance expression trees that are reduction operations. | Matt Turner | 2014-06-19 | 4 | -0/+303 |
* | automake: include the libdeps in the correct order | Emil Velikov | 2014-06-19 | 4 | -8/+8 |
* | clover: Calculate the serialized size of a module efficiently. | Francisco Jerez | 2014-06-19 | 3 | -4/+34 |
* | clover: Optimize module serialization for vectors of fundamental types. | Francisco Jerez | 2014-06-19 | 1 | -1/+22 |
* | gallivm: set mcpu when initializing llvm execution engine | Roland Scheidegger | 2014-06-19 | 1 | -2/+20 |
* | clover: Don't use llvm's global context | Tom Stellard | 2014-06-19 | 1 | -6/+9 |
* | clover: Prevent Clang from printing number of errors and warnings to stderr. | Tom Stellard | 2014-06-19 | 1 | -0/+5 |
* | radeon/llvm: Adapt to AMDGPU.rsq intrinsic change in LLVM 3.5 | Michel Dänzer | 2014-06-19 | 1 | -0/+4 |
* | configure: add HAVE_GALLIUM_STATIC_TARGETS | Emil Velikov | 2014-06-19 | 1 | -0/+4 |
* | targets: use GALLIUM_PIPE_LOADER_WINSYS_LIB_DEPS | Emil Velikov | 2014-06-19 | 4 | -54/+9 |
* | automake: introduce helper variable | Emil Velikov | 2014-06-19 | 1 | -0/+16 |
* | target-helpers: add dd_configuration(), dd_driver_name() | Emil Velikov | 2014-06-19 | 2 | -0/+82 |
* | target-helpers: add dd_create_screen() helper | Emil Velikov | 2014-06-19 | 2 | -0/+208 |
* | target-helpers: add a note about debug wrappers | Emil Velikov | 2014-06-19 | 1 | -0/+4 |
* | targets/pipe-loader: add driver specific drm_configuration | Emil Velikov | 2014-06-19 | 5 | -5/+120 |
* | pipe-loader: add pipe_loader_ops::configuration() | Emil Velikov | 2014-06-19 | 5 | -0/+53 |
* | pipe-loader: note that we leak pipe_loader_drm_device->base->driver_name | Emil Velikov | 2014-06-19 | 1 | -0/+1 |
* | automake: stop building i915-sw and drop explicit linking to softpipe | Emil Velikov | 2014-06-19 | 4 | -22/+4 |
* | nv30: hack to avoid errors on unexpected color/zeta combinations | Ilia Mirkin | 2014-06-19 | 1 | -0/+17 |
* | nv30: tidy screen caps, add missing ones | Ilia Mirkin | 2014-06-19 | 1 | -16/+17 |
* | nv30: avoid dangling references to deleted contexts | Ilia Mirkin | 2014-06-19 | 1 | -0/+3 |
* | nv30: plug some memory leaks on screen destroy and shader compile | Ilia Mirkin | 2014-06-19 | 2 | -0/+7 |
* | nv50: organize screen caps | Ilia Mirkin | 2014-06-19 | 1 | -67/+57 |
* | nvc0: organize screen caps | Ilia Mirkin | 2014-06-19 | 1 | -61/+51 |