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
*
mesa: add support for AlphaToCoverageDitherControlNV
Indrajit Kumar Das
2020-04-23
13
-0
/
+79
*
gallium: prepare framework for supporting AlphaToCoverageDitherControlNV
Indrajit Kumar Das
2020-04-23
3
-0
/
+3
*
turnip: Fix crashes when geometry shader constants aren't used
Hyunjun Ko
2020-04-23
1
-0
/
+2
*
gallium: add # of MRT to blend state
Rob Clark
2020-04-23
8
-2
/
+14
*
mesa/st: avoid u_vbuf for GLES
Rob Clark
2020-04-23
5
-5
/
+25
*
mesa: avoid redundant VBO updates
Rob Clark
2020-04-23
2
-15
/
+15
*
nir: Actually do load/store vectorization beyond vec2
Kenneth Graunke
2020-04-22
1
-1
/
+2
*
mesa: enable GL_EXT_draw_instanced for gles2
Simon Zeni
2020-04-23
5
-1
/
+10
*
turnip: Skip unused regs when setting up streamout buffers
Hyunjun Ko
2020-04-23
1
-0
/
+4
*
turnip : Fix wrong offset calculation for xfb buffer.
Hyunjun Ko
2020-04-23
1
-2
/
+0
*
turnip: Implement and enable VK_QUERY_TYPE_TRANSFORM_FEEDBACK_STREAM_EXT
Hyunjun Ko
2020-04-23
2
-2
/
+133
*
turnip: make the struct slot_value of queries get 2 values
Hyunjun Ko
2020-04-23
1
-57
/
+86
*
intel/compiler: Don't create 64-bit src1 immediates in opt_peephole_sel
Kenneth Graunke
2020-04-23
1
-2
/
+8
*
intel/compiler: Delete abs/neg handling in fsign code
Kenneth Graunke
2020-04-22
2
-40
/
+2
*
intel/compiler: Don't copy prop source mods into PICK_HIGH_32BIT
Kenneth Graunke
2020-04-22
1
-1
/
+2
*
docs: update calendar, add news item, and link releases notes for 20.0.5
Dylan Baker
2020-04-22
3
-7
/
+4
*
docs: Add sha256 sums for 20.0.5
Dylan Baker
2020-04-22
1
-1
/
+1
*
docs: Add relnotes for 20.0.5
Dylan Baker
2020-04-22
1
-0
/
+213
*
v3d: support for textureQueryLOD
Alejandro Piñeiro
2020-04-22
2
-27
/
+21
*
nir: add nir_tex_instr_need_sampler helper
Alejandro Piñeiro
2020-04-22
1
-0
/
+24
*
v3d/packet: fixing TMU_Config_Parameter_2 definition
Alejandro Piñeiro
2020-04-22
1
-3
/
+3
*
v3d/tex: Configuration Parameter 1 can be only skipped if P2 can be skipped too
Alejandro Piñeiro
2020-04-22
1
-2
/
+9
*
v3d/tex: don't configure tmu config 1 if not needed
Alejandro Piñeiro
2020-04-22
1
-27
/
+66
*
turnip: implement VK_EXT_sampler_filter_minmax
Jonathan Marek
2020-04-22
4
-2
/
+26
*
turnip: enable cube arrays
Jonathan Marek
2020-04-22
1
-1
/
+1
*
turnip: implement VK_EXT_filter_cubic
Jonathan Marek
2020-04-22
4
-6
/
+40
*
turnip: implement VK_EXT_sample_locations
Jonathan Marek
2020-04-22
9
-48
/
+135
*
turnip: set shader key msaa field
Jonathan Marek
2020-04-22
1
-0
/
+6
*
aco: coalesce v_mad's accumulator with definition's affinities
Daniel Schürmann
2020-04-22
1
-15
/
+13
*
aco: use upper part of gap in register file if it is beneficial for striding
Daniel Schürmann
2020-04-22
1
-5
/
+16
*
aco: try to always find a register with stride for even sizes
Daniel Schürmann
2020-04-22
1
-2
/
+4
*
aco: stop get_reg_simple after reaching max_used_gpr
Daniel Schürmann
2020-04-22
1
-1
/
+7
*
aco: refactor get_reg_simple() to return early on exact matches
Daniel Schürmann
2020-04-22
1
-25
/
+22
*
aco: don't create vector affinities for operands which are not killed or are ...
Daniel Schürmann
2020-04-22
1
-1
/
+1
*
aco: allocate full register for subdword definitions if HW doesn't support it
Daniel Schürmann
2020-04-22
2
-5
/
+26
*
aco: move attempt to find strided register into get_reg_simple()
Daniel Schürmann
2020-04-22
1
-8
/
+9
*
aco: use DefInfo in more places to simplify RA
Daniel Schürmann
2020-04-22
1
-42
/
+19
*
aco: create and use DefInfo struct in RA
Daniel Schürmann
2020-04-22
1
-45
/
+71
*
aco: create pseudo dummy instruction in RA to be used for live-range splits
Daniel Schürmann
2020-04-22
1
-2
/
+6
*
aco: refactor get_reg() to also handle affinities
Daniel Schürmann
2020-04-22
1
-60
/
+51
*
aco: refactor get_reg() to take Temp instead of RegClass
Daniel Schürmann
2020-04-22
1
-85
/
+84
*
aco: simplify operand handling in RA
Daniel Schürmann
2020-04-22
1
-72
/
+53
*
turnip: enable VK_FORMAT_S8_UINT as stencil format
Jonathan Marek
2020-04-22
4
-20
/
+33
*
turnip: improve GMEM load/store logic
Jonathan Marek
2020-04-22
4
-59
/
+89
*
turnip: disable depth test for S8_UINT attachment
Jonathan Marek
2020-04-22
1
-6
/
+13
*
aco: implement 64-bit sgpr swaps
Rhys Perry
2020-04-22
1
-1
/
+10
*
aco: implement sub-dword swaps
Rhys Perry
2020-04-22
3
-140
/
+320
*
aco: add VOP3P_instruction
Rhys Perry
2020-04-22
4
-19
/
+85
*
aco: fix copy statistic for 64-bit vgpr constant copy
Rhys Perry
2020-04-22
1
-0
/
+1
*
ir3: Fix bug with shaders that only exit via discard
Connor Abbott
2020-04-22
2
-0
/
+71
[next]