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
Commit message (
Expand
)
Author
Age
Files
Lines
*
intel/compiler: Remove cs_prog_data->threads
Caio Marcelo de Oliveira Filho
2020-04-09
3
-23
/
+3
*
iris: Stop using cs_prog_data->threads
Caio Marcelo de Oliveira Filho
2020-04-09
3
-8
/
+12
*
anv: Stop using cs_prog_data->threads
Caio Marcelo de Oliveira Filho
2020-04-09
5
-6
/
+32
*
i965: Implement ARB_compute_variable_group_size
Plamena Manolova
2020-04-09
10
-9
/
+103
*
intel/compiler: Add support for variable workgroup size
Plamena Manolova
2020-04-09
6
-29
/
+101
*
intel/compiler: Replace cs_prog_data->push.total with a helper
Caio Marcelo de Oliveira Filho
2020-04-09
7
-18
/
+32
*
swr/rasterizer: Use private functions for min/max to avoid namespace issues.
Vinson Lee
2020-04-09
1
-45
/
+45
*
tu: Implement descriptor set update templates
Connor Abbott
2020-04-09
2
-4
/
+125
*
tu: Add missing code for immutable samplers
Connor Abbott
2020-04-09
1
-0
/
+20
*
tu: Emit CP_LOAD_STATE6 for descriptors
Connor Abbott
2020-04-09
5
-5
/
+304
*
tu: Switch to the bindless descriptor model
Connor Abbott
2020-04-09
7
-868
/
+673
*
ir3: Rewrite UBO push analysis to support bindless
Connor Abbott
2020-04-09
4
-62
/
+113
*
ir3: Plumb through bindless support
Connor Abbott
2020-04-09
11
-99
/
+526
*
ir3: LDC also has a destination
Connor Abbott
2020-04-09
1
-1
/
+1
*
ir3: Also don't propagate immediate offset with LDC
Connor Abbott
2020-04-09
1
-3
/
+3
*
ir3: Plumb through support for a1.x
Connor Abbott
2020-04-09
11
-67
/
+164
*
ir3: Add bindless instruction encoding
Connor Abbott
2020-04-09
3
-103
/
+277
*
freedreno/a6xx: Add registers for the bindless model
Connor Abbott
2020-04-09
2
-0
/
+39
*
freedreno/a6xx: Add UBO size field
Connor Abbott
2020-04-09
1
-1
/
+1
*
tu: ir3: Emit push constants directly
Connor Abbott
2020-04-09
6
-26
/
+86
*
tu: Dump out shader assembly when requested
Connor Abbott
2020-04-09
1
-0
/
+14
*
aco: RA - move all std::function objects into proper functions
Daniel Schürmann
2020-04-09
1
-136
/
+134
*
aco: move all needed helper containers to ra_ctx
Daniel Schürmann
2020-04-09
1
-56
/
+58
*
aco: change live_out variables to std::unordered_set
Daniel Schürmann
2020-04-09
4
-8
/
+17
*
aco: change some std::map to std::unordered_map in register_allocation
Daniel Schürmann
2020-04-09
1
-14
/
+14
*
aco: refactor try_remove_trivial_phi() in RA
Daniel Schürmann
2020-04-09
2
-23
/
+25
*
aco: improve speed of live_var_analysis
Daniel Schürmann
2020-04-09
1
-53
/
+20
*
aco: during RA only insert into renames table if a variable got renamed
Daniel Schürmann
2020-04-09
1
-18
/
+11
*
aco: replace assignment hashmap by std::vector in register allocation
Daniel Schürmann
2020-04-09
1
-74
/
+92
*
aco: improve register assignment when live-range splits are necessary
Daniel Schürmann
2020-04-09
1
-3
/
+5
*
aco: improve hashing for value numbering
Daniel Schürmann
2020-04-09
1
-28
/
+79
*
aco: add explicit padding for all Instruction sub-structs
Daniel Schürmann
2020-04-09
1
-11
/
+46
*
aco: guarantee that Temp fits in 4 bytes
Daniel Schürmann
2020-04-09
1
-9
/
+9
*
turnip: new clear/blit implementation with shader path fallback
Jonathan Marek
2020-04-09
15
-1990
/
+2578
*
turnip: add vk_format_is_snorm/is_float
Jonathan Marek
2020-04-09
1
-0
/
+12
*
turnip: rework format helpers
Jonathan Marek
2020-04-09
6
-29
/
+41
*
turnip: use dirty bits for dynamic viewport/scissor state
Jonathan Marek
2020-04-09
2
-8
/
+16
*
turnip: save attachment samples in renderpass state
Jonathan Marek
2020-04-09
2
-4
/
+5
*
turnip: disable 8x msaa
Jonathan Marek
2020-04-09
2
-5
/
+6
*
turnip: fix nir validate failure from push constant lowering
Jonathan Marek
2020-04-09
1
-0
/
+3
*
turnip: split up gmem/tile alignment
Jonathan Marek
2020-04-09
4
-20
/
+12
*
turnip: RB_CCU_CNTL fixes
Jonathan Marek
2020-04-09
4
-16
/
+19
*
freedreno/a6xx: set bypass RB_CCU_CNTL value for blitter
Jonathan Marek
2020-04-09
1
-0
/
+5
*
freedreno/registers: add RB_CCU_CNTL bitfields
Jonathan Marek
2020-04-09
4
-14
/
+34
*
radv: allow TC-compat HTILE with GENERAL outside of render loops
Samuel Pitoiset
2020-04-09
1
-1
/
+16
*
radv: only enable TC-compat HTILE for images readable by a shader
Samuel Pitoiset
2020-04-09
1
-0
/
+8
*
radv: only expose fp16 control features for chips with double rate fp16
Samuel Pitoiset
2020-04-09
1
-5
/
+10
*
radv: only expose storageInputOutput16 for chips with double rate fp16
Samuel Pitoiset
2020-04-09
1
-2
/
+2
*
radv: only expose shaderFloat16 for chips with double rate fp16
Samuel Pitoiset
2020-04-09
2
-3
/
+3
*
ac,radv: add ac_gpu_info::has_double_rate_fp16
Samuel Pitoiset
2020-04-09
3
-2
/
+6
[next]