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
*
mesa: add EXT_dsa + EXT_texture_buffer_object functions
Pierre-Eric Pelloux-Prayer
2019-10-18
5
-2
/
+85
*
mesa: add EXT_dsa glProgramUniform*EXT functions
Pierre-Eric Pelloux-Prayer
2019-10-18
2
-25
/
+7
*
mesa: add EXT_dsa NamedProgram functions
Pierre-Eric Pelloux-Prayer
2019-10-18
6
-72
/
+485
*
mesa: add EXT_dsa glClientAttribDefaultEXT / glPushClientAttribDefaultEXT
Pierre-Eric Pelloux-Prayer
2019-10-18
5
-2
/
+93
*
mesa: add EXT_dsa glNamedRenderbufferStorageEXT and glGetNamedRenderbufferPar...
Pierre-Eric Pelloux-Prayer
2019-10-18
5
-2
/
+58
*
panfrost: Respect offset for imported resources
Daniel Stone
2019-10-18
1
-0
/
+3
*
iris/resource: Use isl surface alignment during bo allocation
Jordan Justen
2019-10-17
1
-1
/
+3
*
intel/isl: Add isl_aux_usage_has_ccs
Jason Ekstrand
2019-10-17
1
-0
/
+7
*
intel/isl: Add R10G10B10_FLOAT_A2_UNORM format
Jordan Justen
2019-10-17
4
-0
/
+4
*
intel/compiler: Report the number of non-spill/fill SEND messages
Kenneth Graunke
2019-10-17
1
-5
/
+30
*
st/mesa: don't call variables "tgsi" when they can reference NIR
Marek Olšák
2019-10-17
2
-65
/
+65
*
st/mesa: merge st_fragment_program into st_common_program
Marek Olšák
2019-10-17
12
-135
/
+61
*
st/mesa: remove redundant function st_reference_compprog
Marek Olšák
2019-10-17
2
-11
/
+1
*
st/mesa: remove unused st_xxx_program::sha1
Marek Olšák
2019-10-17
1
-6
/
+0
*
st/mesa: remove st_vp_variant_key in favor of st_common_variant_key
Marek Olšák
2019-10-17
3
-25
/
+8
*
st/mesa: remove num_tgsi_tokens from st_xx_program
Marek Olšák
2019-10-17
3
-30
/
+16
*
st/mesa: rename basic -> common for st_common_program
Marek Olšák
2019-10-17
5
-30
/
+30
*
st/mesa: rename st_xxx_program::tgsi to state
Marek Olšák
2019-10-17
6
-97
/
+97
*
st/mesa: lower doubles for NIR after linking
Marek Olšák
2019-10-17
1
-20
/
+17
*
st/mesa: call st_nir_opts for linked shaders only once
Marek Olšák
2019-10-17
1
-1
/
+12
*
intel/vec4: Don't try both sources as immediates for DPH
Ian Romanick
2019-10-17
1
-1
/
+1
*
nir/search: Fix possible NULL dereference in is_fsign
Ian Romanick
2019-10-17
1
-1
/
+1
*
iris: Let isl decide the supported tiling in more situations
Jordan Justen
2019-10-17
1
-15
/
+0
*
intel/isl: Add gen12 depth/stencil surface alignments
Jordan Justen
2019-10-17
5
-2
/
+123
*
intel/isl: Select Y-tiling for stencil on gen12
Jason Ekstrand
2019-10-17
1
-4
/
+7
*
intel/genxml: Remove W-tiling on gen12
Jason Ekstrand
2019-10-17
2
-1
/
+3
*
intel/genxml,isl: Add gen12 stencil buffer changes
Jordan Justen
2019-10-17
2
-6
/
+52
*
intel/genxml,isl: Add gen12 depth buffer changes
Jordan Justen
2019-10-17
2
-10
/
+14
*
intel/genxml,isl: Add gen12 render surface state changes
Jordan Justen
2019-10-17
2
-12
/
+19
*
mesa: Refactor the entirety of _mesa_format_matches_format_and_type().
Eric Anholt
2019-10-17
6
-642
/
+111
*
mesa: Add support for array formats of depth and stencil.
Eric Anholt
2019-10-17
6
-8
/
+83
*
mesa: Add format/type matching for DEPTH/UINT_24_8.
Eric Anholt
2019-10-17
1
-0
/
+2
*
mesa: Fix depth/stencil ordering in _mesa_format_from_format_and_type().
Eric Anholt
2019-10-17
1
-1
/
+1
*
mesa: Add debug info to _mesa_format_from_format_and_type() error path.
Eric Anholt
2019-10-17
1
-0
/
+4
*
freedreno/a6xx: Turn on geometry shaders
Kristian H. Kristensen
2019-10-17
2
-3
/
+15
*
freedreno/ci: Add failing tests to skip list
Kristian H. Kristensen
2019-10-17
1
-0
/
+4
*
freedreno/a6xx: Implement PIPE_QUERY_PRIMITIVES_GENERATED for GS
Kristian H. Kristensen
2019-10-17
3
-0
/
+68
*
freedreno/blitter: Save GS state
Kristian H. Kristensen
2019-10-17
1
-0
/
+1
*
st/mesa: Also enable GS when ESSLVersion > 320
Kristian H. Kristensen
2019-10-17
1
-1
/
+1
*
freedreno/a6xx: Support layered render targets
Kristian H. Kristensen
2019-10-17
4
-4
/
+32
*
freedreno/a6xx: Emit program state for GS
Kristian H. Kristensen
2019-10-17
3
-26
/
+148
*
freedreno/ir3: End VS with CHMASK and CHSH in GS pipelines
Kristian H. Kristensen
2019-10-17
1
-1
/
+18
*
freedreno/ir3: Start GS with (ss) and (sy)
Kristian H. Kristensen
2019-10-17
1
-0
/
+13
*
freedreno/ir3: Pre-color GS header and primitive ID
Kristian H. Kristensen
2019-10-17
1
-0
/
+9
*
freedreno/ir3: Setup ir3 inputs and outputs for GS
Kristian H. Kristensen
2019-10-17
1
-3
/
+64
*
freedreno/ir3: Implement primitive layout intrinsics
Kristian H. Kristensen
2019-10-17
8
-4
/
+113
*
freedreno/ir3: Implement lowering passes for VS and GS
Kristian H. Kristensen
2019-10-17
13
-2
/
+517
*
freedreno/ir3: Add has_gs flag to shader key
Kristian H. Kristensen
2019-10-17
2
-5
/
+11
*
freedreno/a6xx: Add missing adjacency primitives to table
Kristian H. Kristensen
2019-10-17
1
-8
/
+12
*
freedreno/ir3: Add intrinsics that map to LDLW/STLW
Kristian H. Kristensen
2019-10-17
2
-0
/
+83
[next]