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
/
state.c
Age
Commit message (
Expand
)
Author
2001-05-10
Set 'prefer_float_colors' true, now that tnl uses them natively.
Keith Whitwell
2001-03-29
Remove ENABLE_* flags, ctx->_Enabled.
Keith Whitwell
2001-03-29
Removed DD_STENCIL, DD_FEEDBACK, DD_SELECT.
Keith Whitwell
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-02-20
Implemented GL_SGIX_shadow and GL_SGIX_shadow_texture.
Brian Paul
2001-02-16
Fixed conform problems with recent material tracking change.
Keith Whitwell
2001-02-12
added debug assertions to be sure drivers initialize all required function po...
Brian Paul
2001-02-06
Overhaul of texture image handling.
Brian Paul
2001-01-24
removed the unused/broken GL_PGI_misc_hints extension
Brian Paul
2001-01-08
Still need 'DD_TRI_CULL_FRONT_BACK'
Keith Whitwell
2000-12-26
Major rework of tnl module
Keith Whitwell
2000-12-16
Polygon._OffsetAny wasn't being computed
Brian Paul
2000-12-08
Initial work on GL_MESA_sprite_point extension.
Brian Paul
2000-11-28
Pass scale and bias values to _mesa_scale_and_bias_rgba().
Brian Paul
2000-11-27
Added MaxClipPlanes and MaxLights to gl_constants struct so T&L
Brian Paul
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-19
Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars.
Brian Paul
2000-11-16
Move the transform and lighting code to two new directories
Keith Whitwell
2000-11-15
added includes to silence warnings
Brian Paul
2000-11-13
Cleanup of derived state calculation prior to seperating software T&L
Keith Whitwell
2000-11-10
replaced _NEW_IMAGING with _NEW_PIXEL
Brian Paul
2000-11-10
renamed imaging files to histogram since that's what's inside
Brian Paul
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
Removed UPDATE_IMAGE_TRANSFER_STATE, use _NEW_PIXEL flag instead.
Brian Paul
2000-10-30
Replace the flags Mesa was using for ctx->NewState with a new set
Keith Whitwell
2000-10-29
More GLchan color channel changes.
Brian Paul
2000-10-27
Enabled GL_EXT_secondary_color. Fixed a bunch of typos in the dlist.c
Brian Paul
2000-10-27
Implement EXT_fog_coord and EXT_secondary_color.
Keith Whitwell
2000-10-21
fixed a texture enable bug
Brian Paul
2000-10-20
Changes for multitexture > 3, code clean-ups.
Brian Paul
2000-10-18
More fixes for MAX_TEXTURE_UNITS > 2. Seems to work now.
Brian Paul
2000-10-02
more work to support N texture units
Brian Paul
2000-09-28
removed ctx->Texture.Enabled, use ctx->Texture.ReallyEnabled instead
Brian Paul
2000-09-26
First batch of OpenGL SI related changes:
Brian Paul
2000-09-08
removed unused NEW_DRVSTATE flags
Brian Paul
2000-09-08
removed ctx->Driver.Dither function
Brian Paul
2000-09-08
changed gl_frame_buffer Xmax and Ymax to be exclusive boundary values
Brian Paul
2000-09-07
Removed ctx->Driver.LogicOp().
Brian Paul
2000-08-23
added convolve.h header
Brian Paul
2000-08-21
implemented new ImageTransferState bitmask
Brian Paul
2000-06-30
NeedEyeCoords if non-uniform scale transform
Brian Paul
2000-06-27
removed bad DrawDestMask assignments
Brian Paul
2000-06-26
disabled some ctx->NeedEyeCoords shortcuts
Brian Paul
2000-06-24
Performance fix for unfilled triangles on mga and i810 hardware.
Keith Whitwell
2000-06-23
fixed ColorMask test in update_rasterflags()
Brian Paul
2000-06-12
added EXT version of vertex array functions
Brian Paul
[next]