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
/
mesa
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: Fix a bunch of undefined left-shifts in u_format_*
Adam Jackson
2019-10-24
1
-3
/
+3
*
st/mesa: use pipe_screen::finalize_nir
Marek Olšák
2019-10-23
6
-25
/
+89
*
st/mesa: update VS shader_info for NIR after lowering passes
Marek Olšák
2019-10-23
1
-0
/
+4
*
st/mesa: assign driver locations for VS inputs for NIR before caching
Marek Olšák
2019-10-23
4
-9
/
+10
*
st/mesa: don't lower_global_vars_to_local for VS if there are no dead inputs
Marek Olšák
2019-10-23
1
-2
/
+7
*
st/mesa: move some NIR lowering before shader caching
Marek Olšák
2019-10-23
3
-14
/
+23
*
intel/perf: move registers to their own header
Lionel Landwerlin
2019-10-23
2
-1
/
+2
*
st/mesa: Silence chatty debug printf
Kenneth Graunke
2019-10-22
1
-2
/
+4
*
st/mesa: Map MESA_FORMAT_RGB_UNORM8 <-> PIPE_FORMAT_R8G8B8_UNORM
Chris Wilson
2019-10-22
1
-0
/
+6
*
st/mesa: replace pipe_shader_state with tgsi_token* in st_vp_variant
Marek Olšák
2019-10-22
4
-36
/
+48
*
mesa/st: assert that lowering is supported
Erik Faye-Lund
2019-10-22
1
-0
/
+12
*
st/mesa: only require ESSL 3.1 for geometry shaders
Iago Toral Quiroga
2019-10-21
1
-1
/
+1
*
mesa: Redefine the RG formats as array formats.
Eric Anholt
2019-10-20
15
-117
/
+67
*
mesa: Replace MESA_FORMAT_L8A8/A8L8 UNORM/SNORM/SRGB with an array format.
Eric Anholt
2019-10-20
20
-103
/
+62
*
mesa: Replace the LA16_UNORM packed formats with one array format.
Eric Anholt
2019-10-20
10
-22
/
+16
*
radeon: Drop the unused first arg of OUT_BATCH_RELOC.
Eric Anholt
2019-10-20
9
-24
/
+24
*
radeon: Fill in the TXOFFSET field containing the tile bits in our relocs.
Eric Anholt
2019-10-20
2
-4
/
+5
*
r100/r200: factor out txformat/txfilter setup from the TFP path.
Eric Anholt
2019-10-20
2
-22
/
+10
*
Revert "egl: Fixes transparency with EGL and X11."
Hal Gentz
2019-10-18
2
-5
/
+0
*
mesa/main: GL_GEOMETRY_SHADER_INVOCATIONS exists in GL_OES_geometry_shader
Iago Toral Quiroga
2019-10-18
1
-1
/
+3
*
mesa: implement glTextureStorageNDEXT functions
Pierre-Eric Pelloux Prayer
2019-10-18
1
-38
/
+24
*
mesa: add EXT_dsa NamedCopyBufferSubDataEXT function
Pierre-Eric Pelloux-Prayer
2019-10-18
3
-2
/
+31
*
mesa: add EXT_dsa NamedRenderbufferStorageMultisampleEXT function
Pierre-Eric Pelloux-Prayer
2019-10-18
2
-0
/
+24
*
mesa: add EXT_dsa Generate*MipmapEXT functions
Pierre-Eric Pelloux-Prayer
2019-10-18
3
-2
/
+35
*
mesa: refactor GenerateTextureMipmap handling
Pierre-Eric Pelloux-Prayer
2019-10-18
1
-32
/
+25
*
mesa: add EXT_dsa glGetFloati_vEXT/glGetDoublei_vEXT
Pierre-Eric Pelloux-Prayer
2019-10-18
1
-2
/
+0
*
mesa: add EXT_dsa + EXT_gpu_program_parameters functions
Pierre-Eric Pelloux-Prayer
2019-10-18
3
-15
/
+45
*
mesa: add EXT_dsa + EXT_gpu_shader4 functions
Pierre-Eric Pelloux-Prayer
2019-10-18
1
-8
/
+1
*
mesa: add EXT_dsa + EXT_texture_integer functions
Pierre-Eric Pelloux-Prayer
2019-10-18
4
-8
/
+292
*
mesa: add EXT_dsa + EXT_texture_buffer_object functions
Pierre-Eric Pelloux-Prayer
2019-10-18
3
-2
/
+69
*
mesa: add EXT_dsa glProgramUniform*EXT functions
Pierre-Eric Pelloux-Prayer
2019-10-18
1
-25
/
+2
*
mesa: add EXT_dsa NamedProgram functions
Pierre-Eric Pelloux-Prayer
2019-10-18
4
-72
/
+404
*
mesa: add EXT_dsa glClientAttribDefaultEXT / glPushClientAttribDefaultEXT
Pierre-Eric Pelloux-Prayer
2019-10-18
3
-2
/
+83
*
mesa: add EXT_dsa glNamedRenderbufferStorageEXT and glGetNamedRenderbufferPar...
Pierre-Eric Pelloux-Prayer
2019-10-18
3
-2
/
+43
*
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
*
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
*
st/mesa: Also enable GS when ESSLVersion > 320
Kristian H. Kristensen
2019-10-17
1
-1
/
+1
[next]