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
Commit message (
Expand
)
Author
Age
Files
Lines
*
virgl: ARB_texture_barrier support
Dave Airlie
2018-08-14
6
-3
/
+24
*
mesa/glspirv: fix compilation with MSVC
Alejandro Piñeiro
2018-08-13
1
-1
/
+1
*
mesa/st/glsl_to_tgsi: fixup copy-paste mistake
Erik Faye-Lund
2018-08-13
1
-1
/
+1
*
i965/nir: Use the nir copy of shader_info to handle gl_PatchVerticesIn
Neil Roberts
2018-08-13
1
-1
/
+1
*
mesa/glspirv: Set separate_shader on shader_info
Neil Roberts
2018-08-13
1
-0
/
+2
*
mesa/glspirv: pick off the only entry point we need
Iago Toral Quiroga
2018-08-13
1
-0
/
+15
*
mesa/glspirv: compute double inputs and remap attributes
Alejandro Piñeiro
2018-08-13
1
-0
/
+19
*
nir/glsl: make nir_remap_attributes public
Alejandro Piñeiro
2018-08-13
3
-17
/
+27
*
nir/lower_samplers: don't assume a deref for both texture and sampler srcs
Alejandro Piñeiro
2018-08-13
1
-53
/
+58
*
nir/linker: take into account hidden uniforms
Alejandro Piñeiro
2018-08-13
2
-1
/
+8
*
nir: add how_declared to nir_variable.data
Alejandro Piñeiro
2018-08-13
3
-1
/
+26
*
spirv: Make VertexIndex and VertexId both non-zero-based
Neil Roberts
2018-08-13
1
-7
/
+7
*
spirv: fill info.gs.input_primitive too
Alejandro Piñeiro
2018-08-13
1
-0
/
+2
*
i965: enable EXT_render_snorm
Tapani Pälli
2018-08-13
1
-0
/
+1
*
mesa: enable EXT_render_snorm extension
Tapani Pälli
2018-08-13
6
-9
/
+61
*
blorp: Properly handle Z24X8 blits.
Kenneth Graunke
2018-08-11
2
-12
/
+11
*
blorp: Don't try to use R32_UNORM for R24_UNORM_X8_TYPELESS rendering.
Kenneth Graunke
2018-08-11
1
-5
/
+5
*
intel: Switch the order of the 2x MSAA sample positions
Jason Ekstrand
2018-08-11
4
-14
/
+24
*
mesa/st/tests: Add array life range estimation and renumbering tests
Gert Wollny
2018-08-11
1
-0
/
+211
*
mesa/st/tests: Add array life range tests infrastructure to common test class
Gert Wollny
2018-08-11
2
-27
/
+186
*
mesa/st/glsl_to_tgsi: Expose array live range tracking and merging
Gert Wollny
2018-08-11
5
-17
/
+40
*
mesa/st/glsl_to_tgsi: add array life range evaluation into tracking code
Gert Wollny
2018-08-11
1
-12
/
+50
*
mesa/st/glsl_to_tgsi: add class for array access tracking
Gert Wollny
2018-08-11
1
-0
/
+102
*
mesa/st/glsl_to_tgsi: move evaluation of read mask up in the call hierarchy
Gert Wollny
2018-08-11
1
-7
/
+8
*
mesa/st/glsl_to_tgsi: rename access_record to register_merge_record and some ...
Gert Wollny
2018-08-11
2
-32
/
+33
*
mesa/st/tests: Add tests for array merge helper classes.
Gert Wollny
2018-08-11
4
-7
/
+787
*
mesa/st/glsl_to_tgsi: Add array merge logic
Gert Wollny
2018-08-11
2
-2
/
+407
*
mesa/st/glsl_to_tgsi: Add helper classes to apply array merging and interleaving
Gert Wollny
2018-08-11
2
-1
/
+164
*
mesa/st/glsl_to_tgsi: Add helper class for array live range merging and inter...
Gert Wollny
2018-08-11
4
-0
/
+319
*
mesa/st/glsl_to_tgsi:rename lifetime to register_live_range
Gert Wollny
2018-08-11
6
-83
/
+90
*
mesa/st/glsl_to_tgsi: Properly resolve life times simple if/else + use constr...
Gert Wollny
2018-08-11
2
-0
/
+39
*
mesa/st/glsl_to_tgsi: Split arrays whose elements are only accessed directly
Gert Wollny
2018-08-11
1
-1
/
+112
*
mesa/st/glsl_to_tgsi: Add method to collect some TGSI statistics
Gert Wollny
2018-08-11
1
-0
/
+68
*
Gallium/tgsi: Correct signdness of return value of bit operations
Gert Wollny
2018-08-11
1
-3
/
+4
*
meson: Build with Python 3
Mathieu Bridon
2018-08-10
30
-74
/
+74
*
python: Rework bytes/unicode string handling
Mathieu Bridon
2018-08-10
1
-10
/
+31
*
python: Fix inequality comparisons
Mathieu Bridon
2018-08-10
3
-0
/
+18
*
mesa/st: ETC2 now uses R8G8B8A8_SRGB as fallback
Gert Wollny
2018-08-10
1
-1
/
+1
*
python: Simplify list sorting
Mathieu Bridon
2018-08-09
1
-4
/
+2
*
python: Use key-functions when sorting containers
Mathieu Bridon
2018-08-09
1
-2
/
+3
*
python: Better check for integer types
Mathieu Bridon
2018-08-09
2
-5
/
+16
*
python: Do not mix bytes and unicode strings
Mathieu Bridon
2018-08-09
1
-1
/
+10
*
python: Explicitly use a list
Mathieu Bridon
2018-08-09
1
-2
/
+2
*
python: Use the right function for the job
Mathieu Bridon
2018-08-09
1
-1
/
+1
*
egl: Fix leak of X11 pixmaps backing pbuffers in DRI3.
Eric Anholt
2018-08-09
1
-0
/
+5
*
intel: Fix SIMD16 unaligned payload GRF reads on Gen4-5.
Kenneth Graunke
2018-08-09
1
-0
/
+20
*
i965: Only enable depth IZ signals if there's an actual depthbuffer.
Kenneth Graunke
2018-08-09
1
-3
/
+8
*
glx: GLX_MESA_multithread_makecurrent is direct-only
Adam Jackson
2018-08-09
1
-1
/
+1
*
anv: set error in all failure paths
Eric Engestrom
2018-08-09
1
-1
/
+3
*
intel/tools: add missing variable initialisation
Eric Engestrom
2018-08-09
1
-1
/
+1
[next]