index
:
~vlj/mesa
arlfixes
cayman-fix
codesize
constbuf
constbuf2
export
export-vs
glsl-to-llvm
glsl-to-llvm-05nov
glsl-to-llvm-sync2
glsl-to-llvm-wip
glsl-to-llvm2
glsl-to-llvm3
glsltollvm
glsltollvmdump
glsltollvmold
interp
interpolation
interpolation2
interpolation3
intrinsics
llvm-simplification
master
modprop
native
r600-llvm
Mesa clone to host some work
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-09
glx: Allow glXSwapInterval(0) when vblank_mode=0.
Eric Anholt
1
-1
/
+3
2012-10-09
glx: Replace DRI2GetMSC custom protocol with XCB.
Eric Anholt
3
-52
/
+10
2012-10-09
glx: Replace DRI2WaitForMSC custom protocol with XCB.
Eric Anholt
3
-66
/
+21
2012-10-09
glx: Replace DRI2WaitForSBC custom protocol with XCB.
Eric Anholt
3
-54
/
+34
2012-10-09
glx/dri1: Remove uncompiled __DRI_SWAP_BUFFER_COUNTER code.
Eric Anholt
1
-61
/
+0
2012-10-09
egl: Quit checking for a bug in old xcb when we require new xcb.
Eric Anholt
2
-9
/
+0
2012-10-09
egl: Drop xcb ifdefs by just requiring a version from this year.
Eric Anholt
2
-14
/
+1
2012-10-09
egl: Unifdef dri_interface.h defines.
Eric Anholt
1
-6
/
+0
2012-10-09
glx: Unifdef some dri_interface.h defines.
Eric Anholt
1
-14
/
+1
2012-10-09
glx: Require xcb_dri2 for building glxdri2.c.
Eric Anholt
1
-1
/
+1
2012-10-09
glx: Remove the last user of -DUSE_XCB.
Eric Anholt
2
-6
/
+0
2012-10-09
glx: Unifdef USE_XCB.
Eric Anholt
4
-248
/
+0
2012-10-09
egl: Cleanly cast EGLNative* pointers to X11 types.
Eric Anholt
1
-2
/
+4
2012-10-09
r600g: use a select to handle front/back color in llvm
Vincent Lejeune
2
-5
/
+44
2012-10-09
r600g: frontcolor tracks its associated backcolor
Vincent Lejeune
2
-25
/
+35
2012-10-09
Remove VAAPI support.
Matt Turner
19
-1524
/
+4
2012-10-09
nv50: fix build after "nv50: fix printf warning"
Marcin Slusarz
1
-0
/
+2
2012-10-09
nouveau: use pre-calculated stride for resource_get_handle
Marcin Slusarz
2
-4
/
+2
2012-10-09
r600g: Fix build with --enable-opencl
Tom Stellard
1
-1
/
+3
2012-10-09
mesa/tests: Remove driverCtx parameter from call to _mesa_initialize_context
Ian Romanick
1
-2
/
+1
2012-10-09
intel: Add missing #include <time.h>
Quentin Glidic
1
-0
/
+1
2012-10-09
i965: Delete some dead code from brw_eu_emit.c.
Kenneth Graunke
2
-120
/
+0
2012-10-09
docs: add missing release date
Andreas Boll
1
-0
/
+2
2012-10-09
docs: update release notes for 9.0
Andreas Boll
1
-2
/
+4
2012-10-09
docs: add news item for 9.0 release
Andreas Boll
1
-0
/
+8
2012-10-09
mesa: remove unused _mesa_cpal_compressed_format_type() function
Brian Paul
2
-18
/
+0
2012-10-09
nv50: fix printf warning
Marek Olšák
1
-1
/
+2
2012-10-09
nv30: fix type conversion warning
Marek Olšák
1
-1
/
+1
2012-10-09
i915g: fix unused variable and type conversion warnings
Marek Olšák
2
-2
/
+1
2012-10-09
teximage: Remove unnecessary compressed format check
Daniel Stone
1
-4
/
+0
2012-10-09
docs: update FAQ
Andreas Boll
1
-19
/
+24
2012-10-09
nv50: point vertex runout at a valid address
Ben Skeggs
1
-0
/
+12
2012-10-09
nvc0: point vertex runout at a valid address
Ben Skeggs
1
-5
/
+16
2012-10-09
nvc0: fix missing permanent bo reference on poly cache
Ben Skeggs
1
-0
/
+1
2012-10-08
Revert "st/mesa: remove unused variables to fix compile warnings"
Brian Paul
1
-0
/
+2
2012-10-08
mesa: minor whitespace fixes in teximage.c
Brian Paul
1
-2
/
+2
2012-10-09
st/mesa: remove unused variables to fix compile warnings
Marek Olšák
1
-1
/
+0
2012-10-09
mesa: remove unused variables to fix compile warnings
Marek Olšák
1
-7
/
+0
2012-10-09
softpipe: initialize quadColor2 to fix compile warnings
Marek Olšák
1
-1
/
+1
2012-10-09
r600g: remove unused variables to fix compile warnings
Marek Olšák
2
-4
/
+0
2012-10-09
llvmpipe: remove unused variables to fix compile warnings
Marek Olšák
2
-6
/
+3
2012-10-08
i915g: Don't clobber I915_NEW_FS on new framebuffer.
Stéphane Marchesin
1
-1
/
+1
2012-10-08
i965/fs: Improve performance of copy/constant propagation.
Eric Anholt
2
-18
/
+30
2012-10-08
i965/fs: Move constant propagation to the same codebase as copy prop.
Eric Anholt
3
-165
/
+124
2012-10-08
i965: Remove the old ARB_fragment_program backend.
Eric Anholt
9
-4810
/
+0
2012-10-08
i965: Replace brw_wm_* with dumping code into the fs_visitor.
Eric Anholt
10
-109
/
+860
2012-10-08
i965: Reduce maximum GL_ARB_fragment_program instruction count to 1024.
Eric Anholt
1
-4
/
+4
2012-10-08
i965/fs: Add a couple more algebraic cases that help some ARB_fp patterns.
Eric Anholt
1
-0
/
+23
2012-10-08
i965/fs: Pull ir_binop_min/ir_binop_max handling to a separate function.
Eric Anholt
2
-31
/
+23
2012-10-08
i965/fs: Refactor rectangle/GL_CLAMP texture coordinate adjustment.
Eric Anholt
2
-21
/
+16
[prev]
[next]