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
*
mesa/main: Maintain compressed fog mode.
Gustaw Smolarczyk
2017-04-08
3
-0
/
+24
*
mesa/main/ff_frag: Don't retrieve format if not necessary.
Gustaw Smolarczyk
2017-04-08
1
-9
/
+6
*
mesa/main/ff_frag: Use gl_texture_object::TargetIndex.
Gustaw Smolarczyk
2017-04-08
1
-2
/
+1
*
mesa/main/ff_frag: Store nr_enabled_units only once.
Gustaw Smolarczyk
2017-04-08
1
-2
/
+4
*
mesa/main/ff_frag: Simplify get_fp_input_mask.
Gustaw Smolarczyk
2017-04-08
1
-56
/
+55
*
mesa/main/ff_frag: Don't bother with VARYING_BIT_FOGC.
Gustaw Smolarczyk
2017-04-08
1
-3
/
+1
*
mesa/main/ff_frag: Remove unused struct.
Gustaw Smolarczyk
2017-04-08
1
-8
/
+0
*
mesa/main/ff_frag: Reduce the size of nr_enabled_units.
Gustaw Smolarczyk
2017-04-08
1
-1
/
+1
*
mesa/main/ff_frag: Remove enabled_units.
Gustaw Smolarczyk
2017-04-08
1
-3
/
+1
*
mesa/main/ff_frag: Use correct constant.
Gustaw Smolarczyk
2017-04-08
1
-1
/
+1
*
intel/isl: Use genx_bits.h instead of a hand-rolled table
Jason Ekstrand
2017-04-07
1
-18
/
+13
*
intel/genxml/bits: Emit per-container _length helpers
Jason Ekstrand
2017-04-07
1
-0
/
+34
*
intel/genxml/bits: Emit per-field _start helpers
Jason Ekstrand
2017-04-07
1
-0
/
+8
*
intel/genxml/bits: Pull the function emit code into a helper block
Jason Ekstrand
2017-04-07
1
-26
/
+43
*
intel/genxml/bits: Refactor to add a container class
Jason Ekstrand
2017-04-07
1
-20
/
+36
*
nvc0/ir: fix overwriting of offset register with interpolateAtOffset
Ilia Mirkin
2017-04-07
1
-2
/
+2
*
anv: Use subpass dependencies for flushes
Jason Ekstrand
2017-04-07
2
-80
/
+18
*
anv/pass: Record required pipe flushes
Jason Ekstrand
2017-04-07
2
-0
/
+90
*
anv/pass: Use anv_multialloc for allocating the anv_pass
Jason Ekstrand
2017-04-07
2
-63
/
+44
*
anv/descriptor_set: Use anv_multialloc for descriptor set layouts
Jason Ekstrand
2017-04-07
1
-11
/
+10
*
anv: Add a helper for doing mass allocations
Jason Ekstrand
2017-04-07
1
-0
/
+96
*
anv: Add helpers for converting access flags to pipe bits
Jason Ekstrand
2017-04-07
2
-45
/
+62
*
mesa: simplify and optimise vertex bindings tracking
Timothy Arceri
2017-04-08
1
-5
/
+3
*
glsl: fix lower jumps for nested non-void returns
Timothy Arceri
2017-04-08
2
-1
/
+10
*
gallium: fix some math formulas to display better
Ilia Mirkin
2017-04-07
1
-16
/
+16
*
nvc0/ir: fix LSB/BFE/BFI implementations
Ilia Mirkin
2017-04-07
1
-8
/
+11
*
util: fix swizzle of INSTANCEID system value
Nicolai Hähnle
2017-04-08
1
-1
/
+1
*
st/glx: Add awareness for multisample pixel formats to st/glx-xlib.
Bruce Cherniak
2017-04-07
3
-15
/
+30
*
swr: fix unused variable warnings
Tim Rowley
2017-04-07
2
-2
/
+0
*
glx: silence uninitialized var warning
Brian Paul
2017-04-07
1
-1
/
+1
*
st/mesa: silence unused/uninitialized var warnings
Brian Paul
2017-04-07
1
-1
/
+2
*
gallivm: init vars to silence gcc warnings
Brian Paul
2017-04-07
1
-2
/
+2
*
svga: add context pointer to the invalidate surface interface
Charmaine Lee
2017-04-07
8
-27
/
+35
*
winsys/svga: use c11 thread types/functions
Brian Paul
2017-04-07
3
-13
/
+13
*
winsys/svga: Resolve command submission buffer contention v3
Thomas Hellstrom
2017-04-07
3
-2
/
+38
*
svga: remove pre-SVGA3D_HWVERSION_WS8_B1 code
Brian Paul
2017-04-07
1
-71
/
+5
*
st/wgl: sort strings in stw_extension_string[] array
Brian Paul
2017-04-07
1
-3
/
+3
*
svga: remove redundant surface propagation
Charmaine Lee
2017-04-07
2
-12
/
+8
*
svga: Fix zslice index to svga_texture_copy_handle_resource()
Charmaine Lee
2017-04-07
1
-7
/
+10
*
svga: specify include path for git_sha1.h for out-of-src builds
Brian Paul
2017-04-07
1
-0
/
+3
*
st/wgl: pseudo-implementation of WGL_EXT_swap_control
Brian Paul
2017-04-07
7
-12
/
+86
*
svga: Fix out-of-sync backing surface
Charmaine Lee
2017-04-07
1
-21
/
+70
*
svga: add a reset flag to svga_propagate_surface()
Charmaine Lee
2017-04-07
4
-8
/
+19
*
svga: add the has_backed_views flag
Charmaine Lee
2017-04-07
3
-0
/
+15
*
svga: only destroy render target view from a context that created it
Charmaine Lee
2017-04-07
1
-12
/
+23
*
svga: disable rasterization if rasterizer_discard is set or FS undefined
Charmaine Lee
2017-04-07
6
-39
/
+128
*
svga: do not emulate wide points in GS when doing transform feedback
Charmaine Lee
2017-04-07
1
-3
/
+5
*
anv/query: Use snooping on !LLC platforms
Jason Ekstrand
2017-04-07
1
-13
/
+11
*
anv: provide anv_gem_busy() stub for the tests
Emil Velikov
2017-04-07
1
-0
/
+6
*
gallium/util: tweak backtrace format with libunwind
Rob Clark
2017-04-07
1
-10
/
+16
[next]