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
Commit message (
Expand
)
Author
Age
Files
Lines
*
docs: remove docs/COPYING which contains GPL license
Brian Paul
2016-03-30
1
-490
/
+0
*
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
*
docs: add HTTP link for Mesa downloads
Brian Paul
2016-03-29
1
-1
/
+3
*
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
*
nir: Add a variable_foreach_safe helper
Jason Ekstrand
2016-03-28
1
-0
/
+3
*
nir/Makefile: Fix alphabetization
Jason Ekstrand
2016-03-28
2
-6
/
+6
*
mesa: add OES_texture_buffer and EXT_texture_buffer support
Ilia Mirkin
2016-03-28
10
-47
/
+94
*
glsl: add OES_texture_buffer and EXT_texture_buffer support
Ilia Mirkin
2016-03-28
6
-24
/
+46
*
mesa: add OES_texture_buffer and EXT_texture_buffer extension to table
Ilia Mirkin
2016-03-28
2
-0
/
+3
*
mesa: properly return GetTexLevelParameter queries for buffer textures
Ilia Mirkin
2016-03-28
1
-2
/
+52
*
glsl: Delete initialized field from uniform storage test.
Kenneth Graunke
2016-03-28
1
-19
/
+0
*
mesa: remove initialized field from uniform storage
Timothy Arceri
2016-03-29
6
-53
/
+1
*
nvc0: use a different offset for buffers and surfaces
Samuel Pitoiset
2016-03-29
4
-28
/
+74
*
i965: Set address rounding bits for GL_NEAREST filtering as well.
Kenneth Graunke
2016-03-28
1
-3
/
+6
*
i965: Always use BRW_TEXCOORDMODE_CUBE when seamless filtering.
Kenneth Graunke
2016-03-28
1
-3
/
+1
[next]