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-12-12
r600g: add some new pci ids
HEAD
master
Alex Deucher
1
-0
/
+10
2011-12-12
mesa: fix possible precision issues in pack/unpack/fetch functions
Marek Olšák
3
-16
/
+16
2011-12-12
r300g: integer and fixed-point 16.16 textures are not supported
Marek Olšák
1
-0
/
+11
2011-12-12
st/mesa: add color varyings to MaxVarying
Marek Olšák
1
-6
/
+4
2011-12-11
i915g: fix debug dump on 64 bit systems
Michael Karcher
1
-1
/
+1
2011-12-11
i915g: Fix wrong indices for LINE_LOOP case
Fatih Aşıcı
1
-2
/
+2
2011-12-11
vl: Add missing mpeg fields to pipe_mpeg12_picture_desc
Maarten Lankhorst
2
-0
/
+6
2011-12-11
g3dvl/xlib: fix build by changing include order
Tobias Droste
1
-2
/
+2
2011-12-10
st/mesa: move frag depth up a level.
Dave Airlie
2
-19
/
+19
2011-12-10
Revert "st/mesa: only resolve is number of samples is > 1"
Dave Airlie
1
-1
/
+1
2011-12-10
st/mesa: only resolve is number of samples is > 1
Dave Airlie
1
-1
/
+1
2011-12-10
mesa: add missing RG_INTEGER and some RED_INTEGER_EXT checks.
Dave Airlie
4
-0
/
+21
2011-12-10
gallium: implement ARB_conservative_depth
Marek Olšák
5
-1
/
+50
2011-12-09
util: Add strings.h include on unices
José Fonseca
1
-0
/
+4
2011-12-09
mesa/st: Don't modify the context draw/read buffers.
José Fonseca
1
-64
/
+0
2011-12-08
mesa,intel: use _mesa_image_offset() for PBOs
nobled
2
-15
/
+19
2011-12-08
mesa: add _mesa_image_offset()
nobled
2
-17
/
+57
2011-12-08
mesa/image: assert on bad format
nobled
1
-11
/
+9
2011-12-08
mesa/image: delete dead store
nobled
1
-7
/
+0
2011-12-08
glsl_to_tgsi: fix a bug in eliminate_dead_code_advanced()
Bryan Cain
1
-10
/
+8
2011-12-08
llvmpipe: Trim the fragment shader cached based on LLVM IR instruction count.
José Fonseca
6
-11
/
+62
2011-12-08
llvmpipe,draw,gallivm: Ensure we don't walk beyond the end of the shader vari...
José Fonseca
3
-5
/
+18
2011-12-08
swrast: use malloc instead of MAX_WIDTH arrays in glCopyPixels, zoom code
Brian Paul
2
-2
/
+18
2011-12-08
mesa: use malloc instead of MAX_WIDTH array in glReadPixels()
Brian Paul
1
-9
/
+14
2011-12-08
mesa: use malloc instead of MAX_WIDTH array in _mesa_convert_colors()
Brian Paul
1
-1
/
+7
2011-12-08
mesa: add MAX_PIXEL_BYTES define
Brian Paul
2
-0
/
+10
2011-12-08
mesa: simplify _mesa_remove_renderbuffer()
Brian Paul
1
-10
/
+2
2011-12-08
mesa: remove software-based renderbuffer code from core Mesa
Brian Paul
2
-2039
/
+0
2011-12-08
mesa/drivers: use new swrast renderbuffer functions
Brian Paul
12
-62
/
+74
2011-12-08
mesa: build new s_renderbuffer.c file
Brian Paul
2
-0
/
+2
2011-12-08
swrast: remove core renderbuffer functions from s_renderbuffer.[ch]
Brian Paul
2
-267
/
+49
2011-12-08
swrast: add s_renderbuffer.[ch], copied from main/renderbuffer.[ch]
Brian Paul
2
-0
/
+2318
2011-12-08
mesa: remove unused functions in depthstencil.c
Brian Paul
2
-171
/
+0
2011-12-08
mesa: make some renderbuffer functions static
Brian Paul
2
-76
/
+48
2011-12-08
swrast: remove dead accum buffer context fields
Brian Paul
2
-10
/
+1
2011-12-08
mesa: remove dead swrast and state tracker accum buffer code
Brian Paul
5
-1049
/
+0
2011-12-08
mesa: rewrite accum buffer support
Brian Paul
10
-15
/
+434
2011-12-08
mesa: new format_pack.c code
Brian Paul
4
-0
/
+2596
2011-12-08
mesa: remove the ctx->Driver.IsTextureResident() hook
Brian Paul
4
-30
/
+5
2011-12-08
mesa: remove TextureMemCpy driver hook
Brian Paul
4
-69
/
+2
2011-12-08
st/mesa: Use util_blit_pixels_writemask() for depth blits as well in st_copy_...
Henri Verbeet
1
-81
/
+89
2011-12-08
st/xa: Update xa_yuv_planar_blit semantics
Thomas Hellstrom
5
-12
/
+16
2011-12-07
i965 gen6: Implement pass-through GS for transform feedback.
Paul Berry
6
-46
/
+208
2011-12-07
i965: Clean up misleading defines for DWORD 2 of URB_WRITE header.
Paul Berry
5
-24
/
+59
2011-12-07
i965 gs: Clean up dodgy register re-use, at the cost of a few MOVs.
Paul Berry
2
-65
/
+111
2011-12-07
i965 gen6: Allocate URB space for GS
Paul Berry
3
-12
/
+63
2011-12-07
i965: Set the maximum number of GS URB entries on Sandybridge.
Kenneth Graunke
1
-0
/
+2
2011-12-07
i965: Only convert if/else to conditional adds prior to Gen6.
Paul Berry
1
-2
/
+28
2011-12-07
i965 gs: Remove unnecessary mapping of key->primitive.
Paul Berry
2
-16
/
+7
2011-12-07
mesa: Track changes to transform feedback state.
Paul Berry
2
-1
/
+9
[next]