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: Add PIPE_CAP_TGSI_FS_POINT_IS_SYSVAL
Andreas Baierl
2019-07-18
1
-0
/
+2
*
glsl: Optionally declare gl_PointCoord as a system value
Andreas Baierl
2019-07-18
2
-1
/
+7
*
spirv_extensions: i965: initialize SPIR-V extensions
Alejandro Piñeiro
2019-07-17
2
-1
/
+12
*
spirv_extensions: add spirv_supported_extensions on gl_constants
Alejandro Piñeiro
2019-07-17
2
-1
/
+21
*
spirv_extensions: define spirv_extensions_supported
Alejandro Piñeiro
2019-07-17
2
-0
/
+43
*
spirv_extensions: add list of extensions and to_string method
Alejandro Piñeiro
2019-07-17
2
-0
/
+37
*
spirv_extensions: add GL_ARB_spirv_extensions boilerplate
Alejandro Piñeiro
2019-07-17
9
-0
/
+119
*
meta: leaking of BO with DrawPixels
Yevhenii Kolesnikov
2019-07-16
1
-0
/
+2
*
swrast: Move _mesa_format_pack_colormask() to the only caller.
Eric Anholt
2019-07-16
3
-78
/
+72
*
mesa: Give _mesa_format_get_color_encoding a clearer name.
Eric Anholt
2019-07-16
14
-35
/
+22
*
mesa: Drop redundant checks for sRGB before sRGB to linear conversion.
Eric Anholt
2019-07-16
2
-6
/
+4
*
mesa: Fold _mesa_unpack_depth_stencil_row() into its only caller.
Eric Anholt
2019-07-16
3
-34
/
+14
*
mesa: Convert format_pack/unpack off of GL types.
Eric Anholt
2019-07-16
4
-353
/
+352
*
mesa: Port format_pack/unpack off of _mesa_problem().
Eric Anholt
2019-07-16
2
-47
/
+17
*
mesa: Mostly switch Mesa format info off of GL types other than GLenum.
Eric Anholt
2019-07-16
2
-142
/
+144
*
mesa: Rename gl_pack typedefs to mesa_pack.
Eric Anholt
2019-07-16
5
-20
/
+20
*
mesa: Rename gl_format_info to mesa_format_info.
Eric Anholt
2019-07-16
2
-29
/
+29
*
state_tracker: Move the format test out to be an actual unit test.
Eric Anholt
2019-07-16
3
-51
/
+117
*
mesa/st: add sampler uniforms
Rob Clark
2019-07-16
1
-6
/
+45
*
st,i965: Stop looping on 64-bit lowering
Jason Ekstrand
2019-07-16
1
-17
/
+8
*
meta: memory leak of CopyPixels usage
Sergii Romantsov
2019-07-16
1
-0
/
+14
*
st/mesa: verify that vertex buffer offset isn't negative
Pierre-Eric Pelloux-Prayer
2019-07-15
3
-0
/
+15
*
st/mesa: don't invalidate a buffer range that is mapped
Marek Olšák
2019-07-15
1
-6
/
+21
*
mesa: Port errors.c to util/list.h instead of simple_list.
Kenneth Graunke
2019-07-12
1
-31
/
+18
*
mesa/glspirv: Validate that compute shaders are not linked with other stages
Neil Roberts
2019-07-12
1
-0
/
+10
*
mesa/glspirv: Validate that there is a VS when there is a TCS, TES or GS
Neil Roberts
2019-07-12
1
-0
/
+25
*
i965: don't use disk cache with SPIR-V shaders
Alejandro Piñeiro
2019-07-12
1
-2
/
+16
*
mesa/main: Fix UBO/SSBO ACTIVE_VARIABLES query (ARB_gl_spirv)
Antia Puentes
2019-07-12
3
-15
/
+149
*
mesa/shader_query: Fix LOCATION_INDEX query (ARB_gl_spirv)
Antia Puentes
2019-07-12
1
-12
/
+17
*
mesa/shaderapi: Fix TRANSFORM_FEEDBACK_VARYING program query
Antia Puentes
2019-07-12
1
-5
/
+34
*
mesa/uniforms: Fix GetUniformLocation (ARB_gl_spirv)
Antia Puentes
2019-07-12
1
-1
/
+1
*
mesa/shader_query: Fix NAME_LENGTH queries (ARB_gl_spirv)
Antia Puentes
2019-07-12
1
-2
/
+14
*
mesa: Fix ACTIVE_*_MAX_LENGTH program queries (ARB_gl_spirv)
Alejandro Piñeiro
2019-07-12
2
-7
/
+42
*
mesa: save/restore SSO flag when using ARB_get_program_binary
Timothy Arceri
2019-07-12
1
-0
/
+4
*
compiler: Save a single copy of the softfp64 shader in the context.
Kenneth Graunke
2019-07-10
4
-11
/
+14
*
intel/compiler: Add a "base class" for program keys
Jason Ekstrand
2019-07-10
11
-95
/
+75
*
i965/program_cache: Cast the key to char * before adding key_size
Jason Ekstrand
2019-07-10
1
-1
/
+1
*
gallium: give vertex-shader saturate its own cap
Erik Faye-Lund
2019-07-10
1
-1
/
+1
*
gallium: give fragment-shader derivatives its own cap
Erik Faye-Lund
2019-07-10
1
-1
/
+1
*
gallium: give fragment-shader texture-lod its own cap
Erik Faye-Lund
2019-07-10
1
-1
/
+1
*
mesa/st: drop needless has_shader_model3 boolean
Erik Faye-Lund
2019-07-10
2
-3
/
+1
*
mesa: Set minimum possible GLSL version
Ian Romanick
2019-07-08
1
-0
/
+11
*
i965: disable repacking for compression for applicable gen
Dongwon Kim
2019-07-08
2
-0
/
+10
*
nir: Move st_nir_assign_var_locations() to common code
Connor Abbott
2019-07-08
1
-115
/
+5
*
Revert "mesa/st: Passthrough scissor when clearing by quad"
Marek Olšák
2019-07-04
1
-3
/
+0
*
mesa/st: Passthrough scissor when clearing by quad
Alyssa Rosenzweig
2019-07-03
1
-0
/
+3
*
st/mesa: accelerate glCopyPixels(STENCIL)
Marek Olšák
2019-07-03
1
-20
/
+38
*
mesa/st: simplify format usage in st_bind_egl_image
Mike Blumenkrantz
2019-07-01
1
-15
/
+13
*
sparc: Reuse m_vector_asm.h.
Eric Anholt
2019-07-01
3
-34
/
+14
*
mesa: Enable asm unconditionally, now that gen_matypes is gone.
Eric Anholt
2019-07-01
2
-4
/
+0
[next]