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
*
Revert "r300g: Give CLIP_DISABLE another try"
Marek Olšák
2013-07-30
2
-3
/
+2
*
r600g/compute: Added missing address space checking of kernel parameters
Jonathan Charest
2013-07-30
1
-3
/
+2
*
clover: Added missing address space checking of kernel parameters v2
Jonathan Charest
2013-07-30
1
-15
/
+31
*
gallivm: (trivial) git rid of assertion in float->uint conversion code
Roland Scheidegger
2013-07-29
1
-2
/
+3
*
nvc0: force use of correct firmware file
Maarten Lankhorst
2013-07-28
1
-1
/
+1
*
gallivm: fix float->SNORM conversion
Roland Scheidegger
2013-07-27
2
-11
/
+47
*
util: don't flush overflowing values to infinity in half-float conversion
Roland Scheidegger
2013-07-27
2
-9
/
+17
*
tgsi: handle texel swizzles correctly for d3d10-style sample opcodes
Roland Scheidegger
2013-07-27
1
-5
/
+35
*
gallivm: handle texel swizzles correctly for d3d10-style sample opcodes
Roland Scheidegger
2013-07-27
2
-0
/
+29
*
st/clover: Allow double precision operations
Niels Ole Salscheider
2013-07-25
1
-0
/
+1
*
gallium/vl: add prime support
Dave Airlie
2013-07-26
1
-1
/
+19
*
xa: move surface to ref/unref api
Jerome Glisse
2013-07-25
3
-2
/
+18
*
xa: let ddx handle flush
Jerome Glisse
2013-07-25
2
-9
/
+2
*
xa: export a common context flush function
Jerome Glisse
2013-07-25
4
-7
/
+17
*
xa: add handle type parameter to get handle
Jerome Glisse
2013-07-25
2
-2
/
+18
*
xa: add xa_surface_from_handle()
Rob Clark
2013-07-25
2
-4
/
+46
*
gallivm: Remove NoFramePointerElimNonLeaf for LLVM >= 3.4.
Vinson Lee
2013-07-25
1
-0
/
+2
*
draw: fix vertex id computation
Zack Rusin
2013-07-25
5
-13
/
+37
*
draw: cleanup and fix instance id computation
Zack Rusin
2013-07-25
4
-13
/
+8
*
gallivm: Remove dead code in lp_build_compare_ext.
Vinson Lee
2013-07-24
1
-6
/
+0
*
nv50,nvc0: s/uint16/uint32 for constant buffer offset
Christoph Bumiller
2013-07-24
2
-2
/
+2
*
draw: always call util_cpu_detect() in draw context creation.
Roland Scheidegger
2013-07-24
1
-1
/
+4
*
gallium/util: Fix detection of AVX cpu caps
Andre Heider
2013-07-23
1
-2
/
+25
*
clover: Respect kernel argument alignment restrictions.
Francisco Jerez
2013-07-22
2
-2
/
+19
*
clover: Extend kernel arguments for differing host and device data types.
Francisco Jerez
2013-07-22
2
-4
/
+56
*
clover: Byte-swap kernel arguments when host and device endianness differ.
Francisco Jerez
2013-07-22
1
-37
/
+65
*
clover: Add kernel argument fields to allow differing host/target data types.
Francisco Jerez
2013-07-22
1
-2
/
+23
*
clover: Pass corresponding module::argument to kernel::argument::bind().
Francisco Jerez
2013-07-22
2
-84
/
+61
*
clover: Return correct value for CL_DEVICE_ENDIAN_LITTLE
Tom Stellard
2013-07-22
3
-1
/
+8
*
gallium: Add PIPE_CAP_ENDIANNESS
Tom Stellard
2013-07-22
14
-1
/
+38
*
build: Remove unused EGL_PLATFORMS.
Matt Turner
2013-07-22
1
-1
/
+0
*
llvmpipe: Ensure FTZ/DAZ flags are set on deferred draw flushes.
Zack Rusin
2013-07-22
1
-0
/
+8
*
llvmpipe: Remove lp_rast_get_num_threads().
José Fonseca
2013-07-22
2
-11
/
+0
*
scons: Don't use -z defs ld option on Mac.
José Fonseca
2013-07-21
1
-1
/
+2
*
util/u_math: Define NAN/INFINITY macros for MSVC.
José Fonseca
2013-07-20
1
-0
/
+4
*
llvmpipe/tests: update arith test to check for edge cases
Zack Rusin
2013-07-19
1
-9
/
+19
*
gallivm: add a log function that handles edge cases
Zack Rusin
2013-07-19
2
-0
/
+21
*
gallivm: export unordered/ordered cmp to a common function
Zack Rusin
2013-07-19
1
-283
/
+158
*
gallivm: handle -inf, inf and nan's in sin/cos instructions
Zack Rusin
2013-07-19
2
-0
/
+49
*
gallivm: add a version of log2 which handles edge cases
Zack Rusin
2013-07-19
3
-6
/
+65
*
gallivm: fix edge cases in exp2
Zack Rusin
2013-07-19
1
-3
/
+7
*
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
[next]