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
*
winsys/amdgpu: make IBs writable and expose their address
Marek Olšák
2019-04-23
2
-1
/
+4
*
ac: add REWIND and GDS registers to register headers
Marek Olšák
2019-04-23
1
-0
/
+16
*
ac: add ac_get_i1_sgpr_mask
Marek Olšák
2019-04-23
2
-0
/
+18
*
ac: add radeon_info::is_pro_graphics
Marek Olšák
2019-04-23
2
-0
/
+5
*
ac: add radeon_info::marketing_name, replacing the winsys callback
Marek Olšák
2019-04-23
6
-33
/
+7
*
tgsi/scan: add uses_drawid
Marek Olšák
2019-04-23
3
-0
/
+7
*
iris: Track valid data range and infer unsynchronized mappings.
Kenneth Graunke
2019-04-23
5
-0
/
+78
*
iris: Make a resource_is_busy() helper
Kenneth Graunke
2019-04-23
1
-4
/
+13
*
iris: Replace buffer backing storage and rebind to update addresses.
Kenneth Graunke
2019-04-23
4
-5
/
+171
*
iris: Make memzone_for_address non-static
Kenneth Graunke
2019-04-23
2
-5
/
+7
*
iris: Make a gl_shader_stage -> pipe_shader_stage helper function
Kenneth Graunke
2019-04-23
1
-0
/
+14
*
iris: Rework image views to store pipe_image_view.
Kenneth Graunke
2019-04-23
4
-35
/
+52
*
iris: Rework UBOs and SSBOs to use pipe_shader_buffer
Kenneth Graunke
2019-04-23
2
-104
/
+71
*
iris: Track bound constant buffers
Kenneth Graunke
2019-04-23
2
-0
/
+6
*
iris: Mark constants dirty on transfer unmap even if no flushes occur
Kenneth Graunke
2019-04-23
1
-2
/
+8
*
intel: workaround VS fixed function issue on Gen9 GT1 parts
Lionel Landwerlin
2019-04-23
1
-0
/
+12
*
intel/compiler: Improve fix_3src_operand()
Matt Turner
2019-04-22
1
-5
/
+18
*
intel/compiler: Add unit tests for sat prop for different exec sizes
Matt Turner
2019-04-22
1
-0
/
+68
*
intel/compiler: Use SIMD16 instructions in fs saturate prop unit test
Matt Turner
2019-04-22
1
-59
/
+59
*
intel/fs: Remove fs_generator::generate_linterp from gen11+.
Rafael Antognolli
2019-04-22
1
-44
/
+6
*
intel/fs: Add a lowering pass for linear interpolation.
Rafael Antognolli
2019-04-22
2
-0
/
+47
*
intel/fs: Move the scalar-region conversion to the generator.
Rafael Antognolli
2019-04-22
4
-5
/
+5
*
intel/fs: Only propagate saturation if exec_size is the same.
Rafael Antognolli
2019-04-22
1
-1
/
+2
*
i965: Tidy bogus indentation left by previous commit
Kenneth Graunke
2019-04-22
1
-26
/
+24
*
i965: Ignore uniform storage for samplers or images, use binding info
Kenneth Graunke
2019-04-22
3
-18
/
+28
*
Revert "glsl: Set location on structure-split sampler uniform variables"
Kenneth Graunke
2019-04-22
1
-1
/
+8
*
radeonsi: use CP DMA for the null const buffer clear on CIK
Marek Olšák
2019-04-22
5
-10
/
+16
*
drirc: Add workaround for Epic Games Launcher
Danylo Piliaiev
2019-04-22
1
-0
/
+4
*
iris: Track bound and writable SSBOs
Kenneth Graunke
2019-04-22
2
-1
/
+16
*
virgl: clear vertex_array_dirty
Chia-I Wu
2019-04-22
1
-0
/
+2
*
gallivm: disable NEON instructions if they are not supported
Lubomir Rintel
2019-04-22
1
-0
/
+7
*
gallivm: guess CPU features also on ARM
Lubomir Rintel
2019-04-22
1
-7
/
+6
*
iris: Enable the dual_color_blend_by_location driconf option.
Kenneth Graunke
2019-04-22
4
-0
/
+24
*
iris: Add mechanism for iris-specific driconf options
Kenneth Graunke
2019-04-22
11
-8
/
+75
*
nir: Use the NIR_SRC_AS_ macro to define nir_src_as_deref
Jason Ekstrand
2019-04-22
1
-14
/
+4
*
radv: add VK_NV_compute_shader_derivates support
Samuel Pitoiset
2019-04-22
3
-0
/
+9
*
intel/fs: Add support for float16 to the fsign optimizations
Ian Romanick
2019-04-20
1
-6
/
+24
*
lima: add Android build
Icenowy Zheng
2019-04-21
3
-0
/
+121
*
st/nine: skip position checks in SetCursorPosition()
Andre Heider
2019-04-20
1
-3
/
+5
*
anv: Rework the descriptor set layout create loop
Jason Ekstrand
2019-04-19
1
-14
/
+13
*
anv: Ignore descriptor binding flags if bindingCount == 0
Jason Ekstrand
2019-04-19
1
-3
/
+2
*
panfrost/mdg: Use shared fsign lowering
Alyssa Rosenzweig
2019-04-19
4
-11
/
+4
*
panfrost: Fixup vertex offsets to prevent shadow copy
Alyssa Rosenzweig
2019-04-19
2
-43
/
+67
*
panfrost: Track BO lifetime with jobs and reference counts
Alyssa Rosenzweig
2019-04-19
9
-37
/
+207
*
anv/nir: Add a central helper for figuring out SSBO address formats
Jason Ekstrand
2019-04-19
3
-57
/
+98
*
nir: Add helpers for getting the type of an address format
Jason Ekstrand
2019-04-19
1
-0
/
+33
*
anv: Implement VK_EXT_descriptor_indexing
Jason Ekstrand
2019-04-19
5
-2
/
+93
*
anv: Put binding flags in descriptor set layouts
Jason Ekstrand
2019-04-19
2
-0
/
+19
*
anv: Use bindless handles for images
Jason Ekstrand
2019-04-19
5
-4
/
+63
*
intel/fs: Add support for bindless image load/store/atomic
Jason Ekstrand
2019-04-19
3
-8
/
+72
[next]