| Commit message (Expand) | Author | Age | Files | Lines |
* | nir/lower_gs_intrinsics: Use nir_builder control-flow helpers | Jason Ekstrand | 2017-03-01 | 1 | -6/+3 |
* | glsl/nir: Use nir_builder's new control-flow helpers | Jason Ekstrand | 2017-03-01 | 1 | -27/+11 |
* | nir/builder: Add support for easily building control-flow | Jason Ekstrand | 2017-03-01 | 1 | -0/+95 |
* | i965: Move intel_debug.h to intel/common/gen_debug.h | Jason Ekstrand | 2017-03-01 | 21 | -23/+26 |
* | i965: Reduce cross-pollination between the DRI driver and compiler | Jason Ekstrand | 2017-03-01 | 57 | -52/+34 |
* | i965: Move select_clip_planes to brw_vs.c | Jason Ekstrand | 2017-03-01 | 2 | -25/+26 |
* | i965: Delete brw_do_cubemap_normalize | Jason Ekstrand | 2017-03-01 | 3 | -124/+0 |
* | i965: Add a header for brw_vec4_vs_visitor | Jason Ekstrand | 2017-03-01 | 5 | -44/+71 |
* | i965: Move a bunch of pre-compile and link stuff to brw_program.h | Jason Ekstrand | 2017-03-01 | 2 | -14/+15 |
* | i965: Move image uniform setup to brw_nir_uniforms.cpp | Jason Ekstrand | 2017-03-01 | 2 | -51/+51 |
* | i965: Move channel_expressions and vector_splitting to brw_program.h | Jason Ekstrand | 2017-03-01 | 4 | -3/+5 |
* | i965: Make mark_surface_used a static inline in brw_compiler.h | Jason Ekstrand | 2017-03-01 | 2 | -13/+13 |
* | i965: Move BRW_ATTRIB_WA_* defines to brw_compiler.h | Jason Ekstrand | 2017-03-01 | 3 | -13/+13 |
* | i965: Move BRW_MAX_DRAW_BUFFERS to brw_compiler.h | Jason Ekstrand | 2017-03-01 | 2 | -3/+3 |
* | i965/inst: Stop using fi_type | Jason Ekstrand | 2017-03-01 | 1 | -2/+8 |
* | i965: Move brw_register_blocks to brw_fs.cpp | Jason Ekstrand | 2017-03-01 | 2 | -11/+11 |
* | i965: Move SHADER_TIME_STRIDE to brw_compiler.h | Jason Ekstrand | 2017-03-01 | 5 | -15/+15 |
* | i965: Move SOL binding #defines to brw_compiler.h | Jason Ekstrand | 2017-03-01 | 5 | -30/+33 |
* | i964/gs: Move MAX_GS_INPUT_VERTICES to brw_vec4_gs_visitor.h | Jason Ekstrand | 2017-03-01 | 2 | -2/+2 |
* | i965/gs: Add the gl_prim_to_hw_prim table to vec4_gs_visitor.cpp | Jason Ekstrand | 2017-03-01 | 1 | -1/+19 |
* | i965: Don't use MAX_SURFACES in mark_surface_used | Jason Ekstrand | 2017-03-01 | 1 | -1/+4 |
* | i965: Get rid of BRW_PRIM_OFFSET | Jason Ekstrand | 2017-03-01 | 2 | -14/+2 |
* | i965/vue_map: Stop using GLbitfield types | Jason Ekstrand | 2017-03-01 | 2 | -9/+9 |
* | i965: Move assign_common_binding_table_offsets to brw_program | Jason Ekstrand | 2017-03-01 | 4 | -93/+94 |
* | i965: Move some gen4 WM defines to brw_compiler.h | Jason Ekstrand | 2017-03-01 | 4 | -42/+46 |
* | i965: Move brw_disassemble_inst to brw_eu.h | Jason Ekstrand | 2017-03-01 | 2 | -4/+2 |
* | i965: Move some helpers from brw_context.h to brw_shader.h | Jason Ekstrand | 2017-03-01 | 3 | -16/+18 |
* | i965: Move a couple of #defines from brw_context to brw_compiler | Jason Ekstrand | 2017-03-01 | 2 | -18/+16 |
* | glsl/int64: Fix a typo in imod64 | Jason Ekstrand | 2017-03-01 | 2 | -15/+9 |
* | util/build-id: Return a pointer rather than copying the data | Jason Ekstrand | 2017-03-01 | 3 | -8/+6 |
* | anv: Properly handle destroying NULL devices and instances | Jason Ekstrand | 2017-03-01 | 1 | -0/+6 |
* | mesa: Fix performance query id check | Robert Bragg | 2017-03-01 | 1 | -2/+6 |
* | amd/common: Fix build with new ac_add_function_attr() | Tobias Klausmann | 2017-03-01 | 3 | -3/+5 |
* | egl/wayland: Don't use DRM format codes for SHM | Daniel Stone | 2017-03-01 | 1 | -6/+15 |
* | mesa: Drop unused STATE_TEXRECT_SCALE program statevars. | Kenneth Graunke | 2017-03-01 | 2 | -24/+0 |
* | i965: Drop unused STATE_TEXRECT_SCALE code. | Kenneth Graunke | 2017-03-01 | 3 | -27/+0 |
* | egl: Ensure ResetNotificationStrategy matches for shared contexts. | Kenneth Graunke | 2017-03-01 | 1 | -0/+14 |
* | gallivm,ac: add function attributes at call sites instead of declarations | Marek Olšák | 2017-03-01 | 8 | -102/+177 |
* | gallivm,ac: remove unused FUNC_ATTR_LAST enums | Marek Olšák | 2017-03-01 | 2 | -2/+0 |
* | st/mesa: inform the driver of framebuffer changes before compute dispatches | Nicolai Hähnle | 2017-03-01 | 1 | -1/+9 |
* | st/glsl_to_tgsi: avoid iterating past the head of the instruction list | Nicolai Hähnle | 2017-03-01 | 1 | -2/+9 |
* | r600g: fix build without opencl and static llvm libs | Marc Dietrich | 2017-03-01 | 1 | -1/+1 |
* | glsl: remove unecessary flags.q.subroutine_def | Samuel Pitoiset | 2017-03-01 | 5 | -10/+7 |
* | vulkan: provide vk.xml as argument to the python generator | Emil Velikov | 2017-02-28 | 3 | -5/+4 |
* | automake: vulkan: rename/reuse VULKAN_UTIL_{GENERATED_,}FILES list | Emil Velikov | 2017-02-28 | 3 | -7/+5 |
* | android: vulkan: add support for libmesa_vulkan_util | Mauro Rossi | 2017-02-28 | 5 | -6/+74 |
* | automake: r600: radeonsi: correctly manage libamd_common.la linking | Emil Velikov | 2017-02-28 | 2 | -4/+5 |
* | glx/tests: automake: add dispatch-index-check to the tarball | Emil Velikov | 2017-02-28 | 1 | -0/+1 |
* | automake: anv: add missing include $(top_srcdir)/src/vulkan/util | Emil Velikov | 2017-02-28 | 1 | -0/+1 |
* | i965/fs: emit MOV_INDIRECT with the source with the right register type | Samuel Iglesias Gonsálvez | 2017-03-01 | 1 | -1/+1 |