index
:
driver/xf86-video-intel
2.10
2.4
2.9.1-oga
COMPOSITEWRAP
CYGWIN
DAMAGE-XFIXES
IPv6-REVIEW
STSF-CURRENT
XACE-SELINUX
XEVIE
XINERAMA_2
XORG-6_8-branch
XORG-CURRENT
XORG-RELEASE-1
XORG-RELEASE-1-STSF
XORG-RELEASE-1-TM
XORG-STABLE
XPRINT
accelerated_indirect-0-0-1
bleeding_edge-oga
dri2
exa
exa-i965
fbc
glucose
i810_texman_0_1_branch
i830-pageflip
lg3d
lg3d-dev-0-6-1
lg3d-dev-0-6-1-1
lg3d-dev-0-6-1-current
lg3d-dev-0-6-1-latest
lg3d-dev-0-6-2
lg3d-dev-0-6-latest
lg3d-dev-0-7-0
lg3d-dev-0-7-1
lg3d-event
lg3d-master
lukas-resume
master
mergedfb
modesetting
modesetting-airlied
modesetting-keithp
modesetting-keithp-fu
modesetting-multihead
modesetting-rotation
modesetting-sdvo-stuffing
nonrandr-setup
obsd
obsd-2.7
obsd-2.8
obsd-xf86-video-intel-2.4.3
randr-1.2-rotation
restructure-outputs
sandybridge
sco_port_update
textured-video
xf86-video-i810-1_5-branch
xf86-video-intel-2.1-branch
xf86-video-intel-2.5-branch
xorg-7.0-branch
xprint_packagertest_20041125
xprint_packagertest_20041217
xvmc-i915
Intel video cards driver
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
sna
/
compiler.h
Age
Commit message (
Expand
)
Author
2016-04-06
sna: Mark sse2 routines as "fast"
Chris Wilson
2016-04-05
sna: Add alignment hints to tiled memcpy
Chris Wilson
2015-04-24
sna: Reuse compiler attribute fast to build fast_memcpy
Chris Wilson
2015-04-24
sna: Mark avx as being a subset of avx2 optimisations
Chris Wilson
2015-01-17
sna: Provide a few compiler hints
Chris Wilson
2013-08-05
sna: Rename the attribute macro __packed__ to avoid clang barfing
Chris Wilson
2013-08-04
sna: Define fast function attribute for old gcc or other compilers
Chris Wilson
2013-08-01
sna: Don't force inline string-ops for the general memcpy_blt routine
Chris Wilson
2013-07-10
sna: Ofast was introduced with gcc-4.6
Chris Wilson
2013-06-29
sna: Add the Ofast option to the critical memcpy routines
Chris Wilson
2013-04-10
sna: Align uploads to start on page boundaries
Chris Wilson
2013-04-01
sna: Allow the compiler to inline memcpy for the bitblt routines
Chris Wilson
2013-03-12
sna/gen4: Tweak compilation flags to avoid mixed settings across functions
Chris Wilson
2013-02-27
sna: Prettify GCC version detection in headers
Chris Wilson
2013-02-26
sna: Force GCC to use the SSE unit for SSE2 routines
Chris Wilson
2013-02-26
sna: Bump required GCC for sse2
Chris Wilson
2013-02-26
sna: Conditionally compile sse2 routines
Chris Wilson
2013-02-26
sna: Conditionally compile sse4_2 routines
Chris Wilson
2013-02-26
sna: Conditionally compile avx routines
Chris Wilson
2013-02-26
sna/gen4: Cluster ISA
Chris Wilson
2013-02-26
sna/gen3: Allow conditional use of SSE2
Chris Wilson
2013-02-26
sna/gen4+: Begin specialising vertex programs for ISA
Chris Wilson
2013-02-25
sna/trapezoids: Instruct the compiler to flatten the callees whilst rasterising
Chris Wilson
2013-02-11
sna: Fix inaccurate use of __attribute__((const))
Chris Wilson
2013-01-27
sna: Begin sketching out a threaded rasteriser for spans
Chris Wilson
2012-06-05
sna: Add inline keyword in conjunction with attribute(always_inline)
Chris Wilson
2012-06-02
sna/trapezoids: Implement trapezoidal opaque fills inplace
Chris Wilson
2011-12-24
sna: Encourage large operations to be migrated to the GPU
Chris Wilson
2011-12-14
sna: Protect against deferred malloc failures for pixel data
Chris Wilson
2011-12-11
sna: Enable hooking up of valgrind during debugging
Chris Wilson
2011-11-18
sna/gen7: minor tidy of redundant defines
Chris Wilson
2011-11-08
sna: Begin hooking up valgrind/memcheck
Chris Wilson
2011-10-19
sna: Micro-optimise fill-spans
Chris Wilson