index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/fs: Reduce the interference between payload regs and virtual GRFs.
Eric Anholt
2012-10-17
2
-19
/
+152
*
i965/fs: Expose the payload registers to the register allocator.
Eric Anholt
2012-10-17
1
-7
/
+39
*
i965/fs: Remove extra allocation for classes[].
Eric Anholt
2012-10-17
1
-1
/
+1
*
i965/fs: Make the register allocation class_sizes[] choice static.
Eric Anholt
2012-10-17
2
-60
/
+42
*
i965/vs: Improve live interval calculation.
Eric Anholt
2012-10-17
4
-96
/
+388
*
i965/vs: Fix the mlen of scratch read/write messages.
Eric Anholt
2012-10-17
1
-2
/
+2
*
i965: Make the cfg reusable from the VS.
Eric Anholt
2012-10-17
5
-16
/
+16
*
i965: Share the predicate field between FS and VS.
Eric Anholt
2012-10-17
13
-33
/
+32
*
i965: Rename fs_cfg types to not mention fs.
Eric Anholt
2012-10-17
8
-65
/
+65
*
i965: Move brw_fs_cfg.* to brw_cfg.*.
Eric Anholt
2012-10-17
7
-6
/
+6
*
i965: Make the FS and VS share a few visitor/instruction fields.
Eric Anholt
2012-10-17
5
-24
/
+30
*
i965/vs: Trim the swizzle of the scratch write temporary.
Eric Anholt
2012-10-17
1
-1
/
+16
*
i965/vs: Do the temporary allocation in emit_scratch_write().
Eric Anholt
2012-10-17
3
-21
/
+12
*
i965/vs: Simplify emit_scratch_write() prototype.
Eric Anholt
2012-10-17
3
-8
/
+6
*
i965/vs: Add a little bit of IR-level debug ability.
Eric Anholt
2012-10-17
4
-5
/
+96
*
glx: Add GLXBadProfileARB to the error string list
Adam Jackson
2012-10-17
1
-0
/
+1
*
glx: Fix listing of INTEL_swap_event in glXQueryExtensionsString()
Owen W. Taylor
2012-10-17
1
-1
/
+1
*
gallivm: Hide AVX support when requested by LP_NATIVE_VECTOR_WIDTH or unsuppo...
José Fonseca
2012-10-17
1
-0
/
+10
*
gallivm: Use mcjit for ppc_64 architecture
Will Schmidt
2012-10-17
1
-1
/
+4
*
st/mesa: silence MSVC signed/unsigned comparison warning
Brian Paul
2012-10-17
1
-1
/
+2
*
st/mesa: silence MSVC double/unsigned assignment warning
Brian Paul
2012-10-17
1
-1
/
+2
*
tgsi: silence MSVC signed/unsigned comparison warnings
Brian Paul
2012-10-17
2
-2
/
+2
*
util: fix MSVC signed/unsigned comparison warning in u_upload_mgr.c code
Brian Paul
2012-10-17
1
-1
/
+1
*
util: fix MSVC signed/unsigned comparison warning in u_vbuf.c code
Brian Paul
2012-10-17
1
-1
/
+1
*
util: fix MSVC double/float conversion warning in u_format_r11g11b10f.h
Brian Paul
2012-10-17
1
-1
/
+1
*
draw: silence MSVC signed/unsigned comparison warnings
Brian Paul
2012-10-17
4
-8
/
+8
*
util/blitter: silence assorted MSVC warnings
Brian Paul
2012-10-17
2
-21
/
+22
*
wmesa: remove old, unused span code
Brian Paul
2012-10-17
1
-474
/
+0
*
scons: Fix graw-xlib lib order.
José Fonseca
2012-10-17
1
-1
/
+1
*
tgsi: Add support to parse IMM[x] too.
José Fonseca
2012-10-17
2
-2
/
+30
*
Revert "gallivm: Don't use llvm.x86.avx.max/min.ps.256 inadvertently."
José Fonseca
2012-10-17
1
-4
/
+4
*
es2api: Add GL ES 3 headers
Matt Turner
2012-10-16
1
-0
/
+5
*
glapi: Add es2="3.0" attributes to XML.
Matt Turner
2012-10-16
13
-103
/
+103
*
svga: whitespace fixes, remove useless comments
Brian Paul
2012-10-16
5
-93
/
+52
*
svga: silence MSVC warning about negating an unsigned value
Brian Paul
2012-10-16
1
-1
/
+1
*
svga: silence MSVC double/float assignment warnings
Brian Paul
2012-10-16
1
-10
/
+10
*
svga: fix MSVC double/float parameter warning
Brian Paul
2012-10-16
1
-1
/
+1
*
svga: silence MSVC float/int assignment warnings
Brian Paul
2012-10-16
2
-3
/
+3
*
svga: silence MSVC double/float assignment warnings
Brian Paul
2012-10-16
1
-23
/
+23
*
svga: silence some MSVC signed/unsigned comparison warnings
Brian Paul
2012-10-16
11
-11
/
+13
*
mesa/tests: Add ES1.1 dispatch table sanity test
Ian Romanick
2012-10-16
1
-0
/
+207
*
mesa/tests: Compile ES2 test regardless of FEATURE_ES2 setting
Ian Romanick
2012-10-16
1
-4
/
+0
*
mesa: remove FEATURE_ES1 tests in enable.c code
Brian Paul
2012-10-16
1
-6
/
+0
*
mesa: remove FEATURE_ES test in _mesa_get_compressed_formats()
Brian Paul
2012-10-16
1
-2
/
+0
*
mesa: remove FEATURE_ES test in _mesa_is_compressed_format()
Brian Paul
2012-10-16
1
-2
/
+0
*
mesa: remove FEATURE_GL test from updated_drawbuffers()
Brian Paul
2012-10-16
1
-2
/
+0
*
mesa: remove #if _HAVE_FULL_GL checks
Brian Paul
2012-10-16
18
-133
/
+1
*
mesa: remove ASSERT_NO_FEATURE macro
Brian Paul
2012-10-16
2
-4
/
+1
*
i965: Fix rendering to small mipmaps of depth/stencil buffers using a temp mt.
Eric Anholt
2012-10-16
4
-121
/
+172
*
i965: Share the draw x/y offset masking code between main/blorp and all gens.
Eric Anholt
2012-10-16
6
-108
/
+89
[next]