index
:
~bnf/mesa
automake
bind-wayland-display
buffer
buffer.release
changes
config-fix
cursor
cursor-2
default_display
destroy-listener
dri2_double
dri2_double_config
drm-lockup
egl-autodetect
egl-pixmap-render-fix
egl-wayland
egl-wayland2
egl_dri2-fixes
eglsync
fix
fixes
framefd
gbm
gbm-2
gbm-3
gbm-4
gbm-5
gbm-6
gbm-7
gbm-linkage
glapi
invalidate
invalidate-2
invalidate-3
leak
lookup-fix
master
pciids
pciids-2
pciids-3
redraw
setup_display
shm-in-egl
shm-pool
st-egl-bind
surface-frame-event
tobepushed
use_flags
wayland-drm-removal-2
wayland-shm
wayland-softpipe
wayland-softpipe-2
yuv
bnf's MESA repository
bnf
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-03-16
egl/wayland: Update to per-surface frame events
surface-frame-event
Benjamin Franzke
2
-5
/
+6
2011-03-15
i915g: fix braino in the static state rework
Daniel Vetter
1
-1
/
+2
2011-03-15
i915g: implement early z
Daniel Vetter
4
-20
/
+55
2011-03-15
i915g: split up static state
Daniel Vetter
5
-28
/
+54
2011-03-15
i965: Fix alpha testing when there is no color buffer in the FBO.
Eric Anholt
3
-0
/
+13
2011-03-15
i965: Do our lowering passes before the loop of optimization.
Eric Anholt
1
-10
/
+8
2011-03-15
glsl: Skip processing the first function's body in do_dead_functions().
Eric Anholt
1
-1
/
+10
2011-03-15
glsl: Whitespace fixup in opt_dead_functions.cpp.
Eric Anholt
1
-106
/
+108
2011-03-15
glsl: Skip processing of expression trees in discard simplification.
Eric Anholt
1
-0
/
+10
2011-03-15
glsl: Reduce processing of expression trees in do_structure_splitting.
Eric Anholt
1
-0
/
+6
2011-03-15
glsl: Skip processing expression trees in do_if_simplification().
Eric Anholt
1
-0
/
+10
2011-03-15
glsl: Skip processing expression trees in optimize_redundant_jumps()
Eric Anholt
1
-0
/
+9
2011-03-15
svga: Tell the host to discard when doing writes without FLUSH_EXPLICIT.
José Fonseca
1
-3
/
+10
2011-03-15
svga: Update svga_winsys_screen::buffer_map comments.
José Fonseca
1
-2
/
+2
2011-03-15
svga: Ensure DMA commands are serialized with unsynchronized flag is unset.
José Fonseca
3
-19
/
+113
2011-03-15
scons: copy hash_table.c, symbol_table.c to glsl directory
Jose Fonseca
1
-2
/
+7
2011-03-15
mesa: fix scons build
Marek Olšák
1
-1
/
+1
2011-03-15
r300g: implement the texture barrier
Marek Olšák
1
-0
/
+10
2011-03-15
gallium: add texture barrier support to the interface and st/mesa (v2)
Marek Olšák
8
-0
/
+120
2011-03-15
mesa: add display list support for NV_texture_barrier
Marek Olšák
1
-0
/
+22
2011-03-15
mesa: regenerate glapi files
Marek Olšák
11
-2431
/
+2500
2011-03-15
mesa: add NV_texture_barrier
Marek Olšák
12
-0
/
+130
2011-03-15
gallium/util: Use PIPE_TRANSFER_DISCARD_RANGE in pipe_buffer_write.
Mathias Fröhlich
1
-0
/
+2
2011-03-15
st/mesa: Make use of the new PIPE_TRANSFER_DISCARD_* for buffer object.
Mathias Fröhlich
1
-5
/
+9
2011-03-15
glx: add ARB_create_context functions/ops to glx xml
Dave Airlie
1
-0
/
+14
2011-03-15
r600g: FLT_TO_INT_FLOOR and FLT_TO_INT_RPI are vector-only instructions on Ev...
Henri Verbeet
1
-3
/
+6
2011-03-14
r600g: fix logic error in 028987c80362eddd39176628486a456b076f0427
Alex Deucher
1
-1
/
+1
2011-03-14
r600g: don't set per-MRT blend bits on R600
Alex Deucher
1
-5
/
+10
2011-03-14
r600g: Original R600 does not support per-MRT blends
Alex Deucher
1
-2
/
+11
2011-03-14
r600g: emit SURFACE_BASE_UPDATE packet on rv6xx
Alex Deucher
2
-2
/
+25
2011-03-14
r600g: Properly update MULTIWRITE_ENABLE in r600_pipe_shader_ps().
Henri Verbeet
2
-8
/
+7
2011-03-14
r600g: Fix the DB_SHADER_CONTROL mask in create_ds_state().
Henri Verbeet
2
-10
/
+8
2011-03-14
r600g: Properly update DB_SHADER_CONTROL in evergreen_pipe_shader_ps().
Henri Verbeet
1
-18
/
+14
2011-03-14
r600g: Move fetch shader register setup to r600_state.c / evergreen_state.c.
Henri Verbeet
6
-31
/
+32
2011-03-14
r600g: Move r600_pipe_shader_ps() to r600_state.c.
Henri Verbeet
3
-95
/
+97
2011-03-14
r600g: Move r600_pipe_shader_vs() to r600_state.c.
Henri Verbeet
3
-49
/
+49
2011-03-14
r600g: Evergreen add support for log opcode.
Rafael Monica
1
-1
/
+1
2011-03-14
autoconf/make: Don't specify individual llvm libraries.
José Fonseca
2
-4
/
+4
2011-03-14
i965: Enable texture lookups whose return type is 'float'
Kenneth Graunke
1
-1
/
+4
2011-03-14
i965: Fix tex_swizzle when depth mode is GL_RED
Chad Versace
1
-1
/
+2
2011-03-14
i965: Remove dead assignment
Chad Versace
1
-2
/
+0
2011-03-14
glsl: Explicitly specify a type when reading/printing ir_texture.
Kenneth Graunke
5
-33
/
+42
2011-03-14
texture_builtins.py: Add support for 130-style Shadow sampler variants.
Kenneth Graunke
1
-1
/
+53
2011-03-14
mesa: rename _mesa_texstore_a8 -> _mesa_texstore_unorm8
Marek Olšák
1
-6
/
+6
2011-03-14
mesa: fix up assertion in _mesa_source_buffer_exists
Marek Olšák
1
-0
/
+2
2011-03-14
r300g: clamp after blending for fixed-point formats only
Marek Olšák
3
-14
/
+36
2011-03-14
glx: the server still needs __GLXcontext.
Dave Airlie
1
-2
/
+2
2011-03-14
ir_to_mesa: do not check the number of uniforms against hw limits
Marek Olšák
1
-5
/
+3
2011-03-14
autoconf/llvm: fix build for disassembler
Dave Airlie
1
-1
/
+1
2011-03-13
gallivm: Fix build with llvm 2.6 on 32bit platforms
José Fonseca
1
-2
/
+4
[next]