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-22
egl_dri2: Support shm wl_buffers in eglCreateImageKHR
shm-in-egl
Benjamin Franzke
2
-32
/
+167
2011-03-22
st/dri: Implement DRIimageExtension::{createImageFromData,damageImage}
Benjamin Franzke
2
-0
/
+48
2011-03-22
st/dri: Add dri_context_get_pipe
Benjamin Franzke
2
-0
/
+11
2011-03-22
st/dri: Add dri_screen to DRIimage
Benjamin Franzke
2
-0
/
+4
2011-03-22
st/dri: Implement DRIimageExtension::dupImage
Benjamin Franzke
1
-0
/
+18
2011-03-22
intel: Implement DRIimageExtension::{createImageFromData,damageImage}
Benjamin Franzke
2
-1
/
+52
2011-03-22
intel: Implement DRIimageExtension::dupImage
Benjamin Franzke
1
-1
/
+26
2011-03-22
dri: Add createImageFromData and damageImage to DRIimageExtension
Benjamin Franzke
1
-0
/
+7
2011-03-22
dri: Add dupImage to DRIimageExtension
Benjamin Franzke
1
-0
/
+2
2011-03-22
egl/wayland: Follow buffer.attach removal
Benjamin Franzke
1
-1
/
+0
2011-03-22
egl/wayland: Update to buffer.damage addition
Benjamin Franzke
3
-4
/
+6
2011-03-22
r600g: fix bo names causing -35 EDEADLCK
Dave Airlie
3
-0
/
+48
2011-03-21
svga: Avoid synchronizing when doing piecewise upload of textures.
José Fonseca
1
-7
/
+8
2011-03-21
svga: Undo the DMA buffer size limiting.
José Fonseca
1
-13
/
+2
2011-03-21
glapi: drop glapi.[ch] and glapitemp.h from being copied to the X server.
Dave Airlie
1
-3
/
+0
2011-03-19
mesa: 80-column wrapping and comment updates
Brian Paul
1
-19
/
+20
2011-03-19
mesa: 80-column wrapping, update comment
Brian Paul
1
-7
/
+12
2011-03-19
gl.h: reorder some #defines
Brian Paul
1
-2
/
+2
2011-03-19
mesa: consolidate enable/disable code for GL_TEXTURE_GEN_S/T/R/Q
Brian Paul
1
-67
/
+9
2011-03-19
mesa: consolidate clip plane update code
Brian Paul
3
-25
/
+21
2011-03-19
mesa: 80-column wrapping
Brian Paul
1
-2
/
+2
2011-03-19
mesa: replace macro with function
Brian Paul
1
-8
/
+13
2011-03-19
mesa: 80-column wrapping
Brian Paul
1
-1
/
+2
2011-03-19
mesa: rename functions to follow Mesa conventions
Brian Paul
1
-35
/
+29
2011-03-19
mesa: 80-column wrapping
Brian Paul
1
-2
/
+4
2011-03-19
nv50,nvc0: implement texture barrier
Christoph Bumiller
2
-0
/
+22
2011-03-18
r300/compiler: Use a 4-bit writemask in pair instructions
Tom Stellard
3
-3
/
+4
2011-03-18
nouveau: Fix serious compiler warnings
Johannes Obermayr
2
-0
/
+2
2011-03-17
mesa: minor improvements in glTexEnvfv()
Brian Paul
1
-16
/
+17
2011-03-17
mesa: only report up to 50 _mesa_problem() calls
Brian Paul
1
-5
/
+11
2011-03-17
swrast: report data type in error message
Brian Paul
1
-1
/
+2
2011-03-17
mesa: Remove the CompileShader driver hook; it's just a no-op.
Kenneth Graunke
6
-42
/
+0
2011-03-16
mesa: use _mesa_get_current_tex_unit() helper in BindTexture()
Brian Paul
1
-2
/
+2
2011-03-16
mesa: remove unneeded local var in BindTexture()
Brian Paul
1
-3
/
+3
2011-03-16
mesa: clean up the glBindTexture early out code a bit
Brian Paul
1
-10
/
+12
2011-03-16
i965: Rename brw_(IF|CONT)_gen6 functions to gen6_(IF|CONT).
Kenneth Graunke
4
-11
/
+11
2011-03-16
autoconf: don't use CFLAGS for cpp files
Tobias Droste
2
-2
/
+2
2011-03-16
i965: Rename BRW_DATAPORT_..._GEN6 messages to GEN6_... for consistency.
Kenneth Graunke
2
-9
/
+9
2011-03-16
i965: Rename BRW_SAMPLER_MESSAGE_..._GEN5 to GEN5_SAMPLER_MESSAGE.
Kenneth Graunke
3
-17
/
+17
2011-03-16
svga: Leave any_user_vertex_buffers flag alone.
José Fonseca
2
-3
/
+0
2011-03-16
svga: Hardcode SVGA_COMBINE_USERBUFFERS to 1.
José Fonseca
5
-38
/
+12
2011-03-16
mesa: Sort extensions in extension string by year.
José Fonseca
1
-216
/
+278
2011-03-16
svga: Use transfer information on buffer transfers.
José Fonseca
2
-107
/
+81
2011-03-16
glsl2: Silence unused added variable gcc warning.
José Fonseca
1
-0
/
+1
2011-03-16
mesa: Use typecast in BITFIELD64_BIT macro.
José Fonseca
1
-5
/
+1
2011-03-15
mesa: use BITFIELD64_BIT() macro
Brian Paul
1
-2
/
+2
2011-03-15
st/mesa: use BITFIELD64_BIT() macro in a few more places
Brian Paul
3
-4
/
+4
2011-03-15
glsl: add cast to silence signed/unsigned comparison warning
Brian Paul
1
-1
/
+1
2011-03-15
mesa: use 1UL for 64-bit unsigned constant for C++
Brian Paul
1
-0
/
+4
2011-03-15
glsl: Only allow unsized array assignment in an initializer
Ian Romanick
1
-14
/
+17
[next]