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
*
glsl: avoid stack smashing when there are too many attributes
Ilia Mirkin
2016-03-07
1
-0
/
+7
*
i965/vec4: Propagate swizzles correctly during copy propagation.
Francisco Jerez
2016-03-06
1
-66
/
+59
*
i965: Don't try copy propagation if constant propagation succeeded.
Francisco Jerez
2016-03-06
2
-4
/
+2
*
i965/vec4: Use swizzle() to swizzle immediates during constant propagation.
Francisco Jerez
2016-03-06
1
-18
/
+1
*
i965: Add support for swizzling arbitrary immediates to (brw_)swizzle().
Francisco Jerez
2016-03-06
3
-3
/
+54
*
i965: Pass symbolic swizzle to brw_swizzle() as a single argument.
Francisco Jerez
2016-03-06
4
-20
/
+16
*
nvc0: reset TFB bufctx when we no longer hold a reference to the buffers
Ilia Mirkin
2016-03-06
2
-2
/
+3
*
nv50/ir: using sampleid/pos shouldn't force per-sample interpolation
Ilia Mirkin
2016-03-05
2
-6
/
+1
*
st/mesa: don't force per-sample interp if only sampleid/pos are used
Ilia Mirkin
2016-03-05
2
-12
/
+6
*
swrast: fix GL_ANY_SAMPLES_PASSED values in Result
Ilia Mirkin
2016-03-05
1
-0
/
+5
*
st/mesa: 78-column wrapping in st_extensions.c
Brian Paul
2016-03-05
1
-68
/
+107
*
gallium/util: add new comments, assertions in u_debug_refcnt.c
Brian Paul
2016-03-05
1
-0
/
+20
*
gallium/util: update comments and URL in u_debug_refcnt.c
Brian Paul
2016-03-05
1
-4
/
+10
*
gallium/util: make stream variable static in u_debug_refcnt.c
Brian Paul
2016-03-05
1
-1
/
+1
*
gallium/util: re-indent u_debug_refcnt.[ch]
Brian Paul
2016-03-05
2
-50
/
+65
*
gallium/tests: silence warning in compute.c
Brian Paul
2016-03-05
1
-1
/
+1
*
glsl: replace remaining tabs in link_varyings.cpp
Timothy Arceri
2016-03-05
1
-9
/
+9
*
glsl: replace remaining tabs in link_uniforms.cpp
Timothy Arceri
2016-03-05
1
-69
/
+69
*
glsl: apply align layout qualifier rules to block offsets
Timothy Arceri
2016-03-05
1
-3
/
+48
*
glsl: parse align layout qualifier
Timothy Arceri
2016-03-05
3
-0
/
+26
*
glsl: use explicit offset when lowering buffer access
Timothy Arceri
2016-03-05
1
-0
/
+4
*
glsl: copy explicit offset to uniform storage
Timothy Arceri
2016-03-05
3
-0
/
+20
*
glsl: update comment on offset field
Timothy Arceri
2016-03-05
1
-1
/
+1
*
glsl: add offset to glsl interface type
Timothy Arceri
2016-03-05
4
-0
/
+18
*
glsl: apply compile-time rules for the offset layout qualifier
Timothy Arceri
2016-03-05
1
-0
/
+49
*
glsl: enable offset layout qualifier for ARB_enhanced_layouts
Timothy Arceri
2016-03-05
1
-1
/
+2
*
glsl: reject invalid input layout qualifiers
Timothy Arceri
2016-03-05
1
-0
/
+29
*
glsl: only apply default stream to output blocks
Timothy Arceri
2016-03-05
1
-1
/
+2
*
glsl: rework parsing of blocks
Timothy Arceri
2016-03-05
2
-32
/
+24
*
glsl: don't apply uniform/buffer layouts to interface blocks
Timothy Arceri
2016-03-05
1
-6
/
+7
*
i965: Only magnify depth for 3D textures, not array textures.
Kenneth Graunke
2016-03-04
1
-1
/
+1
*
i965/vec4: add opportunistic behaviour to opt_vector_float()
Juan A. Suarez Romero
2016-03-04
2
-21
/
+43
*
st/xlib: Don't destroy screen on XCloseDisplay()
George Kyriazis
2016-03-04
1
-3
/
+7
*
i965/fs: Optimize float conversions of byte/word extract.
Matt Turner
2016-03-04
2
-0
/
+48
*
nir: Recognize open-coded extract_u16.
Matt Turner
2016-03-04
1
-0
/
+5
*
nir: Recognize open-coded extract_u8.
Matt Turner
2016-03-04
1
-0
/
+7
*
st/xlib: Hang off screen destructor off main XCloseDisplay() callback.
George Kyriazis
2016-03-04
3
-35
/
+27
*
st/xlib: Support unlimited number of display connections
George Kyriazis
2016-03-04
1
-19
/
+103
*
svga: add new command-buffer-size HUD query
Brian Paul
2016-03-04
4
-7
/
+23
*
svga: add new svga_winsys_context::get_command_buffer_size()
Brian Paul
2016-03-04
2
-0
/
+14
*
svga: reorder SVGA_QUERY_ switch cases to match declaration order
Brian Paul
2016-03-04
1
-9
/
+9
*
svga: Force an RGBA view creation for an RGBA resource
Sinclair Yeh
2016-03-04
1
-1
/
+10
*
svga: fix an error in svga_texture_generate_mipmap
Charmaine Lee
2016-03-04
1
-1
/
+6
*
winsys/svga: Increase the fence timeout
Thomas Hellstrom
2016-03-04
1
-1
/
+2
*
winsys/svga: Fix an uninitialized return value
Thomas Hellstrom
2016-03-04
1
-0
/
+2
*
i965: Set MaxFramebufferWidth/Height to 16384, not viewport.
Kenneth Graunke
2016-03-03
1
-2
/
+2
*
glsl: Improve the accuracy of the acos() approximation.
Francisco Jerez
2016-03-03
1
-1
/
+1
*
glsl: Parameterize asin_expr() on the fit coefficients.
Kenneth Graunke
2016-03-03
1
-6
/
+6
*
mesa: Allow Get*() of several forgotten IsEnabled() pnames.
Kenneth Graunke
2016-03-03
2
-0
/
+5
*
mesa: Make glGet queries initialize ctx->Debug when necessary.
Kenneth Graunke
2016-03-03
1
-14
/
+6
[next]