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
/
main
/
fog.c
Age
Commit message (
Expand
)
Author
2009-12-08
mesa: Fix array out-of-bounds access by _mesa_Fogf.
Vinson Lee
2009-12-08
mesa: Fix array out-of-bounds access by _mesa_Fogi.
Vinson Lee
2009-08-13
mesa: fix some potential uninitialized memory references
Brian Paul
2006-03-29
Committing in .
Jouk Jansen
2006-03-21
GLSL fixes:
Michal Krol
2003-10-21
Added GLAPIENTRY decorations for all first level OpenGL API function entry
Kendall Bennett
2003-07-17
Merge Jose's documentation and core Mesa changes from embedded branch
Keith Whitwell
2003-05-10
clamp fog color
Brian Paul
2002-10-24
Header file clean-up:
Brian Paul
2001-05-30
added test for EXT_fog_coord
Brian Paul
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-05
Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertex
Keith Whitwell
2000-12-26
Major rework of tnl module
Keith Whitwell
2000-11-22
Committing in .
Jouk Jansen
2000-11-16
Move the transform and lighting code to two new directories
Keith Whitwell
2000-11-05
- Changes for new software rasterizer modules
Keith Whitwell
2000-10-31
Moved the software rasterizer to a new directory.
Keith Whitwell
2000-10-30
Replace the flags Mesa was using for ctx->NewState with a new set
Keith Whitwell
2000-10-28
New colormac.h file for color-related macros.
Brian Paul
2000-10-28
Basic work to support deep color channels:
Brian Paul
2000-10-28
Do per-pixel fog when GL_FOG_HINT is GL_NICEST.
Keith Whitwell
2000-10-27
restored test for __alpha in _mesa_win_fog_coords_from_z()
Brian Paul
2000-10-27
Implement EXT_fog_coord and EXT_secondary_color.
Keith Whitwell
2000-09-26
First batch of OpenGL SI related changes:
Brian Paul
2000-07-07
test
Keith Whitwell
2000-07-07
test
Keith Whitwell
2000-07-07
test
Keith Whitwell
2000-07-07
test
Keith Whitwell
2000-07-07
test
Keith Whitwell
2000-07-07
test
Keith Whitwell
2000-07-07
test
Keith Whitwell
2000-07-07
test
Keith Whitwell
2000-07-07
test
Keith Whitwell
2000-07-07
test
Keith Whitwell
2000-06-05
added ASSERT_OUTSIDE_BEGIN_END_AND_FLUSH() in _mesa_Fogfv()
Brian Paul
2000-03-07
made gl_make_fog_coords() static
Brian Paul
2000-02-25
Fog coordinate stage which drivers may use to replace standard fogging
Keith Whitwell
2000-02-02
minor clean-ups
Brian Paul
2000-02-02
changed _gl prefix to _mesa_ on fog functions
Brian Paul
1999-11-11
first big check-in of new Mesa 3.3 code
Brian Paul
1999-11-08
clean-up of header includes (Daryll)
Brian Paul
1999-10-08
Fixed includes & added a few hooks for the DRI.
Keith Whitwell
1999-08-19
Initial revision
jtg