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
*
mesa: Replace _ae_{,un}map_vbos with _mesa_vao_{,un}map_arrays
Mathias Fröhlich
2019-03-15
2
-13
/
+11
*
mesa: Use _mesa_array_element in dlist save.
Mathias Fröhlich
2019-03-15
1
-4
/
+19
*
mesa: Factor out _mesa_array_element.
Mathias Fröhlich
2019-03-15
2
-19
/
+32
*
mesa: Implement helper functions to map and unmap a VAO.
Mathias Fröhlich
2019-03-15
2
-0
/
+102
*
st/mesa: Let NIR lower UBO and SSBO access when we have it
Jason Ekstrand
2019-03-15
2
-1
/
+11
*
i965: Stop setting LowerBuferInterfaceBlocks
Jason Ekstrand
2019-03-15
2
-1
/
+4
*
glsl/nir: Add a pass to lower UBO and SSBO access
Jason Ekstrand
2019-03-15
4
-0
/
+305
*
glsl/nir: Handle unlowered SSBO atomic and array_length intrinsics
Jason Ekstrand
2019-03-15
1
-0
/
+112
*
glsl/nir: Set explicit types on UBO/SSBO variables
Jason Ekstrand
2019-03-15
1
-15
/
+67
*
glsl: Don't lower vector derefs for SSBOs, UBOs, and shared
Jason Ekstrand
2019-03-15
1
-0
/
+21
*
nir/lower_io: Add a new buffer_array_length intrinsic and lowering
Jason Ekstrand
2019-03-15
2
-0
/
+45
*
nir: Rename nir_address_format_vk_index_offset to not be vk
Jason Ekstrand
2019-03-15
4
-10
/
+10
*
nir/deref: Consider COHERENT decorated var derefs as aliasing
Jason Ekstrand
2019-03-15
1
-4
/
+47
*
compiler/types: Add helpers to get explicit types for standard layouts
Jason Ekstrand
2019-03-15
2
-16
/
+191
*
compiler/types: Add a C wrapper to get full struct field data
Jason Ekstrand
2019-03-15
2
-0
/
+11
*
compiler/types: Add a new is_interface C wrapper
Jason Ekstrand
2019-03-15
2
-0
/
+7
*
nir/validate: Allow 32-bit boolean load/store intrinsics
Jason Ekstrand
2019-03-15
1
-0
/
+6
*
nir/validate: Only require bare types to match for copy_deref
Jason Ekstrand
2019-03-15
3
-3
/
+6
*
nir/algebraic: Add a couple optimizations for iabs and ishr
Jason Ekstrand
2019-03-15
1
-0
/
+6
*
mesa/st: Fix leaks of TGSI tokens in VP variants.
Eric Anholt
2019-03-14
1
-14
/
+20
*
mesa/st: Make sure that prog_to_nir NIR gets freed.
Eric Anholt
2019-03-14
1
-0
/
+6
*
panfrost/midgard: Implement fpow
Alyssa Rosenzweig
2019-03-14
4
-1
/
+4
*
panfrost: Compute viewport state on the fly
Alyssa Rosenzweig
2019-03-14
2
-71
/
+38
*
panfrost; Disable AFBC for depth buffers
Alyssa Rosenzweig
2019-03-14
2
-4
/
+7
*
panfrost: Allocate extra data for depth buffer
Alyssa Rosenzweig
2019-03-14
1
-0
/
+5
*
panfrost: Comment spelling fix
Alyssa Rosenzweig
2019-03-14
1
-1
/
+1
*
panfrost/mfbd: Respect per-job depth write flag
Alyssa Rosenzweig
2019-03-14
4
-20
/
+42
*
panfrost/mfbd: Implement linear depth buffers
Alyssa Rosenzweig
2019-03-14
1
-10
/
+9
*
panfrost: Minor comment cleanup (version detection)
Alyssa Rosenzweig
2019-03-14
1
-2
/
+3
*
panfrost: Remove staging MFBD
Alyssa Rosenzweig
2019-03-14
2
-109
/
+98
*
panfrost: Remove staging SFBD for pan_context
Alyssa Rosenzweig
2019-03-14
4
-39
/
+30
*
panfrost: Break out fragment to SFBD/MFBD files
Alyssa Rosenzweig
2019-03-14
7
-378
/
+520
*
freedreno: Use shared drm_find_modifier util
Alyssa Rosenzweig
2019-03-14
1
-16
/
+4
*
vc4: Use shared drm_find_modifier util
Alyssa Rosenzweig
2019-03-14
1
-15
/
+3
*
v3d: Use shared drm_find_modifier util
Alyssa Rosenzweig
2019-03-14
1
-15
/
+3
*
util: Add a drm_find_modifier helper
Alyssa Rosenzweig
2019-03-14
1
-0
/
+55
*
mesa: add logging function for formatted string
Mark Janes
2019-03-14
2
-0
/
+35
*
mesa: rename logging functions to reflect that they format strings
Mark Janes
2019-03-14
12
-92
/
+92
*
mesa: properly report the length of truncated log messages
Mark Janes
2019-03-14
1
-0
/
+3
*
anv: Only set 3DSTATE_PS::VectorMaskEnable on gen8+
Jason Ekstrand
2019-03-14
1
-1
/
+1
*
radv: always initialize HTILE when the src layout is UNDEFINED
Samuel Pitoiset
2019-03-14
1
-2
/
+1
*
i965: Disable ARB_fragment_shader_interlock for platforms prior to GEN9
Plamena Manolova
2019-03-14
2
-1
/
+25
*
iris: Don't mutate box in transfer map code
Kenneth Graunke
2019-03-13
1
-37
/
+28
*
i965: remove scaling factors from P010, P012
Tapani Pälli
2019-03-14
1
-2
/
+2
*
anv/pass: Flag the need for a RT flush for resolve attachments
Jason Ekstrand
2019-03-13
1
-1
/
+17
*
anv: Stop using VK_TRUE/FALSE
Jason Ekstrand
2019-03-13
1
-21
/
+21
*
virgl: use uint16_t mask instead of separate booleans
Gurchetan Singh
2019-03-13
8
-111
/
+106
*
iris: Enable auxiliary buffer support again
Rafael Antognolli
2019-03-13
1
-3
/
+0
*
iris: Convert RGBX to RGBA always.
Rafael Antognolli
2019-03-13
1
-14
/
+27
*
iris: Add resolve on iris_flush_resource.
Rafael Antognolli
2019-03-13
1
-19
/
+19
[next]