index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
intel/perf: add mdapi writes for register perf counters
Lionel Landwerlin
2019-10-23
1
-0
/
+36
*
intel/genxml: add RPSTAT register for core frequency
Lionel Landwerlin
2019-10-23
8
-0
/
+40
*
intel/genxml: add generic perf counters registers
Lionel Landwerlin
2019-10-23
4
-0
/
+72
*
intel/perf: add support for querying kernel loaded configurations
Lionel Landwerlin
2019-10-23
2
-27
/
+181
*
intel/perf: move registers to their own header
Lionel Landwerlin
2019-10-23
6
-26
/
+58
*
intel/perf: extract register configuration
Lionel Landwerlin
2019-10-23
3
-16
/
+24
*
intel/perf: expose some utility functions
Lionel Landwerlin
2019-10-23
2
-31
/
+55
*
intel/perf: add mdapi maker helper
Lionel Landwerlin
2019-10-23
1
-0
/
+28
*
st/mesa: Silence chatty debug printf
Kenneth Graunke
2019-10-22
1
-2
/
+4
*
st/mesa: Map MESA_FORMAT_RGB_UNORM8 <-> PIPE_FORMAT_R8G8B8_UNORM
Chris Wilson
2019-10-22
1
-0
/
+6
*
anv: fix unwind of vkCreateDevice fail
Lionel Landwerlin
2019-10-22
1
-3
/
+3
*
Revert "aco: only emit waitcnt on loop continues if we there was some load or...
Rhys Perry
2019-10-22
1
-1
/
+1
*
aco: add missing bld.scc()
Rhys Perry
2019-10-22
1
-1
/
+1
*
aco: keep can_reorder/barrier when combining addition into SMEM
Rhys Perry
2019-10-22
1
-0
/
+2
*
aco: add a few missing checks in value numbering
Rhys Perry
2019-10-22
1
-1
/
+4
*
aco: use ds_read2_b64/ds_write2_b64
Rhys Perry
2019-10-22
1
-7
/
+24
*
aco: properly combine additions into ds_write2_b64/ds_read2_b64
Rhys Perry
2019-10-22
1
-1
/
+2
*
aco: fix sparse store_lds()
Rhys Perry
2019-10-22
1
-8
/
+40
*
aco: create load_lds/store_lds helpers
Rhys Perry
2019-10-22
1
-176
/
+195
*
aco: fix 64-bit p_extract_vector on 32-bit p_create_vector
Rhys Perry
2019-10-22
1
-1
/
+2
*
aco: small stage corrections
Rhys Perry
2019-10-22
2
-11
/
+13
*
st/mesa: replace pipe_shader_state with tgsi_token* in st_vp_variant
Marek Olšák
2019-10-22
4
-36
/
+48
*
nir: allow nir_lower_uniforms_to_ubo to be run repeatedly
Marek Olšák
2019-10-22
2
-1
/
+7
*
freedreno/ir3: fixup register footprint fixup
Rob Clark
2019-10-22
1
-1
/
+1
*
freedreno/ir3: handle scalarized varying inputs
Rob Clark
2019-10-22
1
-9
/
+12
*
aco: refactor value numbering
Daniel Schürmann
2019-10-22
1
-55
/
+53
*
mesa/st: assert that lowering is supported
Erik Faye-Lund
2019-10-22
1
-0
/
+12
*
radv: fix updating bound fast ds clear values with different aspects
Samuel Pitoiset
2019-10-22
1
-3
/
+13
*
intel/compiler: Refactor disassembly of sources in 3src instruction
Sagar Ghuge
2019-10-21
1
-19
/
+10
*
intel/compiler: Don't move immediate in register
Sagar Ghuge
2019-10-21
1
-0
/
+38
*
intel/compiler: Set bits according to source file
Sagar Ghuge
2019-10-21
1
-2
/
+12
*
intel/compiler: Add Immediate support for 3 source instruction
Sagar Ghuge
2019-10-21
1
-21
/
+32
*
intel: Add missing entry for brw_nir_lower_alpha_to_coverage in Makefile
Sagar Ghuge
2019-10-21
1
-0
/
+1
*
llvmpipe: handle compute shader launch with 0 threads
Dave Airlie
2019-10-21
1
-0
/
+9
*
freedreno/ir3: Add missing ir3_nir_lower_tex_prefetch.c to Android.mk
Marijn Suijten
2019-10-21
1
-0
/
+1
*
ac/llvm: fix ac_to_integer_type() for 32-bit const addr space pointers
Samuel Pitoiset
2019-10-21
1
-0
/
+1
*
aco: run opt_algebraic in a loop
Rhys Perry
2019-10-21
1
-3
/
+8
*
aco: use nir_lower_idiv_precise
Rhys Perry
2019-10-21
1
-1
/
+1
*
nir/lower_idiv: add new llvm-based path
Rhys Perry
2019-10-21
8
-17
/
+136
*
intel/compiler: Remove emit_alpha_to_coverage workaround from backend
Sagar Ghuge
2019-10-21
2
-84
/
+13
*
nir: Add alpha_to_coverage lowering pass
Sagar Ghuge
2019-10-21
3
-0
/
+171
*
aco: ensure that uniform booleans are computed in WQM if their uses happen in...
Daniel Schürmann
2019-10-21
1
-1
/
+2
*
aco/gfx10: Update constant addresses in fix_branches_gfx10.
Timur Kristóf
2019-10-21
1
-1
/
+12
*
aco/gfx10: Fix PS exports for SPI_SHADER_32_AR.
Timur Kristóf
2019-10-21
1
-1
/
+7
*
aco/gfx10: Wait for pending SMEM stores before loads
Timur Kristóf
2019-10-21
2
-1
/
+33
*
panfrost: Fix the DISCARD_WHOLE_RES case in transfer_map()
Boris Brezillon
2019-10-21
3
-2
/
+63
*
st/mesa: only require ESSL 3.1 for geometry shaders
Iago Toral Quiroga
2019-10-21
1
-1
/
+1
*
egl/android: Remove our own reference to buffers.
Lepton Wu
2019-10-21
1
-3
/
+1
*
radv: advertise VK_KHR_spirv_1_4
Samuel Pitoiset
2019-10-21
1
-0
/
+1
*
radv: do not dump descriptors twice in hang reports
Samuel Pitoiset
2019-10-21
1
-10
/
+15
[prev]
[next]