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
/
swrast
Age
Commit message (
Expand
)
Author
2001-03-29
Removed DD_STENCIL, DD_FEEDBACK, DD_SELECT.
Keith Whitwell
2001-03-29
Removed DD_Z_NEVER.
Brian Paul
2001-03-28
adjustment to coverage sample positions
Brian Paul
2001-03-28
check for startX off the right edge of the window
Brian Paul
2001-03-28
simplify test for specific texture formats
Brian Paul
2001-03-28
More texture format updates. Drivers now need only plug an appropriate
Gareth Hughes
2001-03-26
added GL_ARB_texture_border_clamp
Brian Paul
2001-03-23
fixed Min/Max lod clamp bug
Brian Paul
2001-03-22
added GL_ARB_texture_env_combine, GL_ARB_texture_env_dot3
Brian Paul
2001-03-22
clean-up in _swrast_choose_triangle()
Brian Paul
2001-03-21
minor re-org in sample_depth_texture()
Brian Paul
2001-03-19
New files
Keith Whitwell
2001-03-19
Split driver struct into swrast/tnl/core components.
Keith Whitwell
2001-03-17
Remove dead #define.
Keith Whitwell
2001-03-15
use IROUND() instead of (int) cast (Klaus Niederkrueger)
Brian Paul
2001-03-12
Consistent copyright info (version number, date) across all files.
Gareth Hughes
2001-03-08
do fog interpolation if INTERP_FOG is defined, not when INTERP_Z is defined
Brian Paul
2001-03-08
More g++ warning fixes. Fixes for CHAN_BITS==16, it seems to work.
Brian Paul
2001-03-07
fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...
Brian Paul
2001-03-07
_MinMagThresh[] should be GLfloat
Brian Paul
2001-03-03
more clean-ups
Brian Paul
2001-03-03
lots of gl_*() to _mesa_*() namespace clean-up
Brian Paul
2001-03-03
optimized lambda calculation (Klaus Niederkrueger)
Brian Paul
2001-02-26
bilinear sampling of depth textures
Brian Paul
2001-02-24
Template work
Keith Whitwell
2001-02-23
another fix in _mesa_stencil_and_ztest_pixels() for hardware fallbacks
Brian Paul
2001-02-23
fixed bug in _mesa_stencil_and_ztest_pixels() found w/ DRI mga driver
Brian Paul
2001-02-22
improvements to regions_overlap() function
Brian Paul
2001-02-20
Implemented GL_SGIX_shadow and GL_SGIX_shadow_texture.
Brian Paul
2001-02-17
Changed FetchTexel() function pointer arguments.
Brian Paul
2001-02-16
moved depth/index/stencil span packing into image.c
Brian Paul
2001-02-16
Fix state bitmasks for invalidating line,tri,point functions. (won't fix
Keith Whitwell
2001-02-16
Allow swrast to cope (fairly) cleanly with GL_SEPERATE_SPECULAR when
Keith Whitwell
2001-02-15
minor scissor optimizations (Klaus Niederkrueger)
Brian Paul
2001-02-14
removed a misplaced _mesa_logicop_ci_span() call
Brian Paul
2001-02-13
fixed an assertion
Brian Paul
2001-02-13
fixed GL_SET bug
Brian Paul
2001-02-12
fixed RGB over/underflow bug for tiny triangles (bug 128969)
Brian Paul
2001-02-08
fixed bugs in _mesa_clear_depth_buffer(), bug #131366
Brian Paul
2001-02-07
added divide by zero checks
Brian Paul
2001-02-07
fixed divide by zero problem
Brian Paul
2001-02-07
check texture texel type before using optimized sampling functions
Brian Paul
2001-02-06
Overhaul of texture image handling.
Brian Paul
2001-01-30
fixed half pixel offset bug in aa point code
Brian Paul
2001-01-29
last segment of AA stippled lines wasn't drawn
Brian Paul
2001-01-29
fixed computation of _MultiTextureEnabled (again)
Brian Paul
2001-01-29
optimized lambda computation (Klaus Niederkrueger)
Brian Paul
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-13
Use correct pv in swrast lines routines
Keith Whitwell
[next]