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-04-25
winsys/wayland: Fix typo in Makefile
wayland-softpipe-2
Benjamin Franzke
1
-1
/
+1
2011-04-25
st/egl: Add wayland shm softpipe support
Benjamin Franzke
4
-3
/
+192
2011-04-25
st/egl: Generalize wayland backend a bit
Benjamin Franzke
3
-253
/
+361
2011-04-25
winsys: Add wayland shm sw winsys
Benjamin Franzke
5
-0
/
+344
2011-04-25
r600g: Unify comment style somewhat.
Henri Verbeet
7
-48
/
+53
2011-04-25
r600g: Cleanup the big endian support a bit.
Henri Verbeet
11
-162
/
+166
2011-04-25
r600g: Use EG constants in EG r600_colorformat_endian_swap().
Henri Verbeet
1
-21
/
+21
2011-04-25
configure.ac: require LLVM for r300g on x86 and x86_64
Marek Olšák
1
-1
/
+8
2011-04-25
configure.ac: enable LLVM by default on x86 and x86_64
Marek Olšák
1
-1
/
+6
2011-04-25
mesa: add stricter checks for float formats in the texstore memcpy path
Marek Olšák
1
-0
/
+2
2011-04-25
mesa: implement generate-mipmap fallback for RGB10_A2
Marek Olšák
1
-0
/
+80
2011-04-24
r600g: Remove r600_helper.c from SConscript.
Vinson Lee
1
-1
/
+0
2011-04-25
docs: update GL3 status
Marek Olšák
1
-4
/
+4
2011-04-25
r600g: remove some pointless and unused functions
Marek Olšák
3
-21
/
+3
2011-04-25
r600g: do not reset device to 0 when doing unrelated operations
Marek Olšák
1
-2
/
+0
2011-04-25
r600g: trivially implement LATC/3DC
Marek Olšák
1
-0
/
+4
2011-04-25
r600g: drop r600_helper.c no point in it
Dave Airlie
4
-73
/
+39
2011-04-25
r600g: enable EXT_draw_buffers2
Dave Airlie
1
-5
/
+1
2011-04-25
st/mesa: fix regression since a22aba4eae9b29db731487bce90e8292f7e82c72
Dave Airlie
1
-2
/
+2
2011-04-24
r600g: fix glean clipflat test.
Dave Airlie
2
-3
/
+8
2011-04-24
r300g: reorder caps
Marek Olšák
1
-13
/
+11
2011-04-24
r300g: fix exposing caps on r300-r400
Marek Olšák
1
-2
/
+2
2011-04-23
glsl: Fix typos in comments.
Bryan Cain
1
-6
/
+6
2011-04-24
r600g: fix glsl-fs-abs-neg
Dave Airlie
1
-0
/
+2
2011-04-24
r600g: fix bank swizzle calcs for scalar only operations.
Dave Airlie
1
-15
/
+25
2011-04-24
r600g: PV/PS have cycle restrictions in scalar operations
Dave Airlie
1
-2
/
+6
2011-04-23
mesa: Add some comments about FRAG_RESULT_COLOR vs FRAG_RESULT_DATAn.
Eric Anholt
1
-0
/
+8
2011-04-23
mesa: Fix fragment.color (no index) writes with OPTION ARB_draw_buffers.
Eric Anholt
1
-3
/
+8
2011-04-23
i965: Don't double-emit fragment.color writes for MRT with ARB_fp.
Eric Anholt
2
-35
/
+19
2011-04-23
i965: Fill in the remaining fields of gen5+ sampler default color.
Eric Anholt
1
-4
/
+14
2011-04-23
i965: Fix batch decode for the gen5+ sampler default color.
Eric Anholt
1
-6
/
+24
2011-04-23
intel: Add support for ARB_sampler_objects.
Eric Anholt
13
-80
/
+99
2011-04-23
i965: Add support for NV_conditional_render.
Eric Anholt
7
-1
/
+19
2011-04-23
swrast: Disable glAccum drawing during conditional rendering.
Eric Anholt
1
-0
/
+4
2011-04-23
meta: Don't do conditional rendering on GenerateMipmaps and BlitFramebuffer.
Eric Anholt
1
-1
/
+24
2011-04-23
i965: Add support for ARB_texture_compression_rgtc.
Eric Anholt
4
-2
/
+13
2011-04-23
mesa: Don't assert on the compressed convertformat for GenerateMipmaps.
Eric Anholt
1
-1
/
+0
2011-04-23
mesa: Choose RGTC formats for GL_COMPRESSED_RED, GL_COMPRESSED_RG.
Eric Anholt
1
-0
/
+8
2011-04-23
mesa/gdi: Address compiler warnings.
José Fonseca
2
-136
/
+131
2011-04-23
mesa/gdi: Remove InitCritSections.cpp.
José Fonseca
1
-33
/
+0
2011-04-23
Drop fx windows driver.
José Fonseca
3
-2299
/
+0
2011-04-23
glu: Fix linux build
Jakob Bornecrantz
1
-1
/
+1
2011-04-23
glu: Clone the enviroment
Jakob Bornecrantz
1
-0
/
+2
2011-04-23
docs: Remove MSVS project files.
José Fonseca
22
-9091
/
+9
2011-04-23
scons: Build glu.
José Fonseca
4
-2
/
+143
2011-04-23
scons: Build classic mesa gdi driver.
José Fonseca
6
-115
/
+52
2011-04-23
osmesa: Fix Mingw build.
José Fonseca
1
-16
/
+1
2011-04-23
scons: Build osmesa.
José Fonseca
3
-0
/
+108
2011-04-23
mapi/glapi: Avoid warnings about visibility being unsupported on MinGW.
José Fonseca
2
-2
/
+2
2011-04-23
mesa/vf: Remove.
José Fonseca
5
-2257
/
+0
[next]