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-07
some work on abs
glsl-to-llvm
Vincent Lejeune
7
-528
/
+638
2012-10-07
radeon/llvm: use llvm intrinsic for flog2
Vincent Lejeune
2
-1
/
+2
2012-10-07
radeon/llvm: lower select to selectcc
Vincent Lejeune
2
-2
/
+16
2012-10-07
radeon/llvm: support for vectorised select
Vincent Lejeune
2
-0
/
+15
2012-10-04
radeon/llvm: add support for cos/sin intrinsic
Vincent Lejeune
1
-6
/
+11
2012-10-04
radeon/llvm: add a pattern for fsqrt
Vincent Lejeune
1
-0
/
+3
2012-10-04
radeon/llvm: support for various vectorised operations
Vincent Lejeune
1
-0
/
+14
2012-10-04
radeon/llvm: adds a ReserveReg pass
Vincent Lejeune
5
-3
/
+118
2012-10-04
gallium/radeon: enable glsl-to-llvm
Vincent Lejeune
11
-8
/
+57
2012-10-04
radeon/llvm: add a setue pattern
Vincent Lejeune
1
-0
/
+5
2012-10-04
radeon/llvm: add mad instruction
Vincent Lejeune
1
-0
/
+8
2012-10-04
gallium/radeon : Adds glsl-to-llvm
Vincent Lejeune
10
-1
/
+3025
2012-10-04
some other stuff
Vincent Lejeune
2
-1
/
+6
2012-10-03
intel: Fix intel_texsubimage_tiled_memcpy to skip GL_EXT_unpack_subimage case
Rob Bradford
1
-1
/
+4
2012-10-03
dri drivers: Link dricommon before dynamic libraries
Matt Turner
5
-10
/
+10
2012-10-03
register_allocate: don't consider trivially colorable registers for spilling.
Paul Berry
1
-0
/
+7
2012-10-03
glx/dri2: use uint64_t instead of double to represent time for FPS calculation
Marek Olšák
1
-5
/
+6
2012-10-03
mesa: tests: EnumStrings.LookUpByNumber
Oliver McFadden
1
-2
/
+2
2012-10-03
docs: add link to the GLSL compiler page
Andreas Boll
1
-0
/
+1
2012-10-03
docs: update shading documentation
Andreas Boll
1
-8
/
+5
2012-10-02
build: Remove autoconf check for signbit
Matt Turner
1
-7
/
+0
2012-10-02
i915g: Implement srgb textures the easy way.
Stéphane Marchesin
3
-102
/
+9
2012-10-02
i915g: Use X tiling for textures
Stéphane Marchesin
1
-7
/
+2
2012-10-02
SwapBuffersRegionNOK: invert rectangles on y axis
Robert Bragg
1
-2
/
+1
2012-10-02
mesa: remove bogus compressed texture size checks
Brian Paul
2
-28
/
+0
2012-10-02
radeonsi: Fix double compilation of shader variants.
Michel Dänzer
2
-6
/
+4
2012-10-02
radeonsi: Better indexing of parameters in the pixel shader.
Michel Dänzer
3
-8
/
+12
2012-10-02
radeon/llvm: Disable SI flow control again for now.
Michel Dänzer
1
-1
/
+2
2012-10-02
docs/helpwanted: cleanup todo list links
Andreas Boll
1
-14
/
+24
2012-10-02
docs: document how to apply a candidate to a stable branch
Andreas Boll
1
-0
/
+8
2012-10-02
docs: document how to mark a candidate for a stable branch
Andreas Boll
1
-0
/
+16
2012-10-02
android: glcpp: fix abuse of yylex
Negreanu Marius Adrian
2
-6
/
+6
2012-10-01
build: Don't build libdricore if not building classic drivers
Matt Turner
2
-1
/
+6
2012-10-01
libdricore: Remove dead C(XX)FLAGS_NOVISIBILITY
Matt Turner
1
-5
/
+2
2012-10-01
build: Add visibility CFLAGS to OSMesa
Matt Turner
1
-2
/
+4
2012-10-01
build: Link OSMesa with glapi, libdl, libstdc++
Matt Turner
1
-5
/
+12
2012-10-01
build: Set visibility CFLAGS in dri/swrast
Matt Turner
1
-1
/
+2
2012-10-01
build: Set visibility CFLAGS in dri/r200
Matt Turner
1
-0
/
+1
2012-10-01
build: Set visibility CFLAGS in dri/radeon
Matt Turner
1
-0
/
+1
2012-10-01
build: Set visibility CFLAGS in dri/nouveau
Matt Turner
1
-0
/
+1
2012-10-01
build: Set visibility CFLAGS in dri/i915
Matt Turner
1
-0
/
+1
2012-10-01
build: Set visibility CFLAGS in dri/common
Matt Turner
1
-1
/
+2
2012-10-01
build: Build src/glsl with visibility CFLAGS
Matt Turner
1
-3
/
+3
2012-10-01
build: Turn on visibility CFLAGS for core mesa
Matt Turner
1
-2
/
+2
2012-10-01
build: Order src/Makefile correctly
Matt Turner
1
-1
/
+1
2012-10-01
build: Use AX_PTHREAD's HAVE_PTHREAD preprocessor definition
Matt Turner
15
-35
/
+35
2012-10-01
build: Use PTHREAD_LIBS and PTHREAD_CFLAGS
Matt Turner
6
-23
/
+32
2012-10-01
build: Set PTHREAD_LIBS for pkgconfig files if empty
Matt Turner
1
-0
/
+4
2012-10-01
llvmpipe: Fix build with LLVM 2.8
Tom Stellard
1
-1
/
+1
2012-10-01
configure.ac: Use amdgpu component for LLVM 3.2
Tom Stellard
1
-4
/
+2
[next]