index
:
~nh/mesa
ARB_enhanced_layouts
ARB_gpu_shader_int64
ARB_sparse_buffer
ac_surface
addrtool
arb_bindless_texture
arb_transform_feedback_overflow_query
arrays
buffer-suballoc
cubemaps
ddiv
debug-dma
descriptors
driconf
fences-threads-ddebug
first-image
ibs
images-radeonsi
khronos-update
ldexp
merged-shader-io-bitfields
nir
nir-v2
out-of-order
pbo-download
pbo-upload
pub-invalidate
query
query-buffer-object
r300-compiler
r300g-glsl
readpixels
shader-state
si_shader_mem
ssbo
tgsi-const-2d
tmp
ubsan
user_stride
user_stride-v2
wip
nh's Mesa repository; mostly radeonsi related development
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-13
radeonsi: initial WIP SI code
Tom Stellard
200
-10
/
+66076
2012-04-13
st/vega: silence enum cast warnings
Dylan Noblesmith
1
-4
/
+5
2012-04-13
i965: fix typo
Dylan Noblesmith
1
-1
/
+1
2012-04-13
mesa: fix truncated value warning
Dylan Noblesmith
1
-1
/
+1
2012-04-13
mesa: don't cast away const
Dylan Noblesmith
1
-1
/
+1
2012-04-13
egl-static: fix printf warning
Dylan Noblesmith
1
-1
/
+2
2012-04-13
st/vega: fix uninitialized values
Dylan Noblesmith
1
-2
/
+2
2012-04-13
egl: fix uninitialized values
Dylan Noblesmith
1
-1
/
+1
2012-04-13
util: fix uninitialized table
Dylan Noblesmith
2
-5
/
+7
2012-04-13
util: fix undefined behavior
Dylan Noblesmith
1
-5
/
+10
2012-04-12
ir_to_mesa: Fix uninitialized member in add_uniform_to_shader.
Vinson Lee
1
-1
/
+1
2012-04-12
wayland-drm: Implement wl_buffer.damage in old versions of Wayland
Neil Roberts
1
-0
/
+26
2012-04-12
Revert "i915g: Implement stipple with draw."
Stéphane Marchesin
2
-2
/
+1
2012-04-12
Revert "i915g: Remove unused poly stipple state."
Stéphane Marchesin
2
-0
/
+54
2012-04-12
tests/glx: Point at the imported copy of gtest
Ian Romanick
1
-4
/
+7
2012-04-12
glx: Hook up the unit tests again using the internal gtest.
Eric Anholt
4
-19
/
+15
2012-04-12
gtest: Fix up import of gtest 1.6.0
Ian Romanick
25
-1
/
+21231
2012-04-12
gtest: Build as a convenience library.
Eric Anholt
3
-0
/
+44
2012-04-12
gtest: Import sources from gtest 1.6.0.
Eric Anholt
10
-0
/
+8959
2012-04-12
cso: unreference saved vertex buffers when restoring
Marek Olšák
1
-0
/
+8
2012-04-11
i965: When the kernel lacks the LLC check, assume it's present on gen >= 6.
Eric Anholt
1
-3
/
+7
2012-04-11
intel: Drop backwards compat code for not having libdrm with the LLC check.
Eric Anholt
1
-4
/
+0
2012-04-11
i965/fs: Avoid generating extra AND instructions on bool logic ops.
Eric Anholt
1
-22
/
+14
2012-04-11
i965/fs: Try to avoid generating extra MOVs to do saturates.
Eric Anholt
3
-12
/
+54
2012-04-11
glsl: Extend the array splitting optimization pass to matrices.
Eric Anholt
1
-11
/
+18
2012-04-11
glsl: Add an array splitting pass.
Eric Anholt
4
-0
/
+380
2012-04-11
glsl: Don't apply optimization passes to builtins.
Eric Anholt
1
-1
/
+1
2012-04-11
docs: document yet another viewperf bug
Brian Paul
1
-1
/
+14
2012-04-11
mesa: add _mesa_total_texture_memory() debug function
Brian Paul
2
-0
/
+62
2012-04-11
mesa: new _mesa_total_buffer_object_memory() debug function
Brian Paul
2
-0
/
+32
2012-04-10
mapi: Fix Android build
Chad Versace
1
-4
/
+7
2012-04-10
egl_dri2: fix aux buffer leak in drm platform
Mandeep Singh Baines
1
-5
/
+4
2012-04-10
i965: Stop lying about cpp and height of a stencil buffer.
Paul Berry
5
-45
/
+66
2012-04-10
wayland-drm: remove wl_buffer.damage
Pekka Paalanen
1
-7
/
+0
2012-04-09
st/mesa: Fix uninitialized members in glsl_to_tgsi_visitor constructor.
Vinson Lee
1
-0
/
+4
2012-04-09
main: Fix memory leak in _mesa_make_extension_string()
Chad Versace
1
-0
/
+2
2012-04-09
r600g: check gpr count limit
Vadim Girlin
1
-0
/
+8
2012-04-09
glsl: fix variable ordering in the output_read_remover
Vadim Girlin
1
-1
/
+17
2012-04-09
i965: Add support for sampling texture buffer objects on gen7+.
Eric Anholt
4
-1
/
+71
2012-04-09
i965: Add real support for texturing/rendering with MESA_FORMAT_RGBA8888_REV.
Eric Anholt
1
-5
/
+1
2012-04-09
i965/gen7: Fix the /* ignored */ comment on constant surface setup.
Eric Anholt
1
-1
/
+1
2012-04-09
mesa: Add support for the GL 3.1 R/RG formats in texture buffer objects.
Eric Anholt
1
-0
/
+54
2012-04-09
mesa: Track a gl_format for the texture buffer format.
Eric Anholt
3
-168
/
+76
2012-04-09
mesa: Handle updating texture state for buffer textures.
Eric Anholt
2
-0
/
+12
2012-04-09
mesa: Create the default (name==0) buffer texture.
Eric Anholt
1
-0
/
+5
2012-04-09
glsl: Add texelFetch(*samplerBuffer) entrypoints to GLSL 1.40.
Eric Anholt
3
-4
/
+15
2012-04-09
glsl: Add support for parsing [iu]samplerBuffer types in GLSL 1.40.
Eric Anholt
2
-1
/
+5
2012-04-09
mesa: Set the correct initial value of the texture buffer object format.
Eric Anholt
1
-0
/
+1
2012-04-09
mesa: Set up glTexBuffer{,ARB} for display list compile.
Eric Anholt
1
-0
/
+3
2012-04-09
glapi: regen for TBO change.
Eric Anholt
10
-9571
/
+9516
[next]