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
/
tnl
Age
Commit message (
Expand
)
Author
2001-02-06
Overhaul of texture image handling.
Brian Paul
2001-02-06
Use a lookup table to compute exponents in tnl fogging code. Slightly
Keith Whitwell
2001-02-04
Fast no-copy drawarrays for large tristrips
Keith Whitwell
2001-01-29
only compute separate specular if texturing really enabled
Brian Paul
2001-01-29
Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixels
Keith Whitwell
2001-01-24
Lots of GLchan datatype changes.
Brian Paul
2001-01-23
Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.
Brian Paul
2001-01-17
Fixes for performance bug on compiled array element paths.
Keith Whitwell
2001-01-16
Fix several conformance problems. Hack solution to line stipple problem.
Keith Whitwell
2001-01-14
Fixed conform feedback and drawelements tests.
Keith Whitwell
2001-01-13
fix conform dlist test
Keith Whitwell
2001-01-13
Fix crash in book/stencil.
Keith Whitwell
2001-01-08
Fixed 'IRound' to 'IROUND' in mmath.h
Keith Whitwell
2001-01-08
Add call to Driver.RenderPrimitive()
Keith Whitwell
2001-01-08
Add a 'RenderPrimitive' callback to t_vb_render.c. Helps out drivers
Keith Whitwell
2001-01-05
Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertex
Keith Whitwell
2001-01-03
added divide by zero check
Brian Paul
2001-01-03
More color macro clean-ups.
Brian Paul
2001-01-02
Removed fixed.h (GLfixed now in mtypes.h, fixed-pt macros in mmath.h)
Brian Paul
2000-12-28
Add render stage for unclipped vb's to fx driver.
Keith Whitwell
2000-12-27
fix demos/fire, enable lazy vertex flushing
Keith Whitwell
2000-12-27
Fix evalpoints bug (samples/nurb)
Keith Whitwell
2000-12-27
fix sproingies bug
Keith Whitwell
2000-12-27
Fixes for compiling assembly (disable unused 'masked' versions)
Keith Whitwell
2000-12-26
fix xscreensaver cores
Keith Whitwell
2000-12-26
Major rework of tnl module
Keith Whitwell
2000-12-08
Compute attenuated point size in a new pipeline stage.
Brian Paul
2000-11-27
Modified Files:
Jouk Jansen
2000-11-24
Fixed a couple of bugs that crept into last commit
Keith Whitwell
2000-11-24
Support for swappable t&l modules, including an example one in the FX
Keith Whitwell
2000-11-22
Committing in .
Jouk Jansen
2000-11-20
minor multi-tex changes, changed MAX_TEXTURE_UNITS to 4
Brian Paul
2000-11-20
fix lvalue cast on ctx->swtnl_im
Keith Whitwell
2000-11-18
* Auto* build fixes
Jon Taylor
2000-11-16
Move the transform and lighting code to two new directories
Keith Whitwell