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-20
egl_dri2/x11: Check availability of the dri2 extension
fix
Benjamin Franzke
1
-0
/
+9
2011-06-14
apple: Set the glapi dispatch table on context bind
Jeremy Huddleston
4
-3
/
+4
2011-06-14
configure.ac: cleanup the gallium-r300 option
Marek Olšák
1
-19
/
+13
2011-06-14
st/xorg: remove unused variable
Marek Olšák
1
-1
/
+0
2011-06-14
r600g: do not link with softpipe
Marek Olšák
1
-1
/
+0
2011-06-14
r300g: do not link with softpipe
Marek Olšák
1
-1
/
+0
2011-06-14
xorg-radeon: rename to xorg-r300
Marek Olšák
4
-31
/
+31
2011-06-14
target-helpers: remove copy-pasted function inline_noop_helper
Marek Olšák
3
-52
/
+9
2011-06-14
r600g: skip SPI setup for position and face inputs
Vadim Girlin
2
-4
/
+4
2011-06-14
r600g: move depth texture flushing out of line.
Dave Airlie
6
-7
/
+36
2011-06-13
meta: Fix glCopyTexImage(GL_LUMINANCE) from non-GL_LUMINANCE source.
Eric Anholt
1
-0
/
+14
2011-06-13
intel: Fix mipmap and format handling of blit glCopyPixels().
Eric Anholt
1
-45
/
+53
2011-06-13
intel: Do the drawable x/y offset in intel_renderbuffer_map() for spans.
Eric Anholt
1
-64
/
+27
2011-06-13
intel: Use rb->Data and rb->RowStride to handle spans Y flipping.
Eric Anholt
1
-7
/
+4
2011-06-13
intel: Clean up intel_render_texture with a rename and a helper function.
Eric Anholt
1
-10
/
+6
2011-06-13
intel: Move the draw_x/draw_y to the renderbuffer where it belongs.
Eric Anholt
12
-80
/
+97
2011-06-13
dri: include swrast.h, not s_texrender.h
Brian Paul
2
-2
/
+2
2011-06-13
glx: Remove check for gc->vtable->destroy
Jeremy Huddleston
1
-2
/
+1
2011-06-13
apple: applegl_destroy_context: Pass along the correct display
Jeremy Huddleston
1
-1
/
+1
2011-06-13
apple: Dead code removal
Jeremy Huddleston
2
-2
/
+0
2011-06-13
glapi: Add check for NULL symbol_prefix in gentable and fix warnings
Jeremy Huddleston
2
-2594
/
+3891
2011-06-13
i915g: add a few more render target formats
Daniel Vetter
1
-0
/
+7
2011-06-13
mesa: move texrender.c to swrast
Brian Paul
8
-44
/
+35
2011-06-13
vbo: minor simplification in print_draw_arrays() debug function
Brian Paul
1
-4
/
+4
2011-06-13
mesa: move invariant code out of loop in get_tex_rgba()
Brian Paul
1
-14
/
+14
2011-06-13
r600g: Put shaders into immutable buffers.
Mathias Fröhlich
2
-2
/
+3
2011-06-13
r600g: Allow VRAM for the initial domain for every buffer binding.
Mathias Fröhlich
1
-15
/
+11
2011-06-13
r600g: Set the domains value also for recycled buffer objects.
Mathias Fröhlich
1
-12
/
+14
2011-06-13
r600g: Fix typo.
Mathias Fröhlich
1
-1
/
+1
2011-06-13
r600g: remove useless call to u_upload_flush
Pierre-Eric Pelloux-Prayer
1
-5
/
+0
2011-06-13
st/mesa: rebind vertex arrays if _NEW_BUFFER_OBJECT is dirty
Marek Olšák
1
-1
/
+2
2011-06-13
r600g: fixed bo memory leak issue
Pierre-Eric Pelloux-Prayer
1
-0
/
+1
2011-06-13
mapi: declare x86_entry_start/end static
Chia-I Wu
2
-5
/
+6
2011-06-13
mapi: Fix tls with shared/es-glapi on x86-64
Benjamin Franzke
1
-1
/
+3
2011-06-13
wayland-drm: remove depend on "make clean"
Chia-I Wu
1
-0
/
+1
2011-06-13
egl_dri2: try swrastg_dri if swrast_dri fails
Chia-I Wu
1
-0
/
+6
2011-06-13
egl_dri2: add dri2_load_driver_swrast
Chia-I Wu
3
-19
/
+44
2011-06-12
egl_dri2: Compare configs before matching them
Benjamin Franzke
1
-1
/
+13
2011-06-12
st/eglwayland: Add support for EGL_DEFAULT_DISPLAY
Benjamin Franzke
4
-0
/
+15
2011-06-12
egl_dri2/wayland: Add support for EGL_DEFAULT_DISPLAY
Benjamin Franzke
2
-3
/
+23
2011-06-11
apple: Request OpenGL 3.2 from OpenGL.framework if available
Jeremy Huddleston
1
-0
/
+15
2011-06-11
apple: Store the CGL API version number for future reference
Jeremy Huddleston
2
-5
/
+5
2011-06-11
apple: Use a struct glx_config * rather than a void * in apple_visual_create_...
Jeremy Huddleston
2
-19
/
+17
2011-06-11
apple: Use _glapi_create_table_from_handle to initialize our dispatch table
Jeremy Huddleston
1
-1117
/
+1
2011-06-11
glapi: Add API that can create a _glapi_table from a dlfcn handle
Jeremy Huddleston
5
-2
/
+7947
2011-06-11
r300g: max_anisotropy of 1 is not anisotropic filtering
Marek Olšák
1
-1
/
+1
2011-06-11
i915g: implement fence signalling
Daniel Vetter
1
-2
/
+6
2011-06-10
i965: Add support for GL_FIXED vertex attributes.
Eric Anholt
4
-1
/
+41
2011-06-10
glsl: Fix incorrect optimization of instructions before discard statements.
Eric Anholt
1
-3
/
+17
2011-06-10
Fix format not a string literal error with -Werror=format-security
Eugeni Dodonov
1
-1
/
+1
[next]