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
Age
Commit message (
Expand
)
Author
2005-05-04
Major check-in of changes for GL_EXT_framebuffer_object extension.
Brian Paul
2005-04-25
Minor changes to make linux-solo build again
Jon Smirl
2005-04-22
Added a French translation of option descriptions by Stephane Marchesin.
Felix Kuehling
2005-04-13
Revert revision 1.13. This allows server-side libGLcore (in X.org) to build
Ian Romanick
2005-04-12
Added a Spanish translation by David Rubio Miguélezand a Dutch
Felix Kuehling
2005-04-12
Changed escaping of double quotes.
Felix Kuehling
2005-04-11
Manage option translations in separate .po files to make translations
Felix Kuehling
2005-03-22
Calculate haveAccumBuffer, haveDepthBuffer and haveStencilBuffer in
Keith Whitwell
2005-03-15
add support for user-configurable brilinear filtering on r200
Roland Scheidegger
2005-03-05
Fixing memset on ia64 & other archs
Dave Airlie
2005-02-26
Add a dri config option to enable the max texture level hack
Dave Airlie
2005-02-17
fix some 0->NULLs
Dave Airlie
2005-02-14
mesa-fix-one-bit-signed-bitfield.patch from Jeff Muizelaar
Keith Whitwell
2005-02-14
fix some signed vs unsigned warnings
Dave Airlie
2005-02-12
MMIO endianness fixes for Radeon drivers.
Michel Dänzer
2005-02-05
Fixed a typo in an assertion. (Don't understand how this ever compiled.)
Felix Kuehling
2005-02-04
Added an option texture_heaps that allows selecting which texture heaps
Felix Kuehling
2005-02-03
Use all texture heaps in a fair way when textures need to be kicked in
Felix Kuehling
2005-02-02
Don't try to kick textures from a NULL tex heap.
Felix Kuehling
2005-01-31
Bug #2428: #ifdef GLX_DIRECT_RENDERING in DRI drivers is pointless.
Adam Jackson
2005-01-26
new version check to allow to test for a range of ddx major versions, instead...
Roland Scheidegger
2005-01-15
Use HW_READ_LOCK and HW_READ_UNLOCK in assembler-optimized span read
Felix Kuehling
2005-01-12
Simplify usage of drmHash functions and fix bug in
Keith Whitwell
2005-01-03
Added a boolean option for a floating-point depth buffer.
Felix Kuehling
2004-12-14
uint*t -> u_int*t changes
Alan Hourihane
2004-12-08
(Stephane Marchesin, me) add hyperz support to radeon and r200 drivers. Only ...
Roland Scheidegger
2004-12-08
Use union type to avoid strict aliasing problems.
Alan Hourihane
2004-12-08
Check for some header defines before redefining functions. Silences warnings.
Alan Hourihane
2004-12-02
Fix some warnings
Alan Hourihane
2004-11-02
Added MMX optimized version of the RGB565 ReadRGBASpan routine.
Ian Romanick
2004-11-01
Nicolai's sw-clipspan-fixes.patch
Keith Whitwell
2004-10-27
Bug #1713: Some rare libGL's have __glXFindDRIScreen defined but do not
Adam Jackson
2004-10-26
As per suggestions my Michel Daenzer, improve the fix for bugzilla #1513.
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
2004-10-13
Add a license to this file. It was written on VA's watch, so they get
Keith Whitwell
2004-10-13
Initial support for PowerPC specific code in Mesa and DRI drivers. DRI
Ian Romanick
2004-10-13
Refactor the code in driGetRendererString a bit to make it easier to
Ian Romanick
2004-10-08
Don't compile WriteMonoDepthSpan if HAVE_HW_DEPTH_SPANS is defined -- it won't
Eric Anholt
2004-10-07
Add Roland Scheidegger's S3TC patch. This patch does not implement the
Eric Anholt
2004-09-28
use GLuint instead of uint
Daniel Borca
2004-09-24
patches for clearing hw depth buffers from software fallback (Nicolai Haehnle)
Brian Paul
2004-09-07
This patch enables GL_ARB_vertex_program and GL_NV_vertex_program
Dave Airlie
2004-08-12
Fix dri_util.c build with new headers.
Eric Anholt
2004-07-26
Fixed hash table allocation to avoid an assertion failure due to a
Felix Kuehling
2004-07-10
Make GET_PROGRAM_NAME work with uCLibc using the __progname hack.
Felix Kuehling
2004-07-09
Fix mesa-solo config to define _GNU_SOURCE so that program_invocation_short_name
Jon Smirl
2004-07-04
Patch removes _SOLO definition needed for mesa-solo. mesa-solo
Jon Smirl
[next]