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: remove exec="dynamic" from Draw functions that are not really dynamic
Marek Olšák
2020-04-27
12
-137
/
+173
*
mesa: reset primitive restart state in glClientAttribDefaultEXT
Marek Olšák
2020-04-27
1
-0
/
+9
*
mesa: replace _NEW_EVAL with vbo_exec_update_eval_maps
Marek Olšák
2020-04-27
9
-34
/
+52
*
ac: reassociate FP expressions for inexact instructions for radeonsi
Marek Olšák
2020-04-27
1
-0
/
+9
*
ac: generate FMA for inexact instructions for radeonsi
Marek Olšák
2020-04-27
3
-0
/
+40
*
ac: update and document fast math flags used by radeonsi
Marek Olšák
2020-04-27
3
-4
/
+14
*
ac: force enable -structurizecfg-skip-uniform-regions for LLVM 11
Marek Olšák
2020-04-27
1
-0
/
+4
*
st/mesa: Treat vertex inputs absent in inputMapping as zero in mesa_to_tgsi
Danylo Piliaiev
2020-04-27
1
-2
/
+6
*
gitlab-ci: add lists of expected failures for RADV CI
Samuel Pitoiset
2020-04-27
4
-0
/
+56
*
radv: fix robust_buffer_access if enabled via VkPhysicalDeviceFeatures2
Samuel Pitoiset
2020-04-27
1
-10
/
+44
*
gallivm: fix stencil border
Dave Airlie
2020-04-27
3
-8
/
+12
*
llvmpipe: clamp color storage for integer types.
Dave Airlie
2020-04-27
1
-0
/
+5
*
llvmpipe: enable stencil only formats. (v2)
Dave Airlie
2020-04-27
3
-6
/
+11
*
llvmpipe/setup: add point size clamping
Dave Airlie
2020-04-27
5
-4
/
+9
*
llvmpipe: fix d32 unorm depth conversions.
Dave Airlie
2020-04-27
1
-1
/
+4
*
draw/tess: fix TES patch vertices in.
Dave Airlie
2020-04-27
3
-5
/
+11
*
llvmpipe: fix ssbo alignment
Dave Airlie
2020-04-27
1
-1
/
+1
*
llvmpipe: bump max images to 16
Dave Airlie
2020-04-27
1
-1
/
+1
*
util/indirect: handle stride less than number of parameters.
Dave Airlie
2020-04-27
1
-1
/
+3
*
gallivm/nir: add helper invocation support
Dave Airlie
2020-04-27
4
-4
/
+13
*
gallivm/nir: fix image store conversions
Dave Airlie
2020-04-27
1
-7
/
+13
*
tu: Don't invert point coords
Connor Abbott
2020-04-25
1
-1
/
+2
*
ir3: Remove VARYING_SLOT_PNTC remapping hack
Connor Abbott
2020-04-25
1
-12
/
+0
*
st/nir: Fix assigning PointCoord location with !PIPE_CAP_TEXCOORD
Connor Abbott
2020-04-25
1
-0
/
+2
*
freedreno/a6xx: Implement PrimID passthrough
Connor Abbott
2020-04-25
2
-3
/
+9
*
tu: Implement PrimID passthrough
Connor Abbott
2020-04-25
2
-5
/
+14
*
ir3: Skip missing VS outputs in VS out map when linking
Connor Abbott
2020-04-25
6
-48
/
+67
*
freedreno/a6xx: Document PrimID passthrough registers
Connor Abbott
2020-04-25
3
-3
/
+16
*
radv: Pass logical device to si_emit_graphics
Joshua Ashton
2020-04-25
3
-5
/
+6
*
freedreno/ir3: Print @tex write mask using 0x%x
Kristian H. Kristensen
2020-04-25
1
-1
/
+1
*
freedreno/ir3: Reset lex line number when we start parsing
Kristian H. Kristensen
2020-04-25
1
-0
/
+2
*
freedreno/ir3: Parse, but ignore @in, @out and @tex headers
Kristian H. Kristensen
2020-04-25
2
-0
/
+21
*
freedreno/ir3: Move ir3 assembler to backend compiler
Kristian H. Kristensen
2020-04-25
6
-24
/
+21
*
freedreno/computerator: Decouple ir3 assembler
Kristian H. Kristensen
2020-04-25
4
-23
/
+36
*
Revert "meson,ci: Disable sparse_array tests on windows"
Andres Gomez
2020-04-24
1
-4
/
+1
*
gitlab-ci: install winehq-stable to get 5.0 instead of 4.0
Andres Gomez
2020-04-24
3
-5
/
+37
*
etnaviv: Fix depth stencil ops on GC880/GC2000
Marek Vasut
2020-04-24
1
-2
/
+2
*
radv/aco: enable 8/16-bit storage and int8/int16 on GFX8+
Rhys Perry
2020-04-24
4
-22
/
+33
*
aco: lower 8/16-bit integer arithmetic
Rhys Perry
2020-04-24
1
-0
/
+31
*
aco: improve sub-dword emit_split_vector() with sgprs
Rhys Perry
2020-04-24
1
-6
/
+7
*
aco: clobber scc in s_bfe_u32 in get_alu_src()
Rhys Perry
2020-04-24
1
-1
/
+2
*
aco: handle undef p_create_vector operands in the optimizer
Rhys Perry
2020-04-24
1
-0
/
+4
*
aco: vectorize global loads/stores
Rhys Perry
2020-04-24
1
-2
/
+10
*
aco: allow 8/16-bit shared loads
Rhys Perry
2020-04-24
1
-2
/
+0
*
aco: add and use get_buffer_store_op() helper
Rhys Perry
2020-04-24
1
-78
/
+33
*
aco: refactor visit_store_scratch() to use new helpers
Rhys Perry
2020-04-24
1
-32
/
+15
*
aco: refactor visit_store_global() to use new helpers
Rhys Perry
2020-04-24
1
-30
/
+29
*
aco: refactor visit_store_ssbo() to use new helpers
Rhys Perry
2020-04-24
1
-64
/
+13
*
aco: refactor store_vmem_mubuf() to use new helpers
Rhys Perry
2020-04-24
1
-58
/
+9
*
aco: refactor store_lds() to use new helpers
Rhys Perry
2020-04-24
1
-91
/
+90
[next]