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
*
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
*
ir3/lower_io_offsets: Try propagate SSBO's SHR into a previous shift instruction
Eduardo Lima Mitev
2019-03-13
1
-4
/
+94
*
ir3/compiler: Enable lower_io_offsets pass and handle new SSBO intrinsics
Eduardo Lima Mitev
2019-03-13
4
-60
/
+59
*
ir3/nir: Add a new pass 'ir3_nir_lower_io_offsets'
Eduardo Lima Mitev
2019-03-13
4
-0
/
+217
*
nir: Add ir3-specific version of most SSBO intrinsics
Eduardo Lima Mitev
2019-03-13
1
-0
/
+27
*
egl/dri: Avoid out of bounds array access
Kevin Strasser
2019-03-13
1
-2
/
+4
*
iris: Use streaming loads to read from tiled surfaces
Chris Wilson
2019-03-13
2
-2
/
+5
*
iris: Use coherent allocation for PIPE_RESOURCE_STAGING
Chris Wilson
2019-03-13
3
-1
/
+24
*
iris: Use PIPE_BUFFER_STAGING for the query objects
Chris Wilson
2019-03-13
1
-1
/
+1
*
intel/nir: Combine store_derefs to improve code from SPIR-V
Caio Marcelo de Oliveira Filho
2019-03-13
1
-0
/
+1
[next]