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
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
drirc: Allow extension midshader for Metro Redux
vadym.shovkoplias
2018-08-09
1
-0
/
+4
*
glsl: handle error case with ast_post_inc, ast_post_dec
Tapani Pälli
2018-08-09
1
-0
/
+5
*
vc4: Implement texture_subdata() to directly upload tiled data.
Eric Anholt
2018-08-08
1
-1
/
+39
*
vc4: Handle partial loads/stores of tiled textures.
Eric Anholt
2018-08-08
3
-60
/
+155
*
vc4: Compile the LT image helper per cpp we might load/store.
Eric Anholt
2018-08-08
1
-2
/
+31
*
vc4: Refactor to reuse the LT tile walking code.
Eric Anholt
2018-08-08
1
-24
/
+34
*
wayland/egl: update surface size on window resize
Juan A. Suarez Romero
2018-08-08
1
-4
/
+15
*
wayland/egl: initialize window surface size to window size
Juan A. Suarez Romero
2018-08-08
1
-0
/
+3
*
svga: use pipe_sampler_view::target in svga_set_sampler_views()
Brian Paul
2018-08-08
1
-1
/
+1
*
svga: use SVGA3D_RS_FILLMODE for vgpu9
Brian Paul
2018-08-08
3
-26
/
+37
*
svga: add TGSI_SEMANTIC_FACE switch case in svga_swtnl_update_vdecl()
Brian Paul
2018-08-08
1
-0
/
+1
*
xlib: remove unused Fake_glXGetAGPOffsetMESA() function
Brian Paul
2018-08-08
1
-10
/
+0
*
autotools: use correct gl.pc LIBS when using glvnd
Emil Velikov
2018-08-08
1
-1
/
+1
*
glx: automake: add egl.pc/headers TODO when using glvnd
Emil Velikov
2018-08-08
1
-0
/
+1
*
egl: automake: add egl.pc/headers TODO when using glvnd
Emil Velikov
2018-08-08
1
-0
/
+1
*
automake: require shared glapi when using DRI based libGL
Emil Velikov
2018-08-08
1
-4
/
+1
*
ttn: remove {varying_slot, frag_result}_to_tgsi_semantic helpers
Emil Velikov
2018-08-08
2
-79
/
+0
*
glsl_to_tgsi: plumb image writable through to driver
Erik Faye-Lund
2018-08-08
2
-5
/
+15
*
vc4: Fix vc4_fence_server_sync() on pre-syncobj kernels.
Eric Anholt
2018-08-07
1
-1
/
+2
*
vc4: Ignore samplers for finding uniform offsets.
Eric Anholt
2018-08-07
1
-3
/
+14
*
vc4: Extend dumping of uniforms in QIR and in the command stream.
Eric Anholt
2018-08-07
3
-13
/
+68
*
vc4: Pull uinfo->data[i] dereference out to the top of the loop.
Eric Anholt
2018-08-07
1
-20
/
+18
*
vc4: Make sure to emit a tile coordinates between two MSAA loads.
Eric Anholt
2018-08-07
1
-12
/
+11
[next]