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
...
*
glsl: generate named interface block names correctly
Timothy Arceri
2016-03-31
6
-95
/
+38
*
glsl: Fix segfault when lhs is error_type in TCS
Timothy Arceri
2016-03-31
1
-1
/
+1
*
softpipe: add image support to softpipe (v3)
Dave Airlie
2016-03-31
14
-12
/
+928
*
draw: add support for passing images to vs/gs shaders.
Dave Airlie
2016-03-31
5
-2
/
+29
*
tgsi: add support for image operations to tgsi_exec. (v2.1)
Dave Airlie
2016-03-31
5
-6
/
+319
*
softpipe: add support for explicit early depth testing
Dave Airlie
2016-03-31
6
-12
/
+21
*
tgsi: introduce NonHelperMask
Dave Airlie
2016-03-31
2
-0
/
+5
*
tgsi_exec: handle execmask when doing indirect lookups
Dave Airlie
2016-03-31
1
-3
/
+9
*
tgsi_exec: add support for up to 3 address registers (v2)
Dave Airlie
2016-03-31
1
-2
/
+3
*
nir: Propagate negates up multiplication chains.
Matt Turner
2016-03-30
1
-0
/
+4
*
i965: Don't inline intel_batchbuffer_require_space().
Matt Turner
2016-03-30
2
-26
/
+28
*
r600: ignore PIPE_BIND_LINEAR in *_is_format_supported
Christian König
2016-03-30
2
-0
/
+10
*
st/vdpau: correct null check
Thomas Hindoe Paaboel Andersen
2016-03-30
1
-4
/
+4
*
glsl: add missing types for buffer images
Samuel Pitoiset
2016-03-30
1
-12
/
+12
*
glsl: invalidate float suffixes for GLSL 1.10 and GLSL ES 1.00
Lars Hamre
2016-03-29
1
-0
/
+7
*
tgsi: (trivial) only verify target for is_tex instructions
Roland Scheidegger
2016-03-30
1
-8
/
+7
*
mesa: allow mutable buffer textures to back GL ES images
Ilia Mirkin
2016-03-29
1
-1
/
+6
*
mesa: make _mesa_prepare_mipmap_level() static
Brian Paul
2016-03-29
2
-15
/
+8
*
meta: use _mesa_prepare_mipmap_levels()
Brian Paul
2016-03-29
1
-24
/
+8
*
tgsi: simplify tgsi_shader_info::is_msaa_sampler checking
Brian Paul
2016-03-29
1
-3
/
+2
*
tgsi: collect texture sampler target info in tgsi_scan_shader()
Brian Paul
2016-03-29
2
-2
/
+37
*
gallium/docs: s/gven/given/
Brian Paul
2016-03-29
1
-1
/
+1
*
xlib: add support for GLX_ARB_create_context
Brian Paul
2016-03-29
3
-0
/
+77
*
st/mesa: simplify st_generate_mipmap()
Brian Paul
2016-03-29
1
-78
/
+24
*
mesa: new _mesa_prepare_mipmap_levels() function for mipmap generation
Brian Paul
2016-03-29
2
-31
/
+62
*
i965: Don't use CUBE wrap modes for integer formats on IVB/BYT.
Kenneth Graunke
2016-03-29
1
-1
/
+5
*
Revert "i965: Set address rounding bits for GL_NEAREST filtering as well."
Kenneth Graunke
2016-03-29
1
-6
/
+3
*
gallium: Format code in pb_buffer_fenced.c according to style guide.
Rovanion Luckey
2016-03-29
1
-129
/
+97
*
svga: emit sampler declarations in the helper function for non vgpu10
Charmaine Lee
2016-03-29
3
-3
/
+23
*
svga: avoid freeing non-malloced memory
Brian Paul
2016-03-29
1
-10
/
+2
*
nvc0/ir: move load/store lowering pass to handleLDST()
Samuel Pitoiset
2016-03-29
2
-54
/
+61
*
st/mesa: implement new DMA-buf based VDPAU interop v2
Christian König
2016-03-29
1
-49
/
+132
*
st/vdpau: implement the new DMA-buf based interop v2
Christian König
2016-03-29
4
-3
/
+116
*
st/vdpau: move FormatRGBAToPipe into the interop
Christian König
2016-03-29
5
-28
/
+73
*
st/vdpau: add new interop interface
Christian König
2016-03-29
2
-1
/
+100
*
st/vdpau: use linear layout for output surfaces
Christian König
2016-03-29
1
-1
/
+2
*
radeonsi: ignore PIPE_BIND_LINEAR in si_is_format_supported v2
Christian König
2016-03-29
1
-0
/
+5
*
st/mesa: enable OES_texture_buffer when all components available
Ilia Mirkin
2016-03-29
1
-0
/
+6
*
glapi/glx: Mark the indirect swapped dispatch functions _X_COLD
Adam Jackson
2016-03-29
1
-3
/
+3
*
glapi/glx: Sync some additional error checking from xserver
Adam Jackson
2016-03-29
1
-0
/
+4
*
glsl: raise warning when using uninitialized variables
Alejandro Piñeiro
2016-03-29
1
-0
/
+7
*
glsl: add is_lhs bool on ast_expression
Alejandro Piñeiro
2016-03-29
4
-0
/
+44
*
nir: Add a helper for getting the current block from a cursor
Jason Ekstrand
2016-03-28
1
-0
/
+11
*
nir/lower_out_to_temp: Add an "entrypoint" parameter
Jason Ekstrand
2016-03-28
3
-4
/
+5
*
nir/lower_out_to_temp: Steal the output's constant initializer
Jason Ekstrand
2016-03-28
1
-0
/
+3
*
nir: Add a helper for getting the unique function in a shader
Jason Ekstrand
2016-03-28
1
-0
/
+11
*
nir/sweep: Sweep function parameters
Jason Ekstrand
2016-03-28
1
-0
/
+2
*
nir/builder: Add a helper for creating undefs
Jason Ekstrand
2016-03-28
1
-0
/
+14
*
nir/builder: Add a helper for storing to variable derefs
Jason Ekstrand
2016-03-28
1
-0
/
+16
*
nir/builder: Add a helper for building fdot instructions
Jason Ekstrand
2016-03-28
1
-0
/
+17
[prev]
[next]