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
/
s_bitmap.c
Age
Commit message (
Expand
)
Author
2005-10-31
check swrast->_FogEnabled instead of ctx->Fog.Enabled
Brian Paul
2005-01-29
remove stray span.y++
Brian Paul
2004-11-10
GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpacking
Brian Paul
2004-10-31
Allow the software fallback glDrawPixels, glReadPixels, glBitmap commands to
Brian Paul
2004-05-04
Fix minor warnings found with g++.
Brian Paul
2004-03-13
Implementation of GL_EXT_pixel_buffer_object extension.
Brian Paul
2003-11-25
current raster color index should be GLfloat
Brian Paul
2003-04-08
Added ctx->Texture._EnabledCoordUnits bitfield.
Brian Paul
2003-03-25
replace _mesa_ prefix with _swrast_, remove s_histogram.[ch]
Brian Paul
2003-03-01
Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]
Brian Paul
2002-11-25
set default texcoords for glBitmap/glDrawPixels
Brian Paul
2002-08-07
struct sw_span is again allocated on the stack, but the arrays of span
Brian Paul
2002-04-19
Allocate a sw_span struct in the swrast context instead of allocating it
Brian Paul
2002-04-12
Klaus Niederkrueger's latest changes: use INIT_SPAN() to init span primitive
Brian Paul
2002-02-17
don't include s_fog.h
Brian Paul
2002-02-15
added alternate glBitmap code (disabled)
Brian Paul
2002-02-02
sw_span can now hold x/y arrays of fragment positions - getting ready to
Brian Paul
2001-12-14
vertex program check-in
Brian Paul
2001-06-26
More raster fog coord fixes.
Brian Paul
2001-06-18
fix glDraw/CopyPixels w/ fog bug. minor fog code clean-ups.
Brian Paul
2001-05-30
added current raster fog coord and related code
Brian Paul
2001-05-09
don't call _mesa_win_fog_coords_from_z() if fog is disabled, fixes FP exception
Brian Paul
2001-05-03
interpolate fog valus as floats, not fixed - fixed the swrast fog problem
Brian Paul
2001-03-19
Split driver struct into swrast/tnl/core components.
Keith Whitwell
2001-03-12
Consistent copyright info (version number, date) across all files.
Gareth Hughes
2001-03-03
lots of gl_*() to _mesa_*() namespace clean-up
Brian Paul
2001-01-23
Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.
Brian Paul
2000-11-16
Move the transform and lighting code to two new directories
Keith Whitwell
2000-11-05
Reorganized software rasterizer as a module which manages its own state,
Keith Whitwell
2000-10-31
Moved software rasterizer functionality to new directory.
Keith Whitwell