| Commit message (Expand) | Author | Age | Files | Lines |
* | i965: Rename brw->no_batch_wrap to intel_batchbuffer::no_wrap | Kenneth Graunke | 2017-10-13 | 5 | -12/+12 |
* | i965: Delete dead brw_context fields. | Kenneth Graunke | 2017-10-13 | 2 | -4/+0 |
* | mapi/shared-glapi/test: rework glapitable.h handling | Emil Velikov | 2017-10-13 | 2 | -3/+4 |
* | meson: fix blob test includes | Dylan Baker | 2017-10-13 | 1 | -1/+1 |
* | Revert "make: Fix test to be meson compatible" | Emil Velikov | 2017-10-13 | 2 | -3/+1 |
* | st/dri: Add definitions to allow importing 16-bit surfaces | Mark Thompson | 2017-10-13 | 1 | -0/+14 |
* | i965: Complete 'expose RGBA visuals only on Android' | Mario Kleiner | 2017-10-13 | 1 | -2/+2 |
* | wayland-drm: constify the callbacks struct, take 2 | Emil Velikov | 2017-10-13 | 3 | -11/+7 |
* | wayland-drm: use a copy of the wayland_drm_callbacks struct | Emil Velikov | 2017-10-13 | 1 | -5/+5 |
* | egl/dri: don't crash when createImageFromRenderbuffer2 is NULL | Emil Velikov | 2017-10-13 | 1 | -1/+2 |
* | meson: Build i915 | Ville Syrjälä | 2017-10-13 | 2 | -0/+100 |
* | intel/cs: Make thread_local_id a regular builtin param | Jason Ekstrand | 2017-10-12 | 5 | -40/+37 |
* | intel/compiler: Allocate pull_param in assign_constant_locations | Jason Ekstrand | 2017-10-12 | 3 | -8/+14 |
* | intel: Allocate prog_data::[pull_]param deeper inside the compiler | Jason Ekstrand | 2017-10-12 | 9 | -88/+55 |
* | ralloc: Allow reparenting to a NULL context | Jason Ekstrand | 2017-10-12 | 1 | -1/+1 |
* | anv/pipeline: Refactor setup of the prog_data::param array | Jason Ekstrand | 2017-10-12 | 1 | -14/+9 |
* | anv/pipeline: Grow the param array for images | Jason Ekstrand | 2017-10-12 | 2 | -7/+5 |
* | anv/pipeline: Whack nir->num_uniforms to MAX_PUSH_CONSTANT_SIZE | Jason Ekstrand | 2017-10-12 | 1 | -4/+2 |
* | intel/vs: Grow the param array for clip planes | Jason Ekstrand | 2017-10-12 | 3 | -5/+14 |
* | intel/cs: Grow prog_data::param on-demand for thread_local_id_index | Jason Ekstrand | 2017-10-12 | 4 | -22/+9 |
* | intel/compiler: Make brw_nir_lower_intrinsics compute-specific | Jason Ekstrand | 2017-10-12 | 5 | -19/+13 |
* | intel/compiler: Add a helper for growing the prog_data::param array | Jason Ekstrand | 2017-10-12 | 1 | -0/+13 |
* | intel/compiler: Stop adding params for texture sizes | Jason Ekstrand | 2017-10-12 | 2 | -6/+0 |
* | i965: Only add the wpos state reference if we lowered something | Jason Ekstrand | 2017-10-12 | 1 | -6/+6 |
* | intel/compiler: Add a flag for pull constant support | Jason Ekstrand | 2017-10-12 | 5 | -2/+13 |
* | anv/pipeline: Ralloc prog_data::param of the compile mem_ctx | Jason Ekstrand | 2017-10-12 | 1 | -2/+1 |
* | anv/pipeline: Add a mem_ctx parameter to anv_pipeline_compile | Jason Ekstrand | 2017-10-12 | 1 | -33/+39 |
* | i965: Store image_param in brw_context instead of prog_data | Jason Ekstrand | 2017-10-12 | 14 | -49/+17 |
* | i965: Use prog->info.num_images for needs_dc computation | Jason Ekstrand | 2017-10-12 | 1 | -2/+3 |
* | intel: Rewrite the world of push/pull params | Jason Ekstrand | 2017-10-12 | 23 | -151/+288 |
* | i965: Get rid of gen7_cs_state.c | Jason Ekstrand | 2017-10-12 | 6 | -177/+145 |
* | i965: Add a helper for populating constant buffers | Jason Ekstrand | 2017-10-12 | 3 | -12/+33 |
* | i965: Move brw_upload_pull_constants to gen6_constant_state.c | Jason Ekstrand | 2017-10-12 | 3 | -64/+65 |
* | nir: Get rid of the variable on vote intrinsics | Jason Ekstrand | 2017-10-12 | 2 | -5/+3 |
* | nir/opcodes: Fix constant-folding of ufind_msb | Jason Ekstrand | 2017-10-12 | 1 | -1/+1 |
* | meta: Delete the PBO texsubimage path for real | Jason Ekstrand | 2017-10-12 | 2 | -496/+0 |
* | anv/pipeline_cache: Rework to use multialloc and blob | Jason Ekstrand | 2017-10-12 | 2 | -159/+141 |
* | anv/pipeline: Declare bind maps closer to their use | Jason Ekstrand | 2017-10-12 | 1 | -12/+6 |
* | anv/multialloc: Add new add_size helper | Jason Ekstrand | 2017-10-12 | 1 | -2/+4 |
* | compiler/blob: Make some parameters void instead of uint8_t | Jason Ekstrand | 2017-10-12 | 2 | -5/+5 |
* | compiler/blob: Constify the reader | Jason Ekstrand | 2017-10-12 | 3 | -11/+11 |
* | compiler/blob: Add (reserve|overwrite)_(uint32|intptr) helpers | Jason Ekstrand | 2017-10-12 | 2 | -2/+61 |
* | compiler/blob: make blob_reserve_bytes() more useful | Connor Abbott | 2017-10-12 | 3 | -20/+12 |
* | compiler/blob: Allow for fixed-size blobs with a NULL data pointer | Jason Ekstrand | 2017-10-12 | 2 | -3/+10 |
* | compiler/blob: Add a concept of a fixed-allocation blob | Jason Ekstrand | 2017-10-12 | 2 | -1/+37 |
* | compiler/blob: Switch to init/finish instead of create/destroy | Jason Ekstrand | 2017-10-12 | 5 | -87/+80 |
* | compiler: Move blob up a level | Jason Ekstrand | 2017-10-12 | 6 | -6/+6 |
* | meson: Add inc_compiler to the libglsl includes | Jason Ekstrand | 2017-10-12 | 1 | -1/+1 |
* | glsl/blob: Return false from grow_to_fit if we've ever failed | Jason Ekstrand | 2017-10-12 | 2 | -1/+13 |
* | glsl/blob: Return false from ensure_can_read on overrun | Jason Ekstrand | 2017-10-12 | 1 | -0/+3 |