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
2002-07-09
Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer()
Brian Paul
2002-06-30
Implemented GL_EXT_multi_draw_arrays: glMultiDrawArraysEXT() and glMultiDrawE...
Brian Paul
2002-06-25
remove an unneeded statement in update_polygon(), added a comment
Brian Paul
2002-06-16
fix a comment
Brian Paul
2002-06-15
Implemented GL_NV_texture_rectangle extension.
Brian Paul
2002-06-06
replaced hard-coded 4 with NUM_TEXTURE_TARGETS
Brian Paul
2002-05-29
Added GL_NV_point_sprite functions: glPointParameteri[v]NV().
Brian Paul
2002-05-27
dispatch offsets for ARB_window_pos
Brian Paul
2002-04-09
bring in changes from dri tcl branch
Keith Whitwell
2002-04-02
GL_ARB_point_parameters support
Brian Paul
2002-03-29
Replaced ClipEnabled[] array and _AnyClip with ClipPlanesEnabled bitmask.
Brian Paul
2002-03-16
rename ResizeBuffersMESA to ResizeBuffers
Brian Paul
2002-02-13
More suport for t&l drivers
Keith Whitwell
2002-01-12
set _NeedEyeCoords to zero if vertex program is enabled
Brian Paul
2001-12-18
Replace old matrix stacks with new code based on struct matrix_stack.
Brian Paul
2001-12-14
minor dispatach table changes
Brian Paul
2001-12-14
vertex program check-in
Brian Paul
2001-12-04
dispatch changes to minimize hassle with XFree86 libGL
Brian Paul
2001-11-18
added test implementation of GL_ARB_window_pos
Brian Paul
2001-11-18
API dispath updates
Brian Paul
2001-09-18
more compiler warning fixes
Karl Schultz
2001-06-18
Consolidated source files. Since the re-org a number of source files
Brian Paul
2001-06-15
Enable GL_ARB_texture_compression for XMesa/GLX driver. Texture
Brian Paul
2001-05-29
infrastructure for GL_ARB_multisample
Brian Paul
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
[next]