index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
aco: fix clamp optimization
Rhys Perry
2020-01-14
1
-7
/
+2
*
aco: improve creation of v_madmk_f32/v_madak_f32
Rhys Perry
2020-01-14
1
-53
/
+45
*
aco: take advantage of GFX10's constant bus limit and VOP3 literals
Rhys Perry
2020-01-14
1
-15
/
+49
*
aco: allow an extra SGPR with multiple uses to be applied to VOP3
Rhys Perry
2020-01-14
1
-1
/
+1
*
aco: allow applying two sgprs to an instruction
Rhys Perry
2020-01-14
1
-2
/
+0
*
aco: follow through temporary when merging tests into constant comparisons
Rhys Perry
2020-01-14
1
-1
/
+2
*
aco: be more careful with literals in combine_salu_{n2,lshl_add}
Rhys Perry
2020-01-14
1
-0
/
+8
*
aco: add check_vop3_operands()
Rhys Perry
2020-01-14
1
-24
/
+34
*
aco: rewrite apply_sgprs()
Rhys Perry
2020-01-14
1
-36
/
+51
*
aco: rewrite literal combining
Rhys Perry
2020-01-14
1
-75
/
+89
*
aco: improve can_use_VOP3()
Rhys Perry
2020-01-14
1
-0
/
+7
*
aco: combine two sgprs into a VALU if they're the same
Rhys Perry
2020-01-14
1
-5
/
+11
*
aco: apply literals to split mads
Rhys Perry
2020-01-14
1
-1
/
+4
*
aco: update IR validator
Rhys Perry
2020-01-14
1
-30
/
+41
*
nir/lower_gs_intrinsics: add option for per-stream counts
Rhys Perry
2020-01-14
3
-16
/
+30
*
nir/divergence: handle load_primitive_id in GS
Rhys Perry
2020-01-14
1
-0
/
+2
*
mesa/st: use float literals
Erik Faye-Lund
2020-01-14
1
-4
/
+4
*
gallium: fix a warning
Erik Faye-Lund
2020-01-14
1
-1
/
+1
*
st/wgl: eliminate implicit cast warning
Erik Faye-Lund
2020-01-14
1
-2
/
+4
*
util: initialize float-array with float-literals
Erik Faye-Lund
2020-01-14
1
-1
/
+1
*
anv: Implement Gen12 workaround for non pipelined state
Lionel Landwerlin
2020-01-14
1
-0
/
+27
*
iris: Implement Gen12 workaround for non pipelined state
Lionel Landwerlin
2020-01-14
1
-0
/
+39
*
lima: add new findings to texture descriptor
Vasily Khoruzhick
2020-01-13
4
-12
/
+47
*
intel: Use similar brand strings to the Windows drivers
Kenneth Graunke
2020-01-13
5
-269
/
+289
*
iris: Simplify iris_get_renderer_string()
Kenneth Graunke
2020-01-13
1
-11
/
+4
*
i965: Simplify brw_get_renderer_string()
Kenneth Graunke
2020-01-13
1
-20
/
+10
*
Revert "nir: assert that nir_lower_tex runs after lowering derefs"
Kenneth Graunke
2020-01-13
1
-6
/
+0
*
zink: fixup initialization of operand_mask / num_extra_operands
Erik Faye-Lund
2020-01-14
1
-2
/
+2
*
mesa: Fix detection of invalidating both depth and stencil.
Eric Anholt
2020-01-13
1
-2
/
+3
*
mesa/st: lower samplers before nir_lower_tex
Rob Clark
2020-01-13
1
-0
/
+4
*
nir: assert that nir_lower_tex runs after lowering derefs
Rob Clark
2020-01-13
1
-0
/
+6
*
i965: support EXT_EGL_image_storage
Gurchetan Singh
2020-01-13
2
-0
/
+30
*
i965: refactor intel_image_target_texture_2d
Gurchetan Singh
2020-01-13
1
-4
/
+15
*
i965: track if image is created by a dmabuf
Gurchetan Singh
2020-01-13
2
-0
/
+2
*
dri_util: add driImageFormatToSizedInternalGLFormat function
Gurchetan Singh
2020-01-13
2
-45
/
+82
*
glapi / teximage: implement EGLImageTargetTexStorageEXT
Gurchetan Singh
2020-01-13
9
-7
/
+142
*
teximage: split out helper from EGLImageTargetTexture2DOES
Gurchetan Singh
2020-01-13
1
-18
/
+29
*
anv: Memset array properties
Jason Ekstrand
2020-01-13
1
-0
/
+5
*
anv: Don't over-advertise descriptor indexing features
Jason Ekstrand
2020-01-13
1
-15
/
+17
*
intel/blorp: Fill out all the dwords of MI_ATOMIC
Jason Ekstrand
2020-01-13
1
-0
/
+4
*
gitlab-ci: Upgrade kernel for LAVA jobs to v5.5-rc5
Tomeu Vizoso
2020-01-13
2
-2
/
+2
*
aco: fix unconditional demote_to_helper
Daniel Schürmann
2020-01-13
2
-13
/
+16
*
radeonsi: don't enable VBOs in user SGPRs if compute-based culling can be used
Marek Olšák
2020-01-13
3
-30
/
+46
*
radeonsi: put up to 5 VBO descriptors into user SGPRs
Marek Olšák
2020-01-13
10
-62
/
+148
*
ac,radeonsi: increase the maximum number of shader args and return values
Marek Olšák
2020-01-13
2
-7
/
+8
*
radeonsi: simplify si_set_vertex_buffers
Marek Olšák
2020-01-13
1
-7
/
+8
*
radeonsi: don't allow draw calls with uninitialized VS inputs
Marek Olšák
2020-01-13
3
-1
/
+8
*
radeonsi: add si_context::num_vertex_elements
Marek Olšák
2020-01-13
3
-11
/
+7
*
radeonsi: rename desc_list_byte_size -> vb_desc_list_alloc_size
Marek Olšák
2020-01-13
5
-11
/
+9
*
anv: set stencil layout for input attachments
Lionel Landwerlin
2020-01-13
1
-6
/
+14
[next]