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-11-20
r600g: Fix flushing issues with llvm on r700 hw
HEAD
master
Vincent Lejeune
1
-3
/
+3
2012-11-19
egl/dri2: Set error code when dri2CreateContextAttribs fails
Chad Versace
1
-0
/
+64
2012-11-19
i965: Validate requested GLES context version in brwCreateContext
Chad Versace
1
-33
/
+25
2012-11-19
automake: strip LLVM_CXXFLAGS and LLVM_CPPFLAGS too
Maarten Lankhorst
1
-2
/
+2
2012-11-17
i965/fs: Properly patch special values during VGRF compaction.
Kenneth Graunke
1
-0
/
+27
2012-11-17
i965/gen4: Respect the VERTEX_PROGRAM_TWO_SIDE vertex program/shader flag.
Eric Anholt
1
-3
/
+4
2012-11-17
mesa: Fix linker-assigned varying component counting since 8fb1e4a462
Eric Anholt
1
-2
/
+1
2012-11-17
mesa: Fix segfault on reading from a missing color read buffer.
Eric Anholt
1
-11
/
+11
2012-11-17
intel: Use core mesa support for determining lastLevel.
Eric Anholt
1
-3
/
+3
2012-11-17
mesa: Also handle GL_TEXTURE_EXTENRAL_OES in max num levels.
Eric Anholt
1
-0
/
+1
2012-11-17
i965/fs: Unify the param pointer allocation for FP/non-FP.
Eric Anholt
1
-13
/
+7
2012-11-17
st/vdpau: Fix vlVdpVideoSurfaceSize for interlaced buffers
Maarten Lankhorst
1
-2
/
+2
2012-11-17
docs: import release notes for 9.0.1, add news item
Andreas Boll
3
-0
/
+176
2012-11-16
util: Only use open coded snprintf for MSVC.
Vinson Lee
2
-3
/
+3
2012-11-16
clover: Fix build with clang 3.2
Tom Stellard
1
-1
/
+6
2012-11-16
r300/compiler: Avoid generating MOV instructions for invalid IMM swizzles v2
Tom Stellard
1
-4
/
+349
2012-11-16
radeonsi: clean up some magic numbers
Alex Deucher
1
-1
/
+2
2012-11-16
radeonsi: emit PA_SC_RASTER_CONFIG
Alex Deucher
1
-0
/
+11
2012-11-16
[PATCH] makefiles: use configured name for -ldrm* where possible
Maarten Lankhorst
13
-25
/
+25
2012-11-16
docs: add note about removal of OpenVMS support
Andreas Boll
1
-0
/
+1
2012-11-16
Remove OpenVMS support
Matt Turner
27
-2313
/
+4
2012-11-16
build: add missing Makefile.in files to tarballs target
Andreas Boll
1
-0
/
+3
2012-11-16
build: fix make tarballs target
Andreas Boll
1
-1
/
+1
2012-11-15
gles2: Update gl2ext.h to revision 19436
Matt Turner
1
-17
/
+301
2012-11-15
gles2: Update gl2.h to revision 16803
Matt Turner
1
-3
/
+2
2012-11-15
gles: Update glext.h to revision 19260
Matt Turner
1
-7
/
+212
2012-11-15
egl: Update eglext.h to revision 19571
Matt Turner
1
-1
/
+9
2012-11-15
mesa: return INVALID_VALUE from WaitSync if timeout != GL_TIMEOUT_IGNORED
Matt Turner
1
-5
/
+2
2012-11-15
mesa: return INVALID_VALUE from WaitSync if flags != 0
Matt Turner
1
-1
/
+1
2012-11-15
mesa: return INVALID_VALUE from ClientWaitSync if flags contains an unsupport...
Matt Turner
1
-1
/
+1
2012-11-15
mesa: return INVALID_VALUE from VertexAttribDivisor if index out of range
Matt Turner
1
-1
/
+1
2012-11-15
glcpp: Don't define macros for extensions that aren't in ES
Matt Turner
1
-28
/
+31
2012-11-15
radeonsi: remove new asserts and replace with warnings
Alex Deucher
1
-2
/
+6
2012-11-15
i965/fs: Don't calculate_live_intervals() in opt_algebraic().
Kenneth Graunke
1
-2
/
+0
2012-11-15
i965: Remove duplicate brw_opcodes table in favor of opcode_descs.
Kenneth Graunke
4
-65
/
+4
2012-11-15
i965/vs: Remove dead vec4_visitor::src_reg_for_float prototype.
Kenneth Graunke
1
-2
/
+0
2012-11-15
i965/fs: Remove bblock field of fs_visitor.
Kenneth Graunke
1
-2
/
+0
2012-11-15
i965: Remove brw_instruction_info::is_arith().
Kenneth Graunke
2
-20
/
+19
2012-11-15
i965: Remove some dead code optimization passes.
Kenneth Graunke
1
-544
/
+0
2012-11-15
i965: Remove unused BRW_PACKCOLOR8888 macro.
Kenneth Graunke
1
-4
/
+0
2012-11-15
i965: Remove brw_shader_program wrapper struct.
Kenneth Graunke
2
-9
/
+4
2012-11-15
i965: Remove unused struct brw_vs_ouput_sizes.
Kenneth Graunke
1
-8
/
+0
2012-11-15
util/u_debug: Fix DEBUG_NAMED_VALUE.
José Fonseca
1
-1
/
+1
2012-11-15
draw: fix crashes with out-of-bounds indices
Roland Scheidegger
2
-6
/
+9
2012-11-15
radeonsi: cleanup si_db()
Alex Deucher
2
-12
/
+12
2012-11-15
radeonsi: assert the CB format is valid (v2)
Alex Deucher
1
-2
/
+3
2012-11-15
radeonsi: assert that the DB format is valid (v2)
Alex Deucher
1
-8
/
+5
2012-11-15
gallium: fix some function comments in p_context.h
Dmitry Cherkassov
1
-3
/
+2
2012-11-14
build: add missing files to tarballs target
Andreas Boll
1
-0
/
+6
2012-11-14
build: add missing Makefile.in files to tarballs target
Andreas Boll
1
-1
/
+50
[next]