index
:
Mesa
glamo
glamo-old
My Mesa repository
Thomas White
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
radeon
Age
Commit message (
Expand
)
Author
2004-07-24
use GL_CALL() macro (Andreas Stenglein)
Brian Paul
2004-07-10
Make solo radeon/r128 drivers track fix for DRI bug 849
Jon Smirl
2004-07-05
Convert miniglx to use Ian's fancy new driver config code.
Jon Smirl
2004-07-04
Patch removes _SOLO definition needed for mesa-solo. mesa-solo
Jon Smirl
2004-07-01
Rename the various function types in t_context.h to include a tnl_ prefix.
Keith Whitwell
2004-06-29
This should make most linux-solo drivers work again. Mainly a fix
Jon Smirl
2004-06-28
add missing R200_RB3D_BLENDCOLOR to r200/radeon_sanity.c
Roland Scheidegger
2004-06-23
revert accidental change from rev. 1.10
Roland Scheidegger
2004-06-19
Big-endian texture fixes from Michel Dänzer.
Brian Paul
2004-06-17
use I8 internal format for GL_INTENSITY, GL_ALPHA and GL_LUMINANCE texture fo...
Roland Scheidegger
2004-06-03
Remove fill_in_modes and use driFillInModes instead.
Ian Romanick
2004-06-03
Open/Close FullScreen die. unichrome and savage implemented, code is ifdef'd out
Jon Smirl
2004-06-02
driCheckDriDdxDrmVersion uses a function that is not available to
Ian Romanick
2004-06-02
change GL_ARB_texture_env_crossbar implementation behaviour to OGL 1.4 core s...
Roland Scheidegger
2004-06-02
Replace drmHandle, drmContext, drmDrawable, drmMagic and related types with
Ian Romanick
2004-06-01
Fix dumb mistake from a previous commit. __driCreateScreen is now
Ian Romanick
2004-06-01
add support for GL_ARB_texture_env_crossbar
Roland Scheidegger
2004-06-01
Convert 'Display *' to '__DRInativeDisplay *'. Only portions of the
Ian Romanick
2004-05-28
update so it compiles again (untested driver path!). Basically ported changes...
Roland Scheidegger
2004-05-27
Move dri_util.[ch] and glcontextmodes.[ch] from dri_client to common.
Ian Romanick
2004-05-27
Convert all calls using _glapi_Dispatch to use the new GL_CALL macro.
Ian Romanick
2004-05-12
obsolete in favor of regular Makefiles
Brian Paul
2004-05-04
switch to X86_SOURCES
Dave Airlie
2004-05-03
add asm sources
Dave Airlie
2004-04-29
Allow *_dri.so to build in Mesa tree with the 'linux-dri' target.
Keith Whitwell
2004-04-26
bring over build fixes from stable branch
Alan Hourihane
2004-04-15
get the libraries the right way round..
Dave Airlie
2004-04-15
set default page flipping to zero can be changed in header file
Dave Airlie
2004-04-14
get agpmode from config file
Dave Airlie
2004-04-13
make this exactly like XFree86 .. allows 4x to work
Dave Airlie
2004-04-13
Add DRM_SOURCE_PATH to make system.
Jon Smirl
2004-04-08
lots of Makefile updates for new build system
Brian Paul
2004-04-08
build fixes
Alan Hourihane
2004-03-26
New Makefile system
Brian Paul
2004-03-26
Make sure drivers don't dereference a NULL pointer if
Ian Romanick
2004-03-21
Implemented support for software-based AUX color buffers.
Brian Paul
2004-03-18
Convert int(8|32)_t to uint(8|32)_t, like should have been done the first time.
Ian Romanick
2004-03-17
Convert all uses of CARD32 and CARD8 to int32_t and int8_t.
Ian Romanick
2004-03-12
Adjust includes to help DRI build
Jon Smirl
2004-03-12
These files are redundant now. Definitions come from DRM files.
Jon Smirl
2004-03-11
Adjustments to make everything use IOCTL/sarea defines in DRM instead
Jon Smirl
2004-03-01
Add support for the new DRI driver interfaces to the radeon driver (patch por...
Roland Scheidegger
2004-02-28
Only print message about disabling HW TCL if the chip supports it in the
Michel Dänzer
2004-02-26
added _tnl_allow_vertex/pixel_fog() calls
Brian Paul
2004-02-16
texture env combine refactor (Andreas Stenglein), following the same principl...
Roland Scheidegger
2004-02-10
change lighting to use MULT instead of PREMULT (i.e. move some lighting color...
Roland Scheidegger
2004-02-06
Refactor "class" texture environments to be implemented in terms of
Ian Romanick
2004-02-06
fix potential problem overwriting dma region
Roland Scheidegger
2004-02-06
remove bogus check of texture target in RadeonTexParameter
Roland Scheidegger
2004-02-02
Include context.h in radeon_state.c.
Felix Kuehling
[next]