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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
freedreno: Only upload the used part of UBO0 to the constant buffer.
Eric Anholt
2019-06-24
2
-5
/
+13
*
freedreno: Stop treating UBO 0 specially in UBO uploading.
Eric Anholt
2019-06-24
3
-40
/
+1
*
freedreno: Clamp UBO uploads to the constlen decided by the shader.
Rob Clark
2019-06-24
1
-0
/
+11
*
panfrost: Allow up to 16 UBOs
Alyssa Rosenzweig
2019-06-24
1
-1
/
+1
*
panfrost: DRY between shader stage setup
Alyssa Rosenzweig
2019-06-24
1
-19
/
+36
*
panfrost/midgard: Implement UBO reads
Alyssa Rosenzweig
2019-06-24
1
-14
/
+51
*
panfrost: Handle disabled/empty UBOs
Alyssa Rosenzweig
2019-06-24
1
-1
/
+13
*
panfrost: Identify "uniform buffer count" bits
Alyssa Rosenzweig
2019-06-24
3
-22
/
+21
*
panfrost: Upload UBOs
Alyssa Rosenzweig
2019-06-24
1
-0
/
+31
*
panfrost: Allow for dynamic UBO count
Alyssa Rosenzweig
2019-06-24
1
-11
/
+16
*
panfrost: Report UBO count
Alyssa Rosenzweig
2019-06-24
1
-2
/
+15
*
panfrost: Constant buffer refactor
Alyssa Rosenzweig
2019-06-24
2
-38
/
+34
*
panfrost: Replace varyings for point sprites
Alyssa Rosenzweig
2019-06-24
1
-1
/
+27
*
panfrost: Track point sprites in fragment shader key
Alyssa Rosenzweig
2019-06-24
2
-3
/
+39
*
i965: Move resources lowering after NIR linking
Caio Marcelo de Oliveira Filho
2019-06-24
3
-10
/
+33
*
glsl/nir: Fix copying 64-bit values in uniform storage
Caio Marcelo de Oliveira Filho
2019-06-24
1
-1
/
+1
*
glsl/nir: Fix copying vector constant values
Caio Marcelo de Oliveira Filho
2019-06-24
1
-1
/
+1
*
amd/common: lower bitfield_extract to ubfe/ibfe.
Daniel Schürmann
2019-06-24
4
-35
/
+22
*
amd/common: lower bitfield_insert to bfm & bitfield_select
Daniel Schürmann
2019-06-24
3
-26
/
+27
*
nir: introduce lowering of bitfield_insert to bfm and a new opcode bitfield_s...
Daniel Schürmann
2019-06-24
3
-0
/
+11
*
nir/algebraic: Use unsigned comparison when lowering bitfield insert/extract
Daniel Schürmann
2019-06-24
1
-2
/
+2
*
nir/algebraic: Remove unnecessary iand of [iu]bfe and bfm sources
Daniel Schürmann
2019-06-24
1
-0
/
+8
*
nir: define behavior of nir_op_bfm and nir_op_u/ibfe according to SM5 spec.
Daniel Schürmann
2019-06-24
6
-35
/
+18
*
nir/algebraic: add optimization pattern for ('ult', a, ('and', b, a)) and fri...
Daniel Schürmann
2019-06-24
1
-0
/
+4
*
lima/ppir: Add fsat op
Andreas Baierl
2019-06-24
4
-0
/
+20
*
lima/ppir: Add fneg op
Andreas Baierl
2019-06-24
4
-0
/
+19
*
lima/ppir: Add fabs op
Andreas Baierl
2019-06-24
4
-0
/
+20
*
util: support "y" and "n" in env_var_as_boolean()
Eric Engestrom
2019-06-24
1
-0
/
+2
*
lima/ppir: lower ffma in ppir
Andreas Baierl
2019-06-24
1
-0
/
+1
*
radv: add support for VK_AMD_buffer_marker
Samuel Pitoiset
2019-06-24
2
-0
/
+36
*
meson: error out if platforms contains empty string
Tapani Pälli
2019-06-24
1
-0
/
+4
*
anv: Add HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINED in vk_format
Nataraj Deshpande
2019-06-24
3
-3
/
+13
*
iris: move sysvals to their own constant buffer
Timur Kristóf
2019-06-23
5
-78
/
+73
*
iris: Mark cbuf0 as not needing uploading every single time
Kenneth Graunke
2019-06-23
2
-3
/
+14
*
Revert "egl: drop empty eglfallbacks.c" and "egl: move fallback calls to egla...
Eric Engestrom
2019-06-22
6
-38
/
+75
*
egl: drop empty eglfallbacks.c
Eric Engestrom
2019-06-22
5
-53
/
+0
*
egl: move fallback calls to eglapi.c
Eric Engestrom
2019-06-22
2
-22
/
+38
*
egl: drop `_eglReturnFalse()` fallbacks
Eric Engestrom
2019-06-22
1
-24
/
+0
*
egl: remove unnecessary eglGetProcAddress() fallback
Eric Engestrom
2019-06-22
2
-2
/
+1
*
egl: remove NULL assignments after calloc()
Eric Engestrom
2019-06-22
1
-21
/
+0
*
egl: move bad_param check further up
Eric Engestrom
2019-06-22
2
-6
/
+8
*
iris: Drop bo != NULL check from blorp 48b invalidate function.
Kenneth Graunke
2019-06-21
1
-1
/
+1
*
Revert "iris: Don't check VF address high bits when there is no buffer."
Kenneth Graunke
2019-06-21
1
-1
/
+1
*
freedreno: Only upload UBO pointers for UBOs that haven't been lowered.
Eric Anholt
2019-06-21
1
-1
/
+7
*
freedreno: Remove silly return from ir3_optimize_nir().
Eric Anholt
2019-06-21
5
-13
/
+11
*
freedreno: Fix up end range of unaligned UBO loads.
Eric Anholt
2019-06-21
1
-2
/
+3
*
freedreno: Fix UBO load range detection on booleans.
Eric Anholt
2019-06-21
1
-2
/
+1
*
freedreno: Stop reporting max_const in shader-db.
Eric Anholt
2019-06-21
2
-5
/
+2
*
freedreno: Include binning shaders in shader-db.
Eric Anholt
2019-06-21
2
-4
/
+11
*
include: update GL headers from the registry
Marek Olšák
2019-06-21
10
-146
/
+692
[prev]
[next]