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
2012-01-25
automake: src/egl/wayland
automake
Benjamin Franzke
14
-190
/
+47
2012-01-25
st/mesa: Fix recurring surfaceless contexts
Benjamin Franzke
1
-2
/
+4
2012-01-24
mesa: Fix CopyTex{Sub,}Image error checks for integer vs non-integer.
Eric Anholt
1
-8
/
+31
2012-01-24
mesa: Add missing integer R/RG cases to _mesa_is_color_format().
Eric Anholt
1
-0
/
+12
2012-01-24
meta: Detect currently-unsupported integer CopyTexSubImage and complain.
Eric Anholt
1
-0
/
+5
2012-01-24
mesa: Add the remaining from/to types for GL_EXT_texture_integer (and R/RG).
Eric Anholt
2
-51
/
+176
2012-01-24
mesa: Add support for glGetTexImage on GL_TEXTURE_1D_ARRAY
Eric Anholt
1
-2
/
+7
2012-01-24
mesa: s/GLuint col/GLint col/ to avoid signed/unsigned comparison warnings.
Eric Anholt
1
-8
/
+8
2012-01-24
mesa: Add support for glGetTexImage() from integer textures.
Eric Anholt
1
-38
/
+80
2012-01-24
i965/gen6+: Work around GPU hangs with logic ops on integer textures.
Eric Anholt
1
-2
/
+7
2012-01-24
i965/gen6+: Disable blending, alpha test, and dither on integer FBOs.
Eric Anholt
1
-6
/
+23
2012-01-24
mesa/gdi: remove wmesa_set_renderbuffer_funcs() function
Brian Paul
1
-50
/
+0
2012-01-24
dri/swrast: remove obsolete swrast_span.c file from source list
Brian Paul
1
-2
/
+1
2012-01-24
swrast: fix uninitialized variable warning
Brian Paul
1
-1
/
+1
2012-01-24
swrast: make rowStride variable signed in put_z32_values()
Brian Paul
1
-1
/
+1
2012-01-24
intel: use swrast code to map/unmap renderbuffers for swrast rendering
Brian Paul
1
-79
/
+2
2012-01-24
mesa: update comments, fix whitespace in dd.h
Brian Paul
1
-21
/
+14
2012-01-24
swrast: remove unused StoreTexel code
Brian Paul
4
-1187
/
+183
2012-01-24
swrast: use Map/UnmapTextureImage() in framebuffer map/unmap code
Brian Paul
1
-15
/
+13
2012-01-24
mesa: remove ctx->Driver.Map/UnmapTexture() hooks
Brian Paul
3
-10
/
+0
2012-01-24
nouveau: stop calling ctx->Driver.Map/UnmapTexture()
Brian Paul
2
-40
/
+4
2012-01-24
tnl: remove ctx->Driver.Map/UnmapTexture() calls
Brian Paul
1
-8
/
+2
2012-01-24
swrast: move some renderbuffer functions to s_renderbuffer.c
Brian Paul
2
-121
/
+121
2012-01-24
intel: remove intel_span_supports_format()
Brian Paul
3
-21
/
+0
2012-01-24
swrast: remove a few extra _mesa_get_format_bytes() calls
Brian Paul
1
-4
/
+6
2012-01-24
mesa: update comments for gl_renderbuffer
Brian Paul
1
-16
/
+9
2012-01-24
mesa/swrast/drivers: remove obsolete gl_renderbuffer fields
Brian Paul
1
-7
/
+0
2012-01-24
dri/swrast: use swrast_renderbuffer type
Brian Paul
2
-35
/
+41
2012-01-24
swrast: use swrast_renderbuffer instead of gl_renderbuffer
Brian Paul
9
-41
/
+62
2012-01-24
osmesa: use swrast_renderbuffer
Brian Paul
1
-42
/
+45
2012-01-24
radeon: derive radeon_renderbuffer from swrast_renderbuffer
Brian Paul
14
-64
/
+73
2012-01-24
intel: derive intel_renderbuffer from swrast_renderbuffer
Brian Paul
7
-49
/
+55
2012-01-24
xlib: derive xmesa_renderbuffer from swrast_renderbuffer
Brian Paul
4
-24
/
+27
2012-01-24
swrast: allocate swrast_renderbuffers instead of gl_renderbuffers
Brian Paul
2
-7
/
+7
2012-01-24
swrast: new swrast_renderbuffer type
Brian Paul
1
-0
/
+25
2012-01-24
intel: use intel_rb_format() to get renderbuffer format
Brian Paul
11
-42
/
+56
2012-01-24
dri/swrast: rename swrast_renderbuffer to dri_swrast_renderbuffer
Brian Paul
2
-14
/
+14
2012-01-24
swrast: use stencil packing function in s_stencil.c
Brian Paul
1
-1
/
+3
2012-01-24
swrast: use color packing functions in s_span.c
Brian Paul
1
-4
/
+9
2012-01-24
swrast: remove s_spantemp.h
Brian Paul
1
-149
/
+0
2012-01-24
xlib: remove xm_span.c and related code
Brian Paul
6
-249
/
+1
2012-01-24
mesa: remove gl_renderbuffer::Wrapped
Brian Paul
7
-23
/
+13
2012-01-24
swrast: rewrite, simplify the the render-to-texture code
Brian Paul
1
-110
/
+30
2012-01-24
mesa: rename gl_renderbuffer::Data to Buffer
Brian Paul
7
-38
/
+41
2012-01-24
mesa: move freeing of software renderbuffers into swrast
Brian Paul
2
-6
/
+16
2012-01-24
mesa: remove gl_renderbuffer::DataType
Brian Paul
17
-249
/
+39
2012-01-24
mesa: remove gl_renderbuffer:RowStride field
Brian Paul
9
-16
/
+7
2012-01-24
mesa: finally, remove the GetRow/PutRow/etc functions
Brian Paul
1
-37
/
+0
2012-01-24
dri: remove all the obsolete spantmp files
Brian Paul
4
-1259
/
+0
2012-01-24
radeon: remove obsolete GetRow/PutRow code
Brian Paul
2
-167
/
+0
[next]