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-06-18
i965/fs: Add support for non-shadow textureGrad (TXD) on gen5/6.
Kenneth Graunke
1
-1
/
+31
2011-06-18
i965/fs: Add support for non-shadow textureGrad (TXD) on Ivybridge.
Kenneth Graunke
2
-10
/
+43
2011-06-18
i965/fs: Check for compilation failure and bail before optimizing.
Kenneth Graunke
1
-0
/
+2
2011-06-18
i965: Use state streaming on programs, and state base address on gen5+.
Eric Anholt
26
-298
/
+277
2011-06-18
i965: Only flag the new-batch related state as dirty at new batch time.
Eric Anholt
1
-5
/
+1
2011-06-18
mesa: Fix render-to-texture regression.
Eric Anholt
1
-2
/
+2
2011-06-18
mesa: Flag _NEW_BUFFERS when unbinding an attachment on glDeleteTextures.
Eric Anholt
1
-0
/
+2
2011-06-18
i965: Don't try to continue space before the start of a VBO.
Eric Anholt
1
-0
/
+2
2011-06-18
i965: Add missing state flag for vertex elements on current VS program.
Eric Anholt
1
-1
/
+2
2011-06-18
r300g: rename AOS -> VARRAYS
Marek Olšák
1
-17
/
+17
2011-06-18
r300g: fix handling PREP_* options
Marek Olšák
1
-31
/
+32
2011-06-18
r600g: fix LIT to handle src==dst properly
Vadim Girlin
1
-1
/
+3
2011-06-18
r600g: fix RSQ to use abs value of operand on evergreen
Vadim Girlin
1
-1
/
+1
2011-06-18
r600g: fix source box in r600_resource_copy_region
Vadim Girlin
1
-2
/
+11
2011-06-17
mesa: allow depth texture arrays
Brian Paul
1
-1
/
+5
2011-06-17
st/mesa: remove unneeded test for GL_TRUE
Brian Paul
1
-1
/
+1
2011-06-17
st/mesa: remove redundant _mesa_is_depth_format() call
Brian Paul
1
-2
/
+1
2011-06-17
st/mesa: remove trailing whitespace in st_format.c
Brian Paul
1
-2
/
+2
2011-06-17
st/mesa: move comment for ChooseTextureFormat() to right place
Brian Paul
1
-3
/
+4
2011-06-17
apple: Use apple_cgl_get_dl_handle() rather than opening a new handle
Jeremy Huddleston
1
-22
/
+2
2011-06-17
scons: List all targets.
José Fonseca
1
-0
/
+15
2011-06-17
scons: Remember the options set on the command line.
José Fonseca
1
-0
/
+2
2011-06-17
scons: Don't list MSVS_VERSION option outside windows platforms.
José Fonseca
1
-1
/
+2
2011-06-17
scons: Correct glapi USE_xxx_ASM flags.
José Fonseca
1
-11
/
+4
2011-06-17
scons: Accept verbose=yes instead of quiet=no.
José Fonseca
2
-2
/
+4
2011-06-17
glx: implement drawable refcounting.
Stéphane Marchesin
6
-21
/
+37
2011-06-17
scons: Move all env setup to scons/gallium.py
José Fonseca
2
-22
/
+18
2011-06-17
scons: make embedding orthogonal to the platform
José Fonseca
13
-83
/
+56
2011-06-16
mesa: use helper functions to distinguish between user/winsys FBOs
Brian Paul
1
-18
/
+42
2011-06-16
mesa: refactor, create _mesa_update_draw_buffers() helper
Brian Paul
3
-11
/
+27
2011-06-16
mesa: updated comments in _make_current()
Brian Paul
1
-8
/
+5
2011-06-16
r600: fix SPI inputs setup on r600/r700
Vadim Girlin
1
-4
/
+9
2011-06-15
intel: Fix typo in intel_offset_S8 comments
Chad Versace
1
-1
/
+1
2011-06-15
i965/gen5,6: Fix hang when emitting hiz buffer without stencil buffer
Chad Versace
1
-18
/
+40
2011-06-15
r600g: disable render condition for some blitter operations
Marek Olšák
3
-6
/
+34
2011-06-15
r600g: fix TXD src regs needing fetching.
Mike Kaplinskiy
1
-46
/
+50
2011-06-15
r600g: use inlines for some common tex instr setup code.
Mike Kaplinskiy
1
-11
/
+24
2011-06-14
glsl/builtins: Actually implement int/ivec variants of abs().
Kenneth Graunke
1
-0
/
+20
2011-06-15
r600g: fix TXD when shadowing is enabled.
Mike Kaplinskiy
2
-6
/
+17
2011-06-15
r600g: add TXD support.
Dave Airlie
4
-6
/
+64
2011-06-14
i915g: add const qualifier to silence warning
Brian Paul
1
-1
/
+1
2011-06-15
r600g: also set TILE_MODE of the base level
Marek Olšák
1
-1
/
+1
2011-06-15
r600g: force OpenGL's BASE_LEVEL behavior on r600-r700
Marek Olšák
1
-10
/
+16
2011-06-14
glsl/generate_builtins.py: Remove regexp to kill pointer addresses.
Kenneth Graunke
1
-4
/
+0
2011-06-14
glapi: _glapi_create_table_from_handle: Set missing pointers to NoOp rather t...
Jeremy Huddleston
2
-2586
/
+2666
2011-06-14
st/mesa: fix indentation, whitespace
Brian Paul
1
-69
/
+74
2011-06-14
st/mesa: replace st->ctx with ctx
Brian Paul
7
-69
/
+80
2011-06-14
st/mesa: fix comments, whitespace
Brian Paul
1
-3
/
+4
2011-06-14
docs: 7.10.3 updates
Brian Paul
3
-1
/
+312
2011-06-14
st/mesa: improved is_interleaved_arrays() checking
Brian Paul
1
-31
/
+19
[prev]
[next]