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
/
unichrome
Age
Commit message (
Expand
)
Author
2005-01-04
Change to use the t_vertex.c mechanisms for building vertices,
Keith Whitwell
2004-12-30
Get scissor test working again. Passes glean scissor test.
Keith Whitwell
2004-12-30
Calculate DEPTH_SCALE correctly for polygon offset.
Keith Whitwell
2004-12-30
Simplify viaBlit a bit more.
Keith Whitwell
2004-12-30
Initialize depth pointer correctly.
Keith Whitwell
2004-12-30
Don't need to adjust for drawXoff in fallback clipping.
Keith Whitwell
2004-12-30
fix regression with fallbacks from recent commits
Keith Whitwell
2004-12-30
Fix MagFilter state for texunit 0
Keith Whitwell
2004-12-29
Fix some wrapping bugs in the last commit. Probably there are more
Keith Whitwell
2004-12-29
Simplfy clear() and swapbuffers() code.
Keith Whitwell
2004-12-29
Don't advertise wide lines or points.
Keith Whitwell
2004-12-29
Make line stipple a fallback.
Keith Whitwell
2004-12-29
Don't pingpong cliprects through sarea on CopyBuffer().
Keith Whitwell
2004-12-29
Fallback on 3d textures correctly.
Keith Whitwell
2004-12-29
Get twoside-lit triangles working again
Keith Whitwell
2004-12-29
Large update
Keith Whitwell
2004-12-23
Remove the VIA_PERFORMANCE code. A step towards moving the driver
Keith Whitwell
2004-12-23
Chop out more dead code.
Keith Whitwell
2004-12-22
Fix merge error.
Keith Whitwell
2004-12-22
Remove dead code.
Keith Whitwell
2004-12-21
Remove debug code which referenced an old global variable.
Keith Whitwell
2004-12-21
Push a number of global variables into the viaContext struct.
Keith Whitwell
2004-12-21
Note that state is dirty on contended lock. Allows two applications
Keith Whitwell
2004-12-21
Add missing swap-control calculations.
Keith Whitwell
2004-12-21
Add vsync swapbuffers. This waits on the irq so gears run in this mode
Keith Whitwell
2004-12-20
Remove #ifdef DEBUG's in code, but still allow compiler to remove debug
Keith Whitwell
2004-12-18
Unichrome DRI driver:
Thomas Hellström
2004-12-15
Mark __driCreateNewScreen PUBLIC
Adam Jackson
2004-12-15
Unichrome DRI:
Thomas Hellström
2004-12-15
Unichrome DRI:
Thomas Hellström
2004-12-15
Unichrome DRI:
Thomas Hellström
2004-12-15
Unichrome DRI driver:
Thomas Hellström
2004-12-15
Add _mesa_delete_texture_object() call to viaDeleteTexture
Keith Whitwell
2004-12-14
uint*t -> u_int*t changes
Alan Hourihane
2004-12-12
fix recursion problem introduced on Nov 27
Brian Paul
2004-11-27
Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().
Brian Paul
2004-11-25
Update expected DRM version to 2.0.0
Keith Whitwell
2004-10-14
Add support for optimized versions of the code underlying ReadPixels
Ian Romanick
2004-10-13
Added some documentation that I managed to figure out through
Ian Romanick
2004-10-13
Make the GL_RENDERER string include the actual chipset information
Ian Romanick
2004-10-08
Massively cleaned up the code that calculates front/back/depth buffer
Ian Romanick
2004-10-04
Set MaxTextureImageUnits and MaxTextureCoordUnits to match MaxTextureUnits.
Ian Romanick
2004-10-04
The alpha post-scale and the RGB post-scale were mistakenly reversed.
Ian Romanick
2004-10-02
fix _DrawDestMask[0][0] typos
Brian Paul
2004-10-02
added support for GL_ARB_draw_buffers
Brian Paul
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-07-10
Fix unichrome solo build to not need X11 headers. Minor change to
Jon Smirl
2004-07-05
Convert miniglx to use Ian's fancy new driver config code.
Jon Smirl
[next]