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
Age
Commit message (
Expand
)
Author
2004-10-02
Cut out all of the old texture environment code and rewrote it from
Ian Romanick
2004-10-01
Replace the numerous switch-statements to derive GL_COMBINE post-scale
Ian Romanick
2004-09-30
Factored out code for setting texture coordinate wrap bits. Added support
Ian Romanick
2004-09-30
Bugzilla #1058: Fix some potential 64bit pointer issues by storing differences
Eric Anholt
2004-09-30
OK, one more time. Simplify the state-backup system by just storing the full
Eric Anholt
2004-09-28
Initial revision
Nicolai Haehnle
2004-09-28
use GLuint instead of uint
Daniel Borca
2004-09-25
Bump driver_date for today's fixes.
Eric Anholt
2004-09-25
Can't bail in sisDDLogicOpCode when logicop is off, because it's called with
Eric Anholt
2004-09-25
Triangle stipple is a fallback, since we don't have code for the stippling.
Eric Anholt
2004-09-25
Correct a couple of comments.
Eric Anholt
2004-09-25
Fix SiS AGP vertex dispatch by not trying to emit 0 vertices, which would hang
Eric Anholt
2004-09-25
The previous code would emit a full set of state during the first EmitState on
Eric Anholt
2004-09-25
Fix texturing in quake3. Some code was left over from the dirty/clean list
Eric Anholt
2004-09-25
Bump DRIVER_DATE for yesterday's changes.
Eric Anholt
2004-09-24
patches for clearing hw depth buffers from software fallback (Nicolai Haehnle)
Brian Paul
2004-09-24
-O -Wall warnings cleanups in r200.
Eric Anholt
2004-09-24
Clean up some warnings in the R100 driver with -O -Wall.
Eric Anholt
2004-09-24
Remove an unnecessary calculation of the dest pointer.
Eric Anholt
2004-09-23
fix for Erics new emit state code, rework out the dest pointer
Dave Airlie
2004-09-22
The previous code would emit a full set of state during the first EmitState on
Eric Anholt
2004-09-21
Add xmlconfig to the i810 makefile
Dave Airlie
2004-09-19
Add GL_ARB_texture_cube_map support for i830. Most of the code was
Ian Romanick
2004-09-19
Added GL_ARB_point_parameters support for i830.
Ian Romanick
2004-09-19
Merge in all the i830 functional differences from the old i830 driver.
Ian Romanick
2004-09-15
replace glNormal3f(v) with GL_CALL(Normal3f)(v), etc (Andreas Stenglein
Brian Paul
2004-09-13
Minor extension string tweaks. Added support for vertex program extensions.
Ian Romanick
2004-09-08
updated patch for vertex program
Dave Airlie
2004-09-07
This patch enables GL_ARB_vertex_program and GL_NV_vertex_program
Dave Airlie
2004-09-02
r200-maybe-flush-less-3.diff
Keith Whitwell
2004-08-31
The i915 driver was merged after EMIT_*_BGR bug was fixed. This brings
Keith Whitwell
2004-08-30
cleaned up extensions a bit
Daniel Borca
2004-08-30
clamp lodbias
Daniel Borca
2004-08-30
fixed automatic mipmap generation
Daniel Borca
2004-08-30
fog really needs W
Daniel Borca
2004-08-25
print internalFormat value in r200ChooseTextureFormat() error message
Brian Paul
2004-08-22
Converted the Savage driver to the new DRI interface and enabled compilation
Felix Kuehling
2004-08-17
Revert the move of lost_context setting to UNLOCK_HARDWARE that was done in the
Eric Anholt
2004-08-17
Close some races with locking on R100 and R200 which could manifest as rendering
Eric Anholt
2004-08-16
Remove unused HAVE_INDEX define.
Eric Anholt
2004-08-14
build fix from XFree86 tree
Dave Airlie
2004-08-14
bring over change from xorg trunk - let build on non-i386
Dave Airlie
2004-08-14
bring over build fix from xorg tree
Dave Airlie
2004-08-12
Fix dri_util.c build with new headers.
Eric Anholt
2004-08-03
fix incorrect overflow detection when emitting R200_SS_MAT_1_SHININESS
Roland Scheidegger
2004-07-31
xorg-r200-uninitialized-variable-used.patch from Redhat xorg
Dave Airlie
2004-07-29
disabled automatic mipmaps until we can handle 565 textures.
Daniel Borca
2004-07-29
fixed conflict between depth & alpha in 16bpp
Daniel Borca
2004-07-26
Fixed hash table allocation to avoid an assertion failure due to a
Felix Kuehling
2004-07-24
use GL_CALL() macro (Andreas Stenglein)
Brian Paul
[prev]
[next]