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
*
radeonsi/gfx10: don't use NGG culling if compute-based culling is used
Marek Olšák
2020-03-28
1
-0
/
+1
*
radeonsi: add num_vbos_in_user_sgprs into the shader cache key
Marek Olšák
2020-03-28
1
-0
/
+3
*
radeonsi: always create wait_mem_scratch for compute-based culling
Marek Olšák
2020-03-28
1
-1
/
+2
*
radeonsi: set amdgpu-gds-size for mode == 2 of compute-based culling
Marek Olšák
2020-03-28
1
-1
/
+4
*
radeonsi: fix incorrect ordered_wave_id initilization for compute-based culling
Marek Olšák
2020-03-28
1
-1
/
+2
*
radeonsi: remove obsolete TODO comment related to compute-based culling
Marek Olšák
2020-03-28
1
-1
/
+0
*
lima: Implement lima_texture_subdata
Vasily Khoruzhick
2020-03-28
1
-13
/
+65
*
freedreno/ir3/ra: re-work a6xx merged register file conflicts
Rob Clark
2020-03-27
1
-18
/
+10
*
freedreno/ir3/ra: split building regs/classes and conflicts
Rob Clark
2020-03-27
2
-22
/
+73
*
freedreno/ir3/ra: pick higher numbered scalars in first pass
Rob Clark
2020-03-27
4
-17
/
+113
*
freedreno/ir3/ra: compute register target from liveranges
Rob Clark
2020-03-27
2
-82
/
+209
*
freedreno/ir3/ra: fix array liveranges
Rob Clark
2020-03-27
1
-1
/
+1
*
freedreno/ir3/ra: add def/use iterators
Rob Clark
2020-03-27
2
-133
/
+202
*
freedreno/ir3/ra: drop extending output live-ranges
Rob Clark
2020-03-27
1
-7
/
+0
*
freedreno/ir3/ra: add helper to map name to array
Rob Clark
2020-03-27
1
-1
/
+24
*
freedreno/ir3/ra: fix target register calculation
Rob Clark
2020-03-27
1
-1
/
+1
*
freedreno/ir3/ra: add helper to map name to instruction
Rob Clark
2020-03-27
1
-23
/
+36
*
freedreno/ir3/ra: split-up
Rob Clark
2020-03-27
5
-352
/
+424
*
freedreno/ir3/ra: add debug option for RA debug msgs
Rob Clark
2020-03-27
3
-16
/
+37
*
freedreno/ir3: convert debug bitfield to BITFIELD_BIT()
Rob Clark
2020-03-27
1
-12
/
+12
*
freedreno/ir3: reformat disasm output
Rob Clark
2020-03-27
1
-7
/
+17
*
freedreno/ir3: fix bogus register footprint with tess/gs
Rob Clark
2020-03-27
1
-0
/
+3
*
freedreno/ir3: remove unused helper
Rob Clark
2020-03-27
1
-10
/
+0
*
freedreno/ir3: add bary_ij as src for meta:tex_prefetch
Rob Clark
2020-03-27
1
-9
/
+4
*
freedreno/ir3: small cleanup and comments
Rob Clark
2020-03-27
17
-71
/
+77
*
freedreno/a6xx: register update
Rob Clark
2020-03-27
1
-1
/
+3
*
util: remove duplicated MALLOC_STRUCT and CALLOC_STRUCT
Marek Olšák
2020-03-27
1
-12
/
+1
*
util: don't include p_defines.h and u_pointer.h from gallium
Marek Olšák
2020-03-27
21
-26
/
+38
*
radv: stop including files from mesa/main
Marek Olšák
2020-03-27
9
-7
/
+14
*
util: stop including files from mesa/main
Marek Olšák
2020-03-27
5
-9
/
+27
*
mesa: don't use <> for including internal headers
Marek Olšák
2020-03-27
3
-7
/
+7
*
Move compiler.h and imports.h/c from src/mesa/main into src/util
Marek Olšák
2020-03-27
244
-264
/
+263
*
wgl: use gldrv.h instead of stw_icd.h
Jesse Natalie
2020-03-27
10
-647
/
+33
*
wgl: add official gldrv.h header-file
Jesse Natalie
2020-03-27
1
-0
/
+589
*
nv50, nvc0: fix must_check warning of util_dynarray_resize_bytes
Karol Herbst
2020-03-27
2
-6
/
+14
*
nv50: remove unused variable
Erik Faye-Lund
2020-03-27
1
-2
/
+0
*
intel/perf: store the probed i915-perf version
Lionel Landwerlin
2020-03-27
3
-1
/
+22
*
intel/perf: document meaning of query field
Lionel Landwerlin
2020-03-27
1
-0
/
+1
*
intel/perf: move mdapi query definitions to their own file
Lionel Landwerlin
2020-03-27
5
-346
/
+388
*
intel/perf: break GL query stuff away
Lionel Landwerlin
2020-03-27
12
-1601
/
+1685
*
intel/perf: move register definition to special file
Lionel Landwerlin
2020-03-27
2
-19
/
+8
*
util/test: Use MAX_PATH on Windows
Daniel Stone
2020-03-27
1
-0
/
+5
*
util: fix process_test path
Pierre-Eric Pelloux-Prayer
2020-03-27
1
-3
/
+4
*
nir: fix packing of TCS varyings not read by the TES
Timothy Arceri
2020-03-27
1
-4
/
+68
*
glsl: fix varying packing for 64bit integers
Timothy Arceri
2020-03-27
1
-1
/
+1
*
ac/nir: use llvm.amdgcn.rcp in ac_build_fdiv()
Samuel Pitoiset
2020-03-27
2
-20
/
+12
*
ac/nir: use llvm.amdgcn.rsq for nir_op_frsq
Samuel Pitoiset
2020-03-27
1
-3
/
+2
*
ac/nir: use llvm.amdgcn.rcp for nir_op_frcp
Samuel Pitoiset
2020-03-27
1
-2
/
+2
*
x86: Add ENDBR at function entries
H.J. Lu
2020-03-26
3
-0
/
+22
*
mesa: try to fix the android build
Marek Olšák
2020-03-26
1
-1
/
+8
[next]