index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/fs: Add 64-bit int immediate support to dump_instructions()
Matt Turner
2018-10-16
2
-0
/
+8
*
radeonsi: track context rolls better for the Vega scissor bug workaround
Marek Olšák
2018-10-16
7
-34
/
+80
*
radeonsi: emit sample locations for 1xAA only when the hw bug is present
Marek Olšák
2018-10-16
1
-4
/
+2
*
radeonsi: use compute shaders for clear_buffer & copy_buffer
Marek Olšák
2018-10-16
8
-203
/
+350
*
radeonsi: use copy_buffer in buffer_do_flush_region directly
Marek Olšák
2018-10-16
1
-11
/
+4
*
radeonsi: use faster integer division for instance divisors
Marek Olšák
2018-10-16
3
-36
/
+83
*
ac: add helpers for fast integer division by a constant
Marek Olšák
2018-10-16
2
-0
/
+78
*
radeonsi: use higher subpixel precision (QUANT_MODE) for smaller viewports
Marek Olšák
2018-10-16
3
-9
/
+53
*
radeonsi: move emission of PA_SU_VTX_CNTL into emit_guardband
Marek Olšák
2018-10-16
4
-6
/
+11
*
radeonsi: don't re-upload the sample position constant buffer repeatedly
Marek Olšák
2018-10-16
4
-16
/
+33
*
radeonsi: set PA_SU_PRIM_FILTER_CNTL optimally
Marek Olšák
2018-10-16
3
-4
/
+13
*
radeonsi: center viewport to improve guardband clipping for high resolutions
Marek Olšák
2018-10-16
4
-14
/
+62
*
radeonsi: save raster config in screen, add se_tile_repeat
Marek Olšák
2018-10-16
6
-11
/
+31
*
radeonsi: switch back to standard DX sample positions
Marek Olšák
2018-10-16
1
-17
/
+26
*
radeonsi: add GDS support to CP DMA
Marek Olšák
2018-10-16
3
-21
/
+89
*
radeonsi: rename si_gfx_* functions to si_cp_*
Marek Olšák
2018-10-16
6
-59
/
+60
*
radeonsi: make si_gfx_write_event_eop more configurable
Marek Olšák
2018-10-16
6
-15
/
+34
*
anv/skylake: disable ForceThreadDispatchEnable
Sergii Romantsov
2018-10-16
1
-7
/
+35
*
anv: Implement VK_EXT_pci_bus_info
Lionel Landwerlin
2018-10-16
3
-5
/
+26
*
radv: disable VK_SUBGROUP_FEATURE_VOTE_BIT
Samuel Pitoiset
2018-10-16
1
-2
/
+4
*
radv: implement buffer to image operations for R32G32B32
Samuel Pitoiset
2018-10-16
3
-2
/
+353
*
ac/nir: Use context-specific LLVM types
Alex Smith
2018-10-16
1
-2
/
+2
*
glsl: Check the subroutine associated functions names
Vadym Shovkoplias
2018-10-16
1
-0
/
+36
*
glsl/linker: Change the format of spec quotation
Vadym Shovkoplias
2018-10-16
1
-6
/
+5
*
nir: fix clip cull lowering to not assert if GLSL already lowered.
Dave Airlie
2018-10-15
1
-0
/
+6
*
intel: disable FS IR validation in release mode.
Kenneth Graunke
2018-10-15
1
-0
/
+2
*
nir: Copy propagation between blocks
Caio Marcelo de Oliveira Filho
2018-10-15
2
-82
/
+351
*
nir: Take call instruction into account in copy_prop_vars
Caio Marcelo de Oliveira Filho
2018-10-15
1
-6
/
+12
*
nir: Add tests for copy propagation of derefs
Caio Marcelo de Oliveira Filho
2018-10-15
1
-0
/
+300
*
nir: Remove handling of dead writes from copy_prop_vars
Caio Marcelo de Oliveira Filho
2018-10-15
1
-76
/
+8
*
intel/nir, freedreno/ir3: Use the separated dead write vars pass
Caio Marcelo de Oliveira Filho
2018-10-15
2
-0
/
+2
*
nir: Separate dead write removal into its own pass
Caio Marcelo de Oliveira Filho
2018-10-15
5
-3
/
+227
*
nir: Add tests for dead write elimination
Caio Marcelo de Oliveira Filho
2018-10-15
1
-0
/
+241
*
nir: Add test file for vars related passes
Caio Marcelo de Oliveira Filho
2018-10-15
3
-11
/
+224
*
nir: Add nir_imm_ivec2 helper
Caio Marcelo de Oliveira Filho
2018-10-15
1
-0
/
+12
*
util: Add foreach_reverse for dynarray
Caio Marcelo de Oliveira Filho
2018-10-15
1
-0
/
+6
*
v3d: Add support for hardware pack/unpack of half floats.
Eric Anholt
2018-10-15
2
-0
/
+17
*
nir: Expose nir_remove_unused_io_vars().
Eric Anholt
2018-10-15
2
-8
/
+27
*
nir: Be sure to fix deref modes after demoting shader i/o vars to global.
Eric Anholt
2018-10-15
1
-0
/
+3
*
gallium/ttn: Convert inputs and outputs to derefs of variables.
Eric Anholt
2018-10-15
4
-69
/
+64
*
gallium/ttn: Fix the type of gl_FragDepth.
Eric Anholt
2018-10-15
1
-0
/
+1
*
freedreno/a6xx: Enable blitter
Kristian H. Kristensen
2018-10-15
5
-0
/
+623
*
freedreno/a6xx: Update headers
Kristian H. Kristensen
2018-10-15
1
-16
/
+30
*
freedreno/a6xx: Remove unnecessary GRAS_2D_BLIT_INFO write
Kristian H. Kristensen
2018-10-15
1
-2
/
+0
*
anv: Don't advertise ASTC support on BSW
Jason Ekstrand
2018-10-15
1
-0
/
+8
*
radv: do not force the flat qualifier for clip/cull distances
Samuel Pitoiset
2018-10-15
1
-2
/
+2
*
radv: bump discreteQueuePriorities to 2
Samuel Pitoiset
2018-10-15
1
-1
/
+1
*
anv: Split dispatch tables into device and instance
Jason Ekstrand
2018-10-15
3
-91
/
+230
*
i965: Drop assert about number of uniforms in ARB handling.
Kenneth Graunke
2018-10-15
1
-3
/
+2
*
radv: Implement VK_EXT_pci_bus_info.
Bas Nieuwenhuizen
2018-10-15
3
-0
/
+13
[next]