aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* iris: SF_CLIP_VIEWPORTKenneth Graunke2019-02-212-8/+13
* iris: scissorsKenneth Graunke2019-02-212-3/+15
* iris: RASTER + SF + some CLIP, fix DIRTY vs. NEWKenneth Graunke2019-02-212-28/+37
* iris: initial gpu state, mergesKenneth Graunke2019-02-211-4/+30
* iris: merge packKenneth Graunke2019-02-211-0/+11
* iris: packing with valgrind.Kenneth Graunke2019-02-212-3/+15
* iris: initial render state uploadKenneth Graunke2019-02-215-9/+204
* iris: port over batchbuffer updatesKenneth Graunke2019-02-212-136/+239
* iris: viewport state, sort ofKenneth Graunke2019-02-211-0/+120
* iris: Initial commit of a new 'iris' driver for Intel Gen8+ GPUs.Kenneth Graunke2019-02-2129-10/+5631
* gallium/auxiliary/vl: Fix transparent issue on compute shader with rgbaJames Zhu2019-02-211-10/+7
* vulkan: add an overlay layerLionel Landwerlin2019-02-2111-0/+2191
* imgui: make sure our copy of imgui doesn't clash with others in the same processLionel Landwerlin2019-02-212-0/+7
* imgui: bump copyLionel Landwerlin2019-02-2112-10668/+14303
* build: move imgui out of src/intel/tools to be reusedLionel Landwerlin2019-02-2122-28/+37
* nir/lower_clip_cull: Fix an incorrect assertJason Ekstrand2019-02-211-1/+1
* nir: Fix a compile warningJason Ekstrand2019-02-211-1/+1
* freedreno/a6xx: enable tiled imagesRob Clark2019-02-212-5/+8
* nir, glsl: move pixel_center_integer/origin_upper_left to shader_info.fsAlejandro Piñeiro2019-02-2124-81/+46
* blorp: introduce helper method blorp_nir_init_shaderAlejandro Piñeiro2019-02-213-7/+16
* panfrost: Verify and print brx condition in disasmAlyssa Rosenzweig2019-02-211-1/+10
* panfrost: Dynamically set discard branch targetsAlyssa Rosenzweig2019-02-211-20/+46
* panfrost/midgard: Emit extended branchesAlyssa Rosenzweig2019-02-212-17/+84
* panfrost: Rectify doubleplusungood extended branchAlyssa Rosenzweig2019-02-212-8/+8
* panfrost/midgard: Fix nested/chained if-elseAlyssa Rosenzweig2019-02-211-3/+3
* panfrost/midgard: Refactor tag lookahead codeAlyssa Rosenzweig2019-02-211-27/+31
* panfrost: Implement pantrace (command stream dump)Alyssa Rosenzweig2019-02-215-0/+188
* panfrost: Add pandecode (command stream debugger)Alyssa Rosenzweig2019-02-216-3/+2289
* panfrost: Stub out separate stencil functionsAlyssa Rosenzweig2019-02-212-4/+25
* radeonsi: use SDMA for uploading data through const_uploaderMarek Olšák2019-02-205-28/+143
* gallium/u_upload_mgr: allow use of FLUSH_EXPLICIT with persistent mappingsMarek Olšák2019-02-202-6/+31
* gallium/u_threaded: always unmap const_uploaderMarek Olšák2019-02-201-0/+1
* st/mesa: always unmap the uploader in st_atom_array.cMarek Olšák2019-02-201-8/+6
* nir/xfb: Handle compact arrays in gather_xfb_infoJason Ekstrand2019-02-211-11/+22
* nir/xfb: Work in terms of components rather than slotsJason Ekstrand2019-02-211-5/+5
* nir: Rewrite lower_clip_cull_distance_arrays to do a lot less loweringJason Ekstrand2019-02-211-113/+19
* nir/xfb: Properly align 64-bit valuesJason Ekstrand2019-02-211-0/+4
* compiler/types: Add a contains_64bit helperJason Ekstrand2019-02-214-0/+29
* freedreno/a6xx: samplerBuffer fixesRob Clark2019-02-203-8/+17
* freedreno/ir3/a6xx: use ldib for ssbo readsRob Clark2019-02-201-24/+10
* freedreno/ir3: sync instr/disasm and add ldib encodingRob Clark2019-02-204-14/+42
* freedreno/ir3/a6xx: fix load_ssbo barrier type.Rob Clark2019-02-201-2/+2
* freedreno/ir3: rename put_dst()Rob Clark2019-02-203-9/+9
* freedreno: fix crash w/ masked non-SSA dstRob Clark2019-02-201-0/+2
* freedreno/a6xx: 3d and cube image fixesRob Clark2019-02-201-4/+31
* freedreno/ir3: fix crash in compile fail caseRob Clark2019-02-203-6/+9
* freedreno/ir3: fix legalize for vecN inputsRob Clark2019-02-202-0/+3
* radv: Disable depth clamping even without EXT_depth_range_unrestricted.Bas Nieuwenhuizen2019-02-201-2/+1
* radv: Implement VK_EXT_depth_clip_enable.Bas Nieuwenhuizen2019-02-203-2/+16
* nir: remove non-ssa support from nir_copy_prop()Timothy Arceri2019-02-211-36/+5