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-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
2012-01-24
nouveau: remove obsolete GetRow/PutRow code
Brian Paul
1
-85
/
+0
2012-01-24
intel: remove most of the span Get/PutRow code
Brian Paul
2
-134
/
+1
2012-01-24
dri/swrast: remove obsolete GetRow/PutRow code
Brian Paul
4
-582
/
+0
2012-01-24
osmesa: remove obsolete GetRow/PutRow code
Brian Paul
1
-430
/
+1
2012-01-24
xlib: remove obsolete GetRow/PutRow code
Brian Paul
1
-1594
/
+3
2012-01-24
mesa: remove obsolete PutRow, etc assignments
Brian Paul
1
-17
/
+0
2012-01-24
swrast: remove Get/PutRow()-related code
Brian Paul
2
-1224
/
+8
2012-01-24
st/mesa: remove gl_renderbuffer::GetPointer stuff
Brian Paul
1
-19
/
+0
2012-01-24
swrast: stop using Put/GetRow/Values() in swrast code
Brian Paul
5
-55
/
+193
2012-01-24
swrast: use gl_renderbuffer::StrideInBytes in depth/stencil code
Brian Paul
2
-6
/
+6
2012-01-24
mesa: use gl_renderbuffer::Map for all depth/stencil accesses
Brian Paul
4
-47
/
+124
2012-01-24
intel: make intel_renderbuffer_map/unmap() static
Brian Paul
2
-6
/
+3
2012-01-24
mesa: add new gl_renderbuffer fields
Brian Paul
1
-1
/
+6
2012-01-24
swrast: flush pending rendering before unmapping buffers
Brian Paul
1
-2
/
+3
2012-01-24
swrast: new assertions in _swrast_pixel_address()
Brian Paul
1
-0
/
+8
2012-01-24
swrast: use _swrast_pixel_address() in more places
Brian Paul
2
-7
/
+15
2012-01-24
swrast: s/Data/Map/ in swrast_texture_image
Brian Paul
15
-55
/
+55
2012-01-24
swrast: remove gl_renderbuffer::DataType check in DrawPixels()
Brian Paul
1
-5
/
+8
2012-01-24
swrast: remove gl_renderbuffer::DataType assertions
Brian Paul
3
-3
/
+0
2012-01-24
st/mesa: remove gl_renderbuffer:DataType assignments
Brian Paul
4
-107
/
+0
2012-01-24
swrast: make _swrast_get_values(), _swrast_get_row() static
Brian Paul
2
-23
/
+12
2012-01-24
swrast: remove dstType param from _swrast_read_rgba_span()
Brian Paul
3
-7
/
+7
2012-01-24
swrast: remove unused _swrast_put_row()
Brian Paul
2
-40
/
+0
2012-01-24
mesa: Don't resurrect deleted ARB VAOs in glPopClientAttrib
Ian Romanick
1
-11
/
+42
2012-01-24
mesa: Rename gl_array_object::VBOonly to ::ARBsemantics
Ian Romanick
4
-8
/
+29
2012-01-24
swrast: Use fixed-function processing instead _TexEnvProgram for DrawPixels
Ian Romanick
1
-2
/
+21
2012-01-24
mesa: Make sure _TexEnvProgram points at the current ff fragment program
Ian Romanick
1
-0
/
+9
2012-01-24
softpipe: move var initialization to silence warning
Brian Paul
1
-2
/
+1
2012-01-24
r600g: remove unused variable
Brian Paul
1
-1
/
+0
2012-01-24
glsl: Don't use newlocale on Haiku
Alexander von Gluck
1
-1
/
+2
2012-01-24
mesa: Don't use newlocale on Haiku
Alexander von Gluck
1
-1
/
+1
2012-01-24
svga: fix typedef conflicts on Haiku
Alexander von Gluck
1
-0
/
+4
2012-01-24
llvmpipe: fix symbol conflict on Haiku
Alexander von Gluck
1
-2
/
+2
2012-01-24
scons: Remove Haiku one-offs for gallium drivers
Alexander von Gluck
1
-7
/
+2
2012-01-24
gallium/postprocess: Proper reference counting of pp_jimenezmlaa depth buffer.
Michel Dänzer
1
-1
/
+2
2012-01-24
Revert "Always build shared glapi"
Matt Turner
15
-1
/
+86
2012-01-24
gbm: install libgbm.so into lib
Matt Turner
4
-3
/
+5
2012-01-24
llvmpipe: Fix math error in LP_DEBUG=counters output
Adam Jackson
1
-2
/
+3
2012-01-24
r600g: fix inconsistency with INTERP* opcode definitions
Vadim Girlin
3
-11
/
+11
2012-01-24
r600g: replace raw opcodes with names in the is_alu_trans/vector
Vadim Girlin
1
-12
/
+80
2012-01-24
r600g: add missing opcode definitions
Vadim Girlin
1
-5
/
+85
[next]