index
:
~dbaker/mesa
11.2-next
18.1-proposed
for-jason
jenkins
jenkins_gl
master
meson-windows
patches-for-ajax
submit/generator-argparse
submit/generator-mako
submit/python2-for-intel
wip/generator-mako
wip/generator-rewrite-v2
wip/glapi-cleanup
wip/gles32-symbols
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-17
egl/wayland: Update to Wayland 0.99 API
Kristian Høgsberg
6
-68
/
+172
2012-10-17
i965/fs: Statically allocate the reg_sets at context initialization.
Eric Anholt
3
-49
/
+61
2012-10-17
i965/fs: Allocate registers in the unused parts of the gen7 MRF hack range.
Eric Anholt
2
-1
/
+63
2012-10-17
i965/fs: Reduce the interference between payload regs and virtual GRFs.
Eric Anholt
2
-19
/
+152
2012-10-17
i965/fs: Expose the payload registers to the register allocator.
Eric Anholt
1
-7
/
+39
2012-10-17
i965/fs: Remove extra allocation for classes[].
Eric Anholt
1
-1
/
+1
2012-10-17
i965/fs: Make the register allocation class_sizes[] choice static.
Eric Anholt
2
-60
/
+42
2012-10-17
i965/vs: Improve live interval calculation.
Eric Anholt
4
-96
/
+388
2012-10-17
i965/vs: Fix the mlen of scratch read/write messages.
Eric Anholt
1
-2
/
+2
2012-10-17
i965: Make the cfg reusable from the VS.
Eric Anholt
5
-16
/
+16
2012-10-17
i965: Share the predicate field between FS and VS.
Eric Anholt
13
-33
/
+32
2012-10-17
i965: Rename fs_cfg types to not mention fs.
Eric Anholt
8
-65
/
+65
2012-10-17
i965: Move brw_fs_cfg.* to brw_cfg.*.
Eric Anholt
7
-6
/
+6
2012-10-17
i965: Make the FS and VS share a few visitor/instruction fields.
Eric Anholt
5
-24
/
+30
2012-10-17
i965/vs: Trim the swizzle of the scratch write temporary.
Eric Anholt
1
-1
/
+16
2012-10-17
i965/vs: Do the temporary allocation in emit_scratch_write().
Eric Anholt
3
-21
/
+12
2012-10-17
i965/vs: Simplify emit_scratch_write() prototype.
Eric Anholt
3
-8
/
+6
2012-10-17
i965/vs: Add a little bit of IR-level debug ability.
Eric Anholt
4
-5
/
+96
2012-10-17
glx: Add GLXBadProfileARB to the error string list
Adam Jackson
1
-0
/
+1
2012-10-17
glx: Fix listing of INTEL_swap_event in glXQueryExtensionsString()
Owen W. Taylor
1
-1
/
+1
2012-10-17
gallivm: Hide AVX support when requested by LP_NATIVE_VECTOR_WIDTH or unsuppo...
José Fonseca
1
-0
/
+10
2012-10-17
gallivm: Use mcjit for ppc_64 architecture
Will Schmidt
1
-1
/
+4
2012-10-17
st/mesa: silence MSVC signed/unsigned comparison warning
Brian Paul
1
-1
/
+2
2012-10-17
st/mesa: silence MSVC double/unsigned assignment warning
Brian Paul
1
-1
/
+2
2012-10-17
tgsi: silence MSVC signed/unsigned comparison warnings
Brian Paul
2
-2
/
+2
2012-10-17
util: fix MSVC signed/unsigned comparison warning in u_upload_mgr.c code
Brian Paul
1
-1
/
+1
2012-10-17
util: fix MSVC signed/unsigned comparison warning in u_vbuf.c code
Brian Paul
1
-1
/
+1
2012-10-17
util: fix MSVC double/float conversion warning in u_format_r11g11b10f.h
Brian Paul
1
-1
/
+1
2012-10-17
draw: silence MSVC signed/unsigned comparison warnings
Brian Paul
4
-8
/
+8
2012-10-17
util/blitter: silence assorted MSVC warnings
Brian Paul
2
-21
/
+22
2012-10-17
wmesa: remove old, unused span code
Brian Paul
1
-474
/
+0
2012-10-17
scons: Fix graw-xlib lib order.
José Fonseca
1
-1
/
+1
2012-10-17
tgsi: Add support to parse IMM[x] too.
José Fonseca
2
-2
/
+30
2012-10-17
Revert "gallivm: Don't use llvm.x86.avx.max/min.ps.256 inadvertently."
José Fonseca
1
-4
/
+4
2012-10-16
es2api: Add GL ES 3 headers
Matt Turner
1
-0
/
+5
2012-10-16
glapi: Add es2="3.0" attributes to XML.
Matt Turner
13
-103
/
+103
2012-10-16
svga: whitespace fixes, remove useless comments
Brian Paul
5
-93
/
+52
2012-10-16
svga: silence MSVC warning about negating an unsigned value
Brian Paul
1
-1
/
+1
2012-10-16
svga: silence MSVC double/float assignment warnings
Brian Paul
1
-10
/
+10
2012-10-16
svga: fix MSVC double/float parameter warning
Brian Paul
1
-1
/
+1
2012-10-16
svga: silence MSVC float/int assignment warnings
Brian Paul
2
-3
/
+3
2012-10-16
svga: silence MSVC double/float assignment warnings
Brian Paul
1
-23
/
+23
2012-10-16
svga: silence some MSVC signed/unsigned comparison warnings
Brian Paul
11
-11
/
+13
2012-10-16
mesa/tests: Add ES1.1 dispatch table sanity test
Ian Romanick
1
-0
/
+207
2012-10-16
mesa/tests: Compile ES2 test regardless of FEATURE_ES2 setting
Ian Romanick
1
-4
/
+0
2012-10-16
mesa: remove FEATURE_ES1 tests in enable.c code
Brian Paul
1
-6
/
+0
2012-10-16
mesa: remove FEATURE_ES test in _mesa_get_compressed_formats()
Brian Paul
1
-2
/
+0
2012-10-16
mesa: remove FEATURE_ES test in _mesa_is_compressed_format()
Brian Paul
1
-2
/
+0
2012-10-16
mesa: remove FEATURE_GL test from updated_drawbuffers()
Brian Paul
1
-2
/
+0
2012-10-16
mesa: remove #if _HAVE_FULL_GL checks
Brian Paul
18
-133
/
+1
[next]