| Commit message (Expand) | Author | Age | Files | Lines |
* | i965: Remove old CS local ID handling | Jordan Justen | 2016-06-01 | 1 | -4/+1 |
* | anv: Support new local ID generation & cross-thread constants | Jordan Justen | 2016-06-01 | 4 | -48/+42 |
* | i965: Store number of threads in brw_cs_prog_data | Jordan Justen | 2016-06-01 | 6 | -12/+8 |
* | i965: Add uniform for a CS thread local base ID | Jordan Justen | 2016-06-01 | 1 | -0/+4 |
* | Don't use python 3 | Dylan Baker | 2016-05-31 | 1 | -2/+2 |
* | genxml: change chbang to python 2 | Dylan Baker | 2016-05-31 | 1 | -1/+1 |
* | genxml: use the isalpha method rather than str.isalpha. | Dylan Baker | 2016-05-31 | 1 | -1/+1 |
* | genxml: require future imports for python2 compatibility. | Dylan Baker | 2016-05-31 | 1 | -0/+3 |
* | genxml: mark re strings as raw | Dylan Baker | 2016-05-31 | 1 | -2/+2 |
* | genxml: Make classes descendants of object | Dylan Baker | 2016-05-31 | 1 | -4/+4 |
* | genxml: mark gen_pack_header.py as encoded in utf-8 | Dylan Baker | 2016-05-31 | 1 | -0/+1 |
* | anv: let anv_entrypoints_gen.py generate proper Wayland/Xcb guards | Emil Velikov | 2016-05-31 | 1 | -0/+28 |
* | automake: move the git_sha1.h rule a level up | Emil Velikov | 2016-05-30 | 1 | -1/+1 |
* | anv: automake: don't forget to cleanup dev_icd.json | Emil Velikov | 2016-05-30 | 1 | -1/+1 |
* | anv: automake: bring back VULKAN_ENTRYPOINT_CPPFLAGS | Emil Velikov | 2016-05-30 | 1 | -2/+6 |
* | anv: automake: ship the json files in the release tarball | Emil Velikov | 2016-05-30 | 1 | -1/+3 |
* | isl: add isl_priv.h to the sources list | Emil Velikov | 2016-05-30 | 1 | -0/+1 |
* | isl: move the sources lists to Makefile.sources | Mauro Rossi | 2016-05-30 | 2 | -32/+39 |
* | isl: automake: list builddir before srcdir in the includes list | Emil Velikov | 2016-05-30 | 1 | -4/+3 |
* | isl: automake: flatten the tests rules | Emil Velikov | 2016-05-30 | 1 | -9/+4 |
* | isl: automake: remove unneeded install-lib-links.mk include | Emil Velikov | 2016-05-30 | 1 | -2/+0 |
* | isl: automake: remove unneeded SUBDIRS | Emil Velikov | 2016-05-30 | 1 | -3/+0 |
* | genxml: move the sources (headers) list to Makefile.sources | Mauro Rossi | 2016-05-30 | 2 | -6/+9 |
* | anv: bail out if anv_wsi_init() fails | Emil Velikov | 2016-05-30 | 1 | -1/+3 |
* | anv: resolve wayland-only build | Emil Velikov | 2016-05-30 | 1 | -0/+2 |
* | anv: Fix use of uninitialized variable. | Robert Foss | 2016-05-30 | 1 | -2/+6 |
* | anv/cmd_buffer: Don't delete command buffers in ResetCommandPool() | Ronie Salgado | 2016-05-27 | 1 | -19/+18 |
* | anv: Try the first 8 render nodes instead of just renderD128 | Jason Ekstrand | 2016-05-27 | 1 | -4/+10 |
* | anv: strdup the device path into the physical device | Jason Ekstrand | 2016-05-27 | 2 | -2/+4 |
* | anv/formats: Exit early for unsupported formats | Jason Ekstrand | 2016-05-27 | 1 | -2/+3 |
* | anv/formats: Map VK_FORMAT_UNDEFINED to ISL_FORMAT_UNSUPPORTED | Jason Ekstrand | 2016-05-27 | 1 | -1/+1 |
* | anv/clear: Remove an unused variable | Jason Ekstrand | 2016-05-27 | 1 | -1/+0 |
* | anv: Emit DRAWING_RECTANGLE once at driver initialization | Jason Ekstrand | 2016-05-27 | 2 | -13/+9 |
* | anv/cmd_buffer: Only emit PIPE_CONTROL on-demand | Jason Ekstrand | 2016-05-27 | 6 | -70/+140 |
* | genxml: Make PIPE_CONTROL::CommandStreamerStallEnable a boolean | Jason Ekstrand | 2016-05-27 | 5 | -5/+5 |
* | anv/clear: Only clear the render area when doing subpass clears | Jason Ekstrand | 2016-05-27 | 3 | -4/+3 |
* | anv: Move push constant allocation to the command buffer | Jason Ekstrand | 2016-05-27 | 5 | -44/+71 |
* | isl: Fix some tautological-compare warnings | Ben Widawsky | 2016-05-26 | 2 | -2/+10 |
* | anv: Stop linking against libmesa.la and libdri_test_stubs.la | Jason Ekstrand | 2016-05-26 | 2 | -4/+3 |
* | isl: Mark default cases unreachable. | Matt Turner | 2016-05-25 | 1 | -2/+2 |
* | isl: Remove useless qualifier from return type. | Matt Turner | 2016-05-25 | 1 | -1/+1 |
* | anv/formats: Use isl_format_supports* for format introspection | Jason Ekstrand | 2016-05-23 | 1 | -22/+19 |
* | isl: Add per-gen format introspection | Jason Ekstrand | 2016-05-23 | 2 | -0/+399 |
* | isl: Add the ISL_FORMAT_R32G32_FLOAT_LD format | Jason Ekstrand | 2016-05-23 | 2 | -0/+2 |
* | isl: Add support for quering the string name of a format | Jason Ekstrand | 2016-05-23 | 2 | -1/+9 |
* | anv/formats: Make alpha blending a property of render targets | Nanley Chery | 2016-05-23 | 1 | -4/+2 |
* | anv: remove define _DEFAULT_SOURCE | Emil Velikov | 2016-05-23 | 3 | -6/+0 |
* | vk/intel: use negative VK_NO_PROTOTYPES scheme | Eric Engestrom | 2016-05-23 | 1 | -1/+0 |
* | anv/nir_apply_pipeline_layout: Pass the nir_src from the nir_tex_src | Eduardo Lima Mitev | 2016-05-21 | 1 | -1/+1 |
* | i965: Delete brw_wm_prog_key::render_to_fbo and drawable_height. | Kenneth Graunke | 2016-05-20 | 1 | -4/+0 |