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
/
context.c
Age
Commit message (
Expand
)
Author
2002-05-27
replaced experimental MESA_sprite_point with NV_point_sprite
Brian Paul
2002-05-09
Minor change to current raster position and texcoords.
Brian Paul
2002-04-19
added some casts
Brian Paul
2002-04-09
bring in changes from dri tcl branch
Keith Whitwell
2002-04-09
remove dead vertex assembly
Keith Whitwell
2002-03-29
Replaced ClipEnabled[] array and _AnyClip with ClipPlanesEnabled bitmask.
Brian Paul
2002-03-19
Use MESA_PBUFFER_ALLOC/FREE macros to allocate all framebuffer and texture
Brian Paul
2002-03-16
Lots of changes related to framebuffer/window buffer resizing. Basically,
Brian Paul
2002-03-13
added a comment
Brian Paul
2002-02-05
fix evaluator data and matrix stack mem leaks (Robert Bergkvist)
Brian Paul
2002-01-05
infrastructure for vertex program attribute evaluators
Brian Paul
2001-12-18
Replace old matrix stacks with new code based on struct matrix_stack.
Brian Paul
2001-12-17
disable prototype matrix stack code
Brian Paul
2001-12-14
vertex program check-in
Brian Paul
2001-11-06
added missing GL_MAX_TEXTURE_LOD_BIAS_EXT query
Brian Paul
2001-10-18
Committing in .
Jouk Jansen
2001-09-15
more warning fixes (Karl Schultz)
Brian Paul
2001-07-26
fixes for proxy cube map texture images
Brian Paul
2001-07-19
Added Win32 memory debugging and fixed a few memory leaks (Gerk Huisma)
Brian Paul
2001-06-26
added GL_IBM_rasterpos_clip extension
Brian Paul
2001-06-13
Allow different max texture sizes for 1/2D, 3D and cube maps.
Brian Paul
2001-06-12
removed old, redundant CurrentTransformUnit state var
Brian Paul
2001-06-05
Sparc optimized GLAPI dispatch table.
davem69
2001-06-05
Add USE_SPARC_ASM diagnostics to print_info.
davem69
2001-05-29
infrastructure for GL_ARB_multisample
Brian Paul
2001-05-21
initial support for GL_SGIS_generate_mipmap extension
Brian Paul
2001-05-07
set MRD to 1.0, fixes new Glean polygon offset failure
Brian Paul
2001-05-03
minor clean-ups and warning fixes
Brian Paul
2001-04-28
Support for floating point color representation in tnl module.
Keith Whitwell
2001-04-27
added _mesa_free_framebuffer_data()
Brian Paul
2001-04-25
fixed a potential tex obj reference count problem involving multi-texture
Brian Paul
2001-04-04
Updated bug report info in _mesa_problem()
Brian Paul
2001-03-28
New mechanism for thread-safe GL API dispatch. C-based dispatch is faster.
Brian Paul
2001-03-24
- Minor cleanups of ctx->Driver.Current*Primitive usage.
Gareth Hughes
2001-03-18
- Port 3.4 texture utils, texture format work to 3.5 (including new
Gareth Hughes
2001-03-12
Add missing header file.
Gareth Hughes
2001-03-11
Clean up install, restore for exec vtxfmts.
Gareth Hughes
2001-03-11
Support for swappable tnl modules.
Gareth Hughes
2001-03-03
lots of gl_*() to _mesa_*() namespace clean-up
Brian Paul
2001-02-28
GLvisual inside GLframebuffer is no longer a pointer, copy the struct instead.
Brian Paul
2001-02-27
Initialize Line._Width
Keith Whitwell
2001-02-26
Disable most extensions by default. Drivers should enable them as needed.
Brian Paul
2001-02-17
Changed FetchTexel() function pointer arguments.
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-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-08
Add a 'RenderPrimitive' callback to t_vb_render.c. Helps out drivers
Keith Whitwell
2001-01-05
various compilation/warning fixes
Keith Whitwell
2000-12-26
Major rework of tnl module
Keith Whitwell
[next]