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
/
drivers
/
glide
Age
Commit message (
Expand
)
Author
2009-12-22
mesa: Replace CLAMP_SELF() macro with more obvious CLAMP() usage.
Eric Anholt
2009-11-19
tnl: Replace deprecated FogCoordPtr with AttribPtr[_TNL_ATTRIB_FOG]
Eric Anholt
2009-11-19
tnl: Replace deprecated ColorPtr[] with AttribPtr or new BackfaceColorPtr.
Eric Anholt
2009-11-19
tnl: Replace deprecated TexCoordPtr with AttribPtr[_TNL_ATTRIB_TEX*]
Eric Anholt
2009-10-25
mesa: choose texture format in core mesa, not drivers
Brian Paul
2009-10-25
glide: remove _mesa_compressed_row_stride() calls
Brian Paul
2009-10-24
mesa: remove _mesa_compressed_texture_size()
Brian Paul
2009-10-01
mesa: remove gl_texture_image::IsCompressed field
Brian Paul
2009-09-30
mesa: replace gl_texture_format with gl_format
Brian Paul
2009-09-28
glide: use _mesa_texstore()
Brian Paul
2009-09-28
drivers: use _mesa_texstore
Brian Paul
2009-09-27
glide: use _mesa_get_format_bytes()
Brian Paul
2009-09-27
glide: use _mesa_get_texstore_func()
Brian Paul
2009-03-07
mesa: remove GL_MESA_program_debug extension
Brian Paul
2009-03-02
mesa: use Stencil._Enabled field instead of Stencil.Enabled
Brian Paul
2009-02-09
mesa: replace _mesa_unreference_framebuffer() with _mesa_reference_framebuffer()
Brian Paul
2009-01-28
Make GL_ARB_draw_buffers mandatory
Ian Romanick
2009-01-28
Make GL_{EXT,SUN}_multi_draw_arrays and GL_IBM_multimode_draw_arrays mandatory
Ian Romanick
2009-01-28
Make GL_ARB_vertex_buffer_object mandatory
Ian Romanick
2009-01-28
Make GL_ARB_texture_compression mandatory
Ian Romanick
2008-09-18
mesa: prefix more #includes with "main/"
Brian Paul
2008-08-05
dri: Fix write/read depth buffer issue under 16bpp mode. See bug #16646
Xiang, Haihao
2008-01-06
Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexes
Brian
2007-04-16
remove _tnl_arb_vertex_program_stage
Brian
2007-03-06
Fix/improve framebuffer object reference counting.
Brian
2007-02-16
Commiting a few minor fixes to glut fbdev (segfault on a separate stack)
Sean D'Epagnier
2006-11-02
merge current trunk into vbo branch
Alan Hourihane
2006-10-31
switch remaining drivers over to vbo
Keith Whitwell
2006-10-15
Remove calls to _mesa_ResizeBuffersMESA() - generally replace with code to
Brian Paul
2005-11-09
Move COPY_FLOAT() macro down into glide driver.
Brian Paul
2005-11-05
Unify vertex/fragment program instuctions.
Brian Paul
2005-10-05
s/IntFormat/InternalFormat/ and s/Format/_BaseFormat/ for gl_color_table.
Brian Paul
2005-10-05
In gl_texture_image replace IntFormat with InternalFormat and Format with
Brian Paul
2005-09-21
replace GLdepth with GLuint
Brian Paul
2005-09-13
Replace ctx->Driver.StencilOp/Func/Mask() functions with
Brian Paul
2005-09-09
add _tnl_arb_vertex_program_stage to all drivers which already have _tnl_vert...
Roland Scheidegger
2005-09-01
remove fxDDSetBuffer()
Brian Paul
2005-06-27
Get rid of the MESA_PBUFFER_ALLOC/FREE() macros.
Brian Paul
2005-05-09
pathetic attempt to accomodate new frambuffer changes (still some work to do)
Daniel Borca
2005-05-09
accomodate new frambuffer changes
Daniel Borca
2005-05-04
Major check-in of changes for GL_EXT_framebuffer_object extension.
Brian Paul
2005-01-25
Use the _mesa_HashNextEntry() function to walk over all textures in the
Brian Paul
2005-01-19
make sure we avoid assertion failure wrt VB->ColorPtr[1]->stride
Daniel Borca
2005-01-17
cleaned up warnings
Daniel Borca
2005-01-12
some "safer" type-punning (gcc optimizes float moves with integer moves, anyw...
Daniel Borca
2005-01-06
semantic in parameter names. changed emitter function.
Daniel Borca
2005-01-06
semantic in parameter names
Daniel Borca
2004-12-21
added GL_EXT_stencil_two_side (yes, it works)
Daniel Borca
2004-12-20
put back clipmask code; it proved to be a MinGW/gcc 3.3.x error in t_vb_clipt...
Daniel Borca
2004-12-20
use float constants.
Daniel Borca
[next]