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
*
x11: take ownership rather than adding reference for new renderbuffers
Timothy Arceri
2017-04-10
1
-4
/
+4
*
osmesa: tidy up renderbuffer refCount initialisation
Timothy Arceri
2017-04-10
1
-1
/
+0
*
swrast: take ownership rather than adding reference for new renderbuffers
Timothy Arceri
2017-04-10
2
-13
/
+10
*
radeon: take ownership rather than adding reference for new renderbuffers
Timothy Arceri
2017-04-10
1
-5
/
+5
*
nouveau: take ownership rather than adding reference for new renderbuffers
Timothy Arceri
2017-04-10
1
-5
/
+5
*
i965: take ownership rather than adding reference for new renderbuffers
Timothy Arceri
2017-04-10
1
-6
/
+7
*
i915: take ownership rather than adding reference for new renderbuffers
Timothy Arceri
2017-04-10
1
-4
/
+5
*
mesa: create _mesa_attach_renderbuffer_without_ref() helper
Timothy Arceri
2017-04-10
2
-8
/
+40
*
nv50/ir: remove unused swizzle field in ValueRef
Ilia Mirkin
2017-04-09
1
-1
/
+0
*
nouveau: enable ARB_shader_clock on nv50 and nvc0
Boyan Ding
2017-04-09
2
-2
/
+2
*
nv50/ir: Handle TGSI_OPCODE_CLOCK
Boyan Ding
2017-04-09
1
-0
/
+7
*
gm107/ir: Emit SV_CLOCK system value
Boyan Ding
2017-04-09
1
-0
/
+1
*
gbm: Assert modifiers and count are copacetic
Ben Widawsky
2017-04-09
1
-0
/
+3
*
st/mesa: Use compressed fog mode for atifs.
Gustaw Smolarczyk
2017-04-08
2
-19
/
+4
*
mesa/main/ff_frag: Use compressed TexEnv Combine state.
Gustaw Smolarczyk
2017-04-08
1
-231
/
+104
*
mesa/main/ff_frag: Use compressed fog mode.
Gustaw Smolarczyk
2017-04-08
1
-17
/
+1
*
mesa/main: Maintain compressed TexEnv Combine state.
Gustaw Smolarczyk
2017-04-08
2
-0
/
+186
*
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
[next]