index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallivm: handle nan's in min/max
Zack Rusin
2013-07-19
6
-52
/
+482
*
scons: Disallow undefined symbols in Xlib libGL.so.
José Fonseca
2013-07-19
1
-0
/
+3
*
llvmpipe: clamp inputs for srgb render buffers
Roland Scheidegger
2013-07-18
1
-0
/
+35
*
llvmpipe: fix blending with SRC_ALPHA_SATURATE with some formats without alpha
Roland Scheidegger
2013-07-18
2
-8
/
+26
*
r600g: use WAIT_3D_IDLE before using CP DMA
Marek Olšák
2013-07-18
2
-0
/
+2
*
r300g: make use of gallium's os_get_process_name()
Jonathan Gray
2013-07-18
1
-1
/
+6
*
nv50: H.264/MPEG2 decoding support via VP2, available on NV84-NV96, NVA0
Ilia Mirkin
2013-07-18
11
-3
/
+1815
*
gallivm: (trivial) simplify lp_build_cos/lp_build_sin a tiny bit
Roland Scheidegger
2013-07-17
1
-7
/
+6
*
util/u_format_s3tc: handle srgb formats correctly.
Roland Scheidegger
2013-07-17
2
-185
/
+254
*
r600g/sb: improve alu packing on cayman
Vadim Girlin
2013-07-17
2
-15
/
+89
*
r600g/sb: fix handling of new multislot instructions on cayman
Vadim Girlin
2013-07-17
3
-5
/
+6
*
r600g/sb: fix debug dump code in scheduler
Vadim Girlin
2013-07-17
1
-4
/
+5
*
r600g/sb: fix initial register allocation
Vadim Girlin
2013-07-17
1
-0
/
+1
*
r600g/sb: move chip & class name functions to sb_context
Vadim Girlin
2013-07-17
4
-53
/
+55
*
r600g/sb: fix handling of PS in source bytecode on cayman
Vadim Girlin
2013-07-17
1
-0
/
+5
*
r600g/sb: Initialize ra_checker member variables.
Vinson Lee
2013-07-17
1
-1
/
+1
*
gallium/util: use explicily sized types for {un, }pack_rgba_{s, u}int
Emil Velikov
2013-07-17
2
-8
/
+8
*
llvmpipe: use MCJIT on ARM and AArch64
Kyle McMartin
2013-07-17
2
-2
/
+9
*
llvmpipe: support sRGB framebuffers
Roland Scheidegger
2013-07-16
4
-18
/
+111
*
Revert "r300g: allow HiZ with a 16-bit zbuffer"
Marek Olšák
2013-07-15
1
-0
/
+1
*
r300g/swtcl: fix a lockup in MSAA resolve
Marek Olšák
2013-07-15
1
-0
/
+7
*
r300g/swtcl: fix geometry corruption by uploading indices to a buffer
Marek Olšák
2013-07-15
3
-45
/
+31
*
gallivm: (trivial) use constant instead of exp2f() function
Roland Scheidegger
2013-07-14
1
-2
/
+3
*
ilo: skip 3DSTATE_INDEX_BUFFER when possible
Chia-I Wu
2013-07-14
4
-59
/
+77
*
gallivm: handle srgb-to-linear and linear-to-srgb conversions
Roland Scheidegger
2013-07-13
6
-7
/
+332
*
gallivm: better support for fast rsqrt
Roland Scheidegger
2013-07-13
2
-16
/
+63
*
r600g/sb: Initialize ra_constraint::cost.
Vinson Lee
2013-07-13
1
-1
/
+1
*
winsys/radeon: allow a NULL cs pointer in radeon_bo_map to fix a segfault
Marek Olšák
2013-07-13
1
-9
/
+11
*
ilo: move a santiy check into its assert()
Chia-I Wu
2013-07-13
1
-5
/
+2
*
ilo: mark some states dirty when they are really changed
Chia-I Wu
2013-07-13
1
-0
/
+16
*
ilo: clean up ilo_blitter_pipe_begin()
Chia-I Wu
2013-07-13
3
-27
/
+39
*
r600g: don't use the CB/DB CP COHER logic on r6xx
Alex Deucher
2013-07-12
1
-2
/
+10
*
nv30: fix KILL_IF breakage
Brian Paul
2013-07-12
1
-1
/
+1
*
gallium: fixup definitions of the rsq and sqrt
Zack Rusin
2013-07-11
3
-16
/
+11
*
util/u_format: Comment out half float denormal test case.
José Fonseca
2013-07-12
1
-0
/
+5
*
gallivm: Eliminate redundant lp_build_select calls.
José Fonseca
2013-07-12
1
-12
/
+2
*
tgsi: rename the TGSI fragment kill opcodes
Brian Paul
2013-07-12
30
-105
/
+103
*
tgsi: fix-up KILP comments
Brian Paul
2013-07-12
3
-10
/
+8
*
tgsi: exec TGSI_OPCODE_SQRT as a scalar instruction, not vector
Brian Paul
2013-07-12
1
-1
/
+1
*
tgsi: use X component of the second operand in exec_scalar_binary()
Brian Paul
2013-07-12
1
-1
/
+1
*
os: add os_get_process_name() function
Brian Paul
2013-07-12
3
-0
/
+133
*
softpipe: silence some MSVC warnings
Brian Paul
2013-07-12
2
-14
/
+14
*
hud: silence some MSVC warnings
Brian Paul
2013-07-12
1
-8
/
+8
*
util: add casts to silence MSVC warnings in u_blit.c
Brian Paul
2013-07-12
1
-14
/
+14
*
tgsi: s/unsigned/int/ to silence MSVC warning
Brian Paul
2013-07-12
1
-1
/
+1
*
radeon/uvd: fall back to shader based decoding for MPEG2 on UVD 2.x v2
Christian König
2013-07-12
2
-5
/
+19
*
r600g: x/y coordinates must be divided by block dim in dma blit
Christoph Bumiller
2013-07-11
2
-4
/
+16
*
r600g/sb: Fix Android build v2
Chih-Wei Huang
2013-07-12
4
-7
/
+8
*
r600g/sb: improve math optimizations v2
Vadim Girlin
2013-07-11
11
-47
/
+435
*
st/xvmc/tests: avoid non portable error.h functions
Jonathan Gray
2013-07-11
1
-5
/
+8
[next]