| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | gallium: add an interface for querying a device reset status | Marek Olšák | 2015-05-12 | 2 | -0/+17 |
* | clover: Implement locking of the wait_count, _chain and _status members of ev... | Francisco Jerez | 2015-05-12 | 1 | -0/+8 |
* | clover: Wrap event::_status in a method to prevent unlocked access. | Francisco Jerez | 2015-05-12 | 2 | -7/+12 |
* | clover: Refactor event::trigger and ::abort to prevent deadlock and reentranc... | Francisco Jerez | 2015-05-12 | 2 | -12/+34 |
* | nir: Translate memory barrier intrinsics from GLSL IR. | Francisco Jerez | 2015-05-12 | 1 | -0/+4 |
* | nir: Translate image load, store and atomic intrinsics from GLSL IR. | Francisco Jerez | 2015-05-12 | 1 | -11/+115 |
* | nir: Fix indexing of atomic counter arrays with a constant value. | Francisco Jerez | 2015-05-12 | 1 | -1/+2 |
* | nir: Add memory barrier intrinsic. | Francisco Jerez | 2015-05-12 | 1 | -0/+7 |
* | nir: Define image load, store and atomic intrinsics. | Francisco Jerez | 2015-05-12 | 1 | -0/+27 |
* | i965/fs: Have component() set the register stride to zero. | Francisco Jerez | 2015-05-12 | 1 | -0/+1 |
* | i965/fs: Fix offset() for registers with zero stride. | Francisco Jerez | 2015-05-12 | 1 | -2/+3 |
* | i965: Don't forget the force_sechalf flag in lower_load_payload(). | Francisco Jerez | 2015-05-12 | 1 | -0/+1 |
* | i965: Document brw_mask_reg(). | Francisco Jerez | 2015-05-12 | 1 | -1/+5 |
* | nir: fix sampler lowering pass for arrays | Tapani Pälli | 2015-05-12 | 1 | -19/+12 |
* | i965: Use predicate enable bit for conditional rendering w/o stalling | Neil Roberts | 2015-05-12 | 9 | -12/+240 |
* | i956: Add a function to load a 64-bit register from a buffer | Neil Roberts | 2015-05-12 | 2 | -14/+46 |
* | i965: Store the command parser version number in intel_screen | Neil Roberts | 2015-05-12 | 2 | -1/+14 |
* | st/mesa: make sure to create a "clean" bool when doing i2b | Ilia Mirkin | 2015-05-11 | 1 | -1/+1 |
* | clover: Fix a bug with multi-threaded events v2 | Tom Stellard | 2015-05-11 | 2 | -3/+17 |
* | clover: Add a mutex to guard queue::queued_events | Tom Stellard | 2015-05-11 | 2 | -0/+4 |
* | i965/fs: Add missing initializer in fs_visitor(). | Matt Turner | 2015-05-11 | 1 | -1/+1 |
* | egl: Remove skeleton implementation of EGL_MESA_screen_surface | Adam Jackson | 2015-05-11 | 12 | -1196/+0 |
* | egl/swrast: Enable config extension for swrast | Axel Davy | 2015-05-11 | 3 | -14/+15 |
* | egl/wayland: Implement swrast support | Axel Davy | 2015-05-11 | 3 | -17/+696 |
* | egl/wayland: Simplify dri2_wl_create_surface | Axel Davy | 2015-05-11 | 1 | -25/+13 |
* | egl/x11: move dri2_x11_swrast_create_image_khr to egl_dri2_fallback.h | Axel Davy | 2015-05-11 | 2 | -10/+10 |
* | egl/wayland: Implement DRI_PRIME support | Axel Davy | 2015-05-11 | 2 | -15/+92 |
* | egl/wayland: Add support for render-nodes | Axel Davy | 2015-05-11 | 2 | -14/+56 |
* | glx/dri3: Add additional check for gpu offloading case | Axel Davy | 2015-05-11 | 1 | -0/+5 |
* | egl/wayland: properly destroy wayland objects | Axel Davy | 2015-05-11 | 2 | -1/+6 |
* | i965/fs: Disable opt_sampler_eot for textureGather | Neil Roberts | 2015-05-11 | 1 | -0/+10 |
* | mesa: use _mesa_has_compute_shaders instead of extension check | Tapani Pälli | 2015-05-11 | 1 | -1/+3 |
* | main: glGetIntegeri_v fails for GL_VERTEX_BINDING_STRIDE | Marta Lofstedt | 2015-05-11 | 1 | -0/+1 |
* | r600: use pipe->hw prim convert from radeonsi | Dave Airlie | 2015-05-11 | 1 | -15/+16 |
* | freedreno/ir3/nir: fix build break after f752effa | Rob Clark | 2015-05-10 | 1 | -4/+3 |
* | nv50/ir: only enable mul saturate on G200+ | Ilia Mirkin | 2015-05-09 | 1 | -1/+4 |
* | nvc0: reset the instanced elements state when doing blit using 3d engine | Ilia Mirkin | 2015-05-09 | 1 | -0/+6 |
* | nvc0: keep track of PGRAPH state in nvc0_screen | Ilia Mirkin | 2015-05-09 | 4 | -24/+34 |
* | nv50: keep track of PGRAPH state in nv50_screen | Ilia Mirkin | 2015-05-09 | 4 | -30/+36 |
* | nir: Fix aggressive typos in nir_from_ssa.c. | Kenneth Graunke | 2015-05-08 | 1 | -5/+5 |
* | nir/search: Save/restore the variables_seen bitmask when matching | Jason Ekstrand | 2015-05-08 | 1 | -0/+12 |
* | nir/search: Assert that variable id's are in range | Jason Ekstrand | 2015-05-08 | 1 | -0/+1 |
* | nir/search: handle explicitly sized sources in match_value | Jason Ekstrand | 2015-05-08 | 1 | -8/+8 |
* | nir/nir: Use a linked list instead of a hash set for use/def sets | Jason Ekstrand | 2015-05-08 | 14 | -306/+281 |
* | util/list: Add a list validation function | Jason Ekstrand | 2015-05-08 | 1 | -0/+9 |
* | util/list: Add list_empty and list_length functions | Jason Ekstrand | 2015-05-08 | 1 | -0/+15 |
* | util/list: Add C99-based iterator macros | Jason Ekstrand | 2015-05-08 | 1 | -0/+34 |
* | util: Move gallium's linked list to util | Jason Ekstrand | 2015-05-08 | 44 | -55/+50 |
* | gallium/double_list: s/INLINE/inline and remove the p_compiler include | Jason Ekstrand | 2015-05-08 | 1 | -7/+6 |
* | nir: Use nir_instr_rewrite_src in copy propagation | Jason Ekstrand | 2015-05-08 | 1 | -61/+10 |