index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
common
/
spantmp2.h
Age
Commit message (
Expand
)
Author
2009-12-10
spantmp2: Add support for GL_BGR / GL_UNSIGNED_INT_8_8_8_8_REV
Ian Romanick
2009-11-17
Remove unconditional use of glibc specific bswap_16() macro.
Michel Dänzer
2009-11-17
radeon: Fix software fallbacks with KMS on big endian.
Michel Dänzer
2009-04-16
intel: Add support for argb1555, argb4444 FBOs and fix rgb565 fbo readpixels.
Eric Anholt
2008-09-18
mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...
Brian Paul
2008-08-24
Revert "Revert "Merge branch 'drm-gem'""
Dave Airlie
2008-08-24
Revert "Merge branch 'drm-gem'"
Dave Airlie
2008-07-23
intel-gem: Use pread/pwrite for span access.
Eric Anholt
2008-07-15
intel-gem: Disable spantmp sse/mmx functions when tile swizzling.
Eric Anholt
2007-08-12
fix spantmp2 READ_RGBA inline asm (#11931)
Dan Torop
2005-10-28
Silence gcc-4 warnings.
Aapo Tahkola
2005-09-04
Combine GET_DST_PTR and GET_SRC_PTR into just GET_PTR.
Brian Paul
2005-07-01
remove common macros used in the span functions of most drivers from the indi...
Roland Scheidegger
2005-05-05
fix for renderbuffer (Andreas Stenglein)
Brian Paul
2005-05-04
Major check-in of changes for GL_EXT_framebuffer_object extension.
Brian Paul
2005-01-15
Use HW_READ_LOCK and HW_READ_UNLOCK in assembler-optimized span read
Felix Kuehling
2004-11-02
Added MMX optimized version of the RGB565 ReadRGBASpan routine.
Ian Romanick
2004-10-18
Small optimization for big-endian (e.g., PowerPC) systems.
Ian Romanick
2004-10-16
Only build the MMX/SSE/SSE2 versions for ReadRGBASpan when the pixel format
Ian Romanick
2004-10-15
Fixed a few places that should have been using GET_SRC_PTR.
Ian Romanick
2004-10-14
Add support for optimized versions of the code underlying ReadPixels
Ian Romanick