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
*
radeonsi: initial WIP SI code
Tom Stellard
2012-04-13
200
-10
/
+66076
*
st/vega: silence enum cast warnings
Dylan Noblesmith
2012-04-13
1
-4
/
+5
*
i965: fix typo
Dylan Noblesmith
2012-04-13
1
-1
/
+1
*
mesa: fix truncated value warning
Dylan Noblesmith
2012-04-13
1
-1
/
+1
*
mesa: don't cast away const
Dylan Noblesmith
2012-04-13
1
-1
/
+1
*
egl-static: fix printf warning
Dylan Noblesmith
2012-04-13
1
-1
/
+2
*
st/vega: fix uninitialized values
Dylan Noblesmith
2012-04-13
1
-2
/
+2
*
egl: fix uninitialized values
Dylan Noblesmith
2012-04-13
1
-1
/
+1
*
util: fix uninitialized table
Dylan Noblesmith
2012-04-13
2
-5
/
+7
*
util: fix undefined behavior
Dylan Noblesmith
2012-04-13
1
-5
/
+10
*
ir_to_mesa: Fix uninitialized member in add_uniform_to_shader.
Vinson Lee
2012-04-12
1
-1
/
+1
*
wayland-drm: Implement wl_buffer.damage in old versions of Wayland
Neil Roberts
2012-04-12
1
-0
/
+26
*
Revert "i915g: Implement stipple with draw."
Stéphane Marchesin
2012-04-12
2
-2
/
+1
*
Revert "i915g: Remove unused poly stipple state."
Stéphane Marchesin
2012-04-12
2
-0
/
+54
*
tests/glx: Point at the imported copy of gtest
Ian Romanick
2012-04-12
1
-4
/
+7
*
glx: Hook up the unit tests again using the internal gtest.
Eric Anholt
2012-04-12
4
-19
/
+15
*
gtest: Fix up import of gtest 1.6.0
Ian Romanick
2012-04-12
25
-1
/
+21231
*
gtest: Build as a convenience library.
Eric Anholt
2012-04-12
3
-0
/
+44
*
gtest: Import sources from gtest 1.6.0.
Eric Anholt
2012-04-12
10
-0
/
+8959
*
cso: unreference saved vertex buffers when restoring
Marek Olšák
2012-04-12
1
-0
/
+8
*
i965: When the kernel lacks the LLC check, assume it's present on gen >= 6.
Eric Anholt
2012-04-11
1
-3
/
+7
*
intel: Drop backwards compat code for not having libdrm with the LLC check.
Eric Anholt
2012-04-11
1
-4
/
+0
*
i965/fs: Avoid generating extra AND instructions on bool logic ops.
Eric Anholt
2012-04-11
1
-22
/
+14
*
i965/fs: Try to avoid generating extra MOVs to do saturates.
Eric Anholt
2012-04-11
3
-12
/
+54
*
glsl: Extend the array splitting optimization pass to matrices.
Eric Anholt
2012-04-11
1
-11
/
+18
*
glsl: Add an array splitting pass.
Eric Anholt
2012-04-11
4
-0
/
+380
*
glsl: Don't apply optimization passes to builtins.
Eric Anholt
2012-04-11
1
-1
/
+1
*
docs: document yet another viewperf bug
Brian Paul
2012-04-11
1
-1
/
+14
*
mesa: add _mesa_total_texture_memory() debug function
Brian Paul
2012-04-11
2
-0
/
+62
*
mesa: new _mesa_total_buffer_object_memory() debug function
Brian Paul
2012-04-11
2
-0
/
+32
*
mapi: Fix Android build
Chad Versace
2012-04-10
1
-4
/
+7
*
egl_dri2: fix aux buffer leak in drm platform
Mandeep Singh Baines
2012-04-10
1
-5
/
+4
*
i965: Stop lying about cpp and height of a stencil buffer.
Paul Berry
2012-04-10
5
-45
/
+66
*
wayland-drm: remove wl_buffer.damage
Pekka Paalanen
2012-04-10
1
-7
/
+0
*
st/mesa: Fix uninitialized members in glsl_to_tgsi_visitor constructor.
Vinson Lee
2012-04-09
1
-0
/
+4
*
main: Fix memory leak in _mesa_make_extension_string()
Chad Versace
2012-04-09
1
-0
/
+2
*
r600g: check gpr count limit
Vadim Girlin
2012-04-09
1
-0
/
+8
*
glsl: fix variable ordering in the output_read_remover
Vadim Girlin
2012-04-09
1
-1
/
+17
*
i965: Add support for sampling texture buffer objects on gen7+.
Eric Anholt
2012-04-09
4
-1
/
+71
*
i965: Add real support for texturing/rendering with MESA_FORMAT_RGBA8888_REV.
Eric Anholt
2012-04-09
1
-5
/
+1
*
i965/gen7: Fix the /* ignored */ comment on constant surface setup.
Eric Anholt
2012-04-09
1
-1
/
+1
*
mesa: Add support for the GL 3.1 R/RG formats in texture buffer objects.
Eric Anholt
2012-04-09
1
-0
/
+54
*
mesa: Track a gl_format for the texture buffer format.
Eric Anholt
2012-04-09
3
-168
/
+76
*
mesa: Handle updating texture state for buffer textures.
Eric Anholt
2012-04-09
2
-0
/
+12
*
mesa: Create the default (name==0) buffer texture.
Eric Anholt
2012-04-09
1
-0
/
+5
*
glsl: Add texelFetch(*samplerBuffer) entrypoints to GLSL 1.40.
Eric Anholt
2012-04-09
3
-4
/
+15
*
glsl: Add support for parsing [iu]samplerBuffer types in GLSL 1.40.
Eric Anholt
2012-04-09
2
-1
/
+5
*
mesa: Set the correct initial value of the texture buffer object format.
Eric Anholt
2012-04-09
1
-0
/
+1
*
mesa: Set up glTexBuffer{,ARB} for display list compile.
Eric Anholt
2012-04-09
1
-0
/
+3
*
glapi: regen for TBO change.
Eric Anholt
2012-04-09
10
-9571
/
+9516
[next]