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
/
gallium
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
panfrost: Adjust shader CAPs to expose dEQP compute
Alyssa Rosenzweig
2019-08-01
1
-2
/
+1
*
panfrost: Expose NIR as our PIPE_SHADER_CAP_SUPPORTED_IRS
Alyssa Rosenzweig
2019-08-01
1
-1
/
+1
*
panfrost: Copy freedreno's panfrost_get_compute_param
Alyssa Rosenzweig
2019-08-01
1
-0
/
+70
*
panfrost: Expose COMPUTE-related caps for GLES3.1
Alyssa Rosenzweig
2019-08-01
1
-4
/
+8
*
panfrost: Stub out launch_grid
Alyssa Rosenzweig
2019-08-01
1
-0
/
+13
*
panfrost: Stub out compute CSO
Alyssa Rosenzweig
2019-08-01
4
-0
/
+68
*
panfrost: Implement gl_FrontFacing
Alyssa Rosenzweig
2019-08-01
4
-0
/
+27
*
iris: add support for gl_ClipVertex in tess eval shaders
Timothy Arceri
2019-08-01
3
-2
/
+28
*
iris: add support for gl_ClipVertex in geometry shaders
Timothy Arceri
2019-08-01
3
-21
/
+48
*
nir: Stop whacking gl_FrontFacing to a system value
Jason Ekstrand
2019-08-01
3
-0
/
+4
*
panfrost: Implement panfrost_set_shader_buffers callback
Alyssa Rosenzweig
2019-08-01
2
-0
/
+18
*
gallium/util: Add util_set_shader_buffers_mask helper
Alyssa Rosenzweig
2019-08-01
2
-0
/
+42
*
kmsro: move entry points from etnaviv to kmsro
Jonathan Marek
2019-08-01
1
-3
/
+3
*
virgl: Enable depth_clamp by lowering if the host is new enough.
Gert Wollny
2019-08-01
2
-1
/
+8
*
gallium: Make PIPE_CAP_DEPTH_CLIP_DISABLE a tri-state value and use it
Gert Wollny
2019-08-01
1
-1
/
+3
*
Revert "softpipe: Don't draw when rasterizer_discard is set"
Gert Wollny
2019-08-01
1
-3
/
+0
*
iris: Skip emitting 3DSTATE_INDEX_BUFFER if possible
Kenneth Graunke
2019-07-31
3
-11
/
+27
*
st/dri: simplify dri_get_egl_image by reusing dri2_format_table
Mike Blumenkrantz
2019-07-31
3
-42
/
+24
*
lima: enable lower_bitops in ppir
Erico Nunes
2019-07-31
1
-0
/
+1
*
nir/algebraic: rename lower_bitshift to lower_bitops
Erico Nunes
2019-07-31
2
-2
/
+2
*
lima/ppir: lower fdot in nir_opt_algebraic
Erico Nunes
2019-07-31
5
-80
/
+5
*
lima/ppir: refactor texture code to simplify scheduler
Erico Nunes
2019-07-31
5
-60
/
+7
*
lima/ppir: lower texture projection
Erico Nunes
2019-07-31
1
-0
/
+5
*
Revert "st/dri: simplify dri_get_egl_image by reusing dri2_format_table"
Kenneth Graunke
2019-07-31
3
-25
/
+42
*
panfrost: Add MALI_SAMP_NORM_COORDS flag
Alyssa Rosenzweig
2019-07-31
1
-3
/
+2
*
panfrost: Simplify filter_mode definition
Alyssa Rosenzweig
2019-07-31
1
-24
/
+10
*
st/dri: simplify dri_get_egl_image by reusing dri2_format_table
Mike Blumenkrantz
2019-07-31
3
-42
/
+25
*
gallium: add handling for YUV planar surfaces
Mike Blumenkrantz
2019-07-31
2
-77
/
+193
*
gallium: add AYUV and XYUV formats
Mike Blumenkrantz
2019-07-31
5
-0
/
+102
*
virgl: make use of local variable
Eric Engestrom
2019-07-31
1
-1
/
+1
*
tree-wide: replace MAYBE_UNUSED with ASSERTED
Eric Engestrom
2019-07-31
31
-54
/
+54
*
r600: replace MAYBE_UNUSED with specific #ifdef
Eric Engestrom
2019-07-31
1
-2
/
+2
*
gallium/aux: replace MAYBE_UNUSED with UNUSED
Eric Engestrom
2019-07-31
2
-3
/
+3
*
v3d: replace MAYBE_UNUSED with UNUSED
Eric Engestrom
2019-07-31
2
-5
/
+5
*
v3d: drop incorrect MAYBE_UNUSED
Eric Engestrom
2019-07-31
1
-2
/
+2
*
r600: move variable to proper scope
Eric Engestrom
2019-07-31
1
-2
/
+1
*
iris: Skip repeated depth buffer disables.
Kenneth Graunke
2019-07-30
1
-2
/
+4
*
radeonsi: release NIR in the right place to fix crashes
Marek Olšák
2019-07-30
1
-1
/
+1
*
radeonsi: fix packing of key.mono.u.ps
Marek Olšák
2019-07-30
1
-3
/
+3
*
radeonsi: don't use lp_build_if for the prim discard compute shader
Marek Olšák
2019-07-30
1
-23
/
+18
*
radeonsi: don't use lp_build_if for the wrapping if block in the VS prolog
Marek Olšák
2019-07-30
1
-7
/
+8
*
radeonsi: don't use lp_build_if for the wrapping if block in merged shaders
Marek Olšák
2019-07-30
3
-7
/
+11
*
radeonsi: don't use lp_build_if (in most common places)
Marek Olšák
2019-07-30
2
-29
/
+22
*
radeonsi: don't use lp_build_alloca
Marek Olšák
2019-07-30
3
-4
/
+3
*
radeonsi/nir: implement FBFETCH for KHR_blend_equation_advanced
Marek Olšák
2019-07-30
3
-7
/
+21
*
radeonsi/nir: set input_interpolate_loc for color inputs
Marek Olšák
2019-07-30
1
-0
/
+10
*
radeonsi/nir: set tgsi_shader_info::num_memory_instructions
Marek Olšák
2019-07-30
1
-0
/
+5
*
radeonsi/nir: accurately set input_usage_mask for doubles (v2)
Marek Olšák
2019-07-30
1
-4
/
+14
*
radeonsi/nir: accurately set output_usagemask (v2)
Marek Olšák
2019-07-30
1
-4
/
+49
*
radeonsi/nir: accurately set reads_*_outputs for TCS
Marek Olšák
2019-07-30
1
-14
/
+10
[prev]
[next]