| Commit message (Expand) | Author | Age | Files | Lines |
* | i965: Allocate VMA in userspace for full-PPGTT systems. | Kenneth Graunke | 2018-06-06 | 1 | -1/+1 |
* | intel/blorp: Emit VF cache invalidates for 48-bit bugs with softpin. | Kenneth Graunke | 2018-06-06 | 3 | -5/+51 |
* | nir: add opt_if_loop_terminator() | Timothy Arceri | 2018-06-07 | 1 | -0/+68 |
* | nir: move ends_in_break() helper to nir_loop_analyze.h | Timothy Arceri | 2018-06-07 | 2 | -13/+13 |
* | radv: fix Coverity no effect control flow issue | Timothy Arceri | 2018-06-07 | 1 | -1/+1 |
* | intel/blorp: Don't vertex fetch directly from clear values | Jason Ekstrand | 2018-06-06 | 1 | -44/+41 |
* | dri: add missing 16bits formats mapping | Lionel Landwerlin | 2018-06-07 | 1 | -0/+16 |
* | nir: Look into uniform structs for samplers when counting num_textures. | Eric Anholt | 2018-06-06 | 1 | -12/+44 |
* | v3d: Work around GFXH-1461/GFXH-1689 by using CLEAR_TILE_BUFFERS. | Eric Anholt | 2018-06-06 | 1 | -10/+17 |
* | v3d: Enable the new NIR bitfield operation lowering paths. | Eric Anholt | 2018-06-06 | 1 | -2/+19 |
* | nir: Add lowering for nir_op_bit_count. | Eric Anholt | 2018-06-06 | 2 | -0/+38 |
* | nir: Add lowering for nir_op_bitfield_reverse. | Eric Anholt | 2018-06-06 | 2 | -1/+48 |
* | nir: Add an ALU lowering pass for mul_high. | Eric Anholt | 2018-06-06 | 5 | -0/+171 |
* | nir: Add lowering for find_lsb. | Eric Anholt | 2018-06-06 | 2 | -0/+6 |
* | nir: Add lowering for ifind_msb to ufind_msb. | Eric Anholt | 2018-06-06 | 2 | -0/+6 |
* | nir: Add lowering from ibitfield_extract/ubitfield_extract to shifts. | Eric Anholt | 2018-06-06 | 2 | -0/+19 |
* | nir: Add lowering for bitfieldInsert without using bfi. | Eric Anholt | 2018-06-06 | 2 | -0/+19 |
* | docs: add note about moving to libwayland-egl in 18.2.0 | Eric Engestrom | 2018-06-06 | 1 | -0/+8 |
* | egl: remove wayland-egl now that we're using libwayland-egl | Eric Engestrom | 2018-06-06 | 7 | -516/+0 |
* | egl: rewire the build systems to use libwayland-egl | Eric Engestrom | 2018-06-06 | 7 | -21/+15 |
* | glsl: Take 'double' as reserved after GLSL ES 1.0 | zhaowei yuan | 2018-06-05 | 1 | -1/+1 |
* | r300g/swtcl: make pipe_context uploaders use malloc'd memory as before | Marek Olšák | 2018-06-05 | 1 | -3/+6 |
* | intel/eu: Use a struct copy instead of a memcpy | Jason Ekstrand | 2018-06-05 | 1 | -1/+1 |
* | radv: Use correct color format for fast clears | Philip Rebohle | 2018-06-05 | 1 | -2/+2 |
* | v3d: Be more explicit about include directory from our generated code. | Eric Anholt | 2018-06-05 | 3 | -2/+5 |
* | radv: Do not hardcode fast clear formats. | Bas Nieuwenhuizen | 2018-06-05 | 1 | -180/+73 |
* | intel/tools: add intel_sanitize_gpu to EXTRA_DIST | Scott D Phillips | 2018-06-05 | 1 | -0/+2 |
* | util/tests/vma: Fix warning c++11-narrowing | Scott D Phillips | 2018-06-05 | 1 | -1/+1 |
* | util: tests: vma test depends on C++11 support | Scott D Phillips | 2018-06-05 | 1 | -2/+5 |
* | glx: Fix number of property values to read in glXImportContextEXT | Michel Dänzer | 2018-06-05 | 1 | -1/+1 |
* | configure: radv depends on mako | Eric Engestrom | 2018-06-05 | 1 | -0/+3 |
* | travis: use correct form for array options | Eric Engestrom | 2018-06-05 | 1 | -2/+2 |
* | anv: intel: add softpin flag on imported BOs | Lionel Landwerlin | 2018-06-05 | 1 | -0/+2 |
* | autotools: add missing android file to package | Eric Engestrom | 2018-06-05 | 1 | -0/+1 |
* | meson: fix platforms check for `-D egl=true` | Eric Engestrom | 2018-06-05 | 1 | -1/+1 |
* | mesa: Make sure that imm draws are flushed before other draws execute. | Mathias Fröhlich | 2018-06-05 | 4 | -65/+56 |
* | virgl: use bits in caps set v2 | gurchetansingh@chromium.org | 2018-06-05 | 2 | -0/+6 |
* | virgl: add shader offset alignment to to v2 caps struct | gurchetansingh@chromium.org | 2018-06-05 | 3 | -1/+4 |
* | i965: Prepare batchbuffer module for softpin support. | Kenneth Graunke | 2018-06-04 | 2 | -3/+39 |
* | i965: Add virtual memory allocator infrastructure to brw_bufmgr. | Kenneth Graunke | 2018-06-04 | 2 | -1/+286 |
* | i965: Disable internal CCS for shadows of multi-sampled windows | Jason Ekstrand | 2018-06-04 | 1 | -1/+10 |
* | i965/miptree: Rename a parameter to create_for_dri_image | Jason Ekstrand | 2018-06-04 | 2 | -4/+4 |
* | intel/eu: Switch to a logical state stack | Jason Ekstrand | 2018-06-04 | 3 | -126/+72 |
* | intel/eu: Set flag [sub]register number differently for 3src | Jason Ekstrand | 2018-06-04 | 1 | -3/+10 |
* | intel/eu: Copy fields manually in brw_next_insn | Jason Ekstrand | 2018-06-04 | 1 | -1/+94 |
* | intel/eu: Add some brw_get_default_ helpers | Jason Ekstrand | 2018-06-04 | 4 | -55/+79 |
* | trace: Fix parsing of recent traces. | Jose Fonseca | 2018-06-04 | 1 | -5/+26 |
* | trace: Fix trace_context_transfer_unmap methods. | Jose Fonseca | 2018-06-04 | 1 | -18/+42 |
* | amd/common: use the dimension-aware image intrinsics on LLVM 7+ | Nicolai Hähnle | 2018-06-04 | 1 | -24/+165 |
* | i965: Fix batch-last mode to properly swap BOs. | Kenneth Graunke | 2018-06-04 | 1 | -0/+5 |