index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
glide
Commit message (
Expand
)
Author
Age
Files
Lines
*
Drop glide driver
Kristian Høgsberg
2010-02-25
15
-16567
/
+0
*
Drop macro wrappers for the aligned memory functions
Kristian Høgsberg
2010-02-19
1
-2
/
+2
*
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2010-02-19
3
-7
/
+7
*
mesa: replace old MEMCPY macro with memcpy
Brian Paul
2010-02-19
2
-5
/
+5
*
mesa: Replace CLAMP_SELF() macro with more obvious CLAMP() usage.
Eric Anholt
2009-12-22
1
-2
/
+3
*
tnl: Replace deprecated FogCoordPtr with AttribPtr[_TNL_ATTRIB_FOG]
Eric Anholt
2009-11-19
1
-2
/
+2
*
tnl: Replace deprecated ColorPtr[] with AttribPtr or new BackfaceColorPtr.
Eric Anholt
2009-11-19
2
-22
/
+22
*
tnl: Replace deprecated TexCoordPtr with AttribPtr[_TNL_ATTRIB_TEX*]
Eric Anholt
2009-11-19
1
-10
/
+11
*
mesa: choose texture format in core mesa, not drivers
Brian Paul
2009-10-25
1
-12
/
+0
*
glide: remove _mesa_compressed_row_stride() calls
Brian Paul
2009-10-25
1
-11
/
+9
*
mesa: remove _mesa_compressed_texture_size()
Brian Paul
2009-10-24
1
-10
/
+6
*
mesa: remove gl_texture_image::IsCompressed field
Brian Paul
2009-10-01
1
-10
/
+9
*
mesa: replace gl_texture_format with gl_format
Brian Paul
2009-09-30
1
-24
/
+24
*
glide: use _mesa_texstore()
Brian Paul
2009-09-28
1
-48
/
+35
*
drivers: use _mesa_texstore
Brian Paul
2009-09-28
1
-15
/
+15
*
glide: use _mesa_get_format_bytes()
Brian Paul
2009-09-27
2
-3
/
+5
*
glide: use _mesa_get_texstore_func()
Brian Paul
2009-09-27
1
-35
/
+51
*
mesa: remove GL_MESA_program_debug extension
Brian Paul
2009-03-07
1
-1
/
+0
*
mesa: use Stencil._Enabled field instead of Stencil.Enabled
Brian Paul
2009-03-02
1
-1
/
+1
*
mesa: replace _mesa_unreference_framebuffer() with _mesa_reference_framebuffer()
Brian Paul
2009-02-09
1
-2
/
+2
*
Make GL_ARB_draw_buffers mandatory
Ian Romanick
2009-01-28
1
-0
/
+2
*
Make GL_{EXT,SUN}_multi_draw_arrays and GL_IBM_multimode_draw_arrays mandatory
Ian Romanick
2009-01-28
1
-2
/
+0
*
Make GL_ARB_vertex_buffer_object mandatory
Ian Romanick
2009-01-28
1
-1
/
+0
*
Make GL_ARB_texture_compression mandatory
Ian Romanick
2009-01-28
1
-2
/
+0
*
mesa: prefix more #includes with "main/"
Brian Paul
2008-09-18
7
-34
/
+34
*
dri: Fix write/read depth buffer issue under 16bpp mode. See bug #16646
Xiang, Haihao
2008-08-05
1
-0
/
+4
*
Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexes
Brian
2008-01-06
1
-2
/
+2
*
remove _tnl_arb_vertex_program_stage
Brian
2007-04-16
1
-1
/
+0
*
Fix/improve framebuffer object reference counting.
Brian
2007-03-06
1
-2
/
+2
*
Commiting a few minor fixes to glut fbdev (segfault on a separate stack)
Sean D'Epagnier
2007-02-16
1
-3
/
+3
*
merge current trunk into vbo branch
Alan Hourihane
2006-11-02
1
-6
/
+3
*
switch remaining drivers over to vbo
Keith Whitwell
2006-10-31
1
-1
/
+1
*
Remove calls to _mesa_ResizeBuffersMESA() - generally replace with code to
Brian Paul
2006-10-15
1
-2
/
+10
*
Move COPY_FLOAT() macro down into glide driver.
Brian Paul
2005-11-09
1
-0
/
+2
*
Unify vertex/fragment program instuctions.
Brian Paul
2005-11-05
1
-2
/
+0
*
s/IntFormat/InternalFormat/ and s/Format/_BaseFormat/ for gl_color_table.
Brian Paul
2005-10-05
1
-1
/
+1
*
In gl_texture_image replace IntFormat with InternalFormat and Format with
Brian Paul
2005-10-05
1
-16
/
+17
*
replace GLdepth with GLuint
Brian Paul
2005-09-21
2
-6
/
+6
*
Replace ctx->Driver.StencilOp/Func/Mask() functions with
Brian Paul
2005-09-13
3
-9
/
+11
*
add _tnl_arb_vertex_program_stage to all drivers which already have _tnl_vert...
Roland Scheidegger
2005-09-09
1
-0
/
+1
*
remove fxDDSetBuffer()
Brian Paul
2005-09-01
1
-42
/
+13
*
Get rid of the MESA_PBUFFER_ALLOC/FREE() macros.
Brian Paul
2005-06-27
2
-5
/
+5
*
pathetic attempt to accomodate new frambuffer changes (still some work to do)
Daniel Borca
2005-05-09
1
-3
/
+10
*
accomodate new frambuffer changes
Daniel Borca
2005-05-09
2
-28
/
+32
*
Major check-in of changes for GL_EXT_framebuffer_object extension.
Brian Paul
2005-05-04
1
-6
/
+0
*
Use the _mesa_HashNextEntry() function to walk over all textures in the
Brian Paul
2005-01-25
1
-18
/
+27
*
make sure we avoid assertion failure wrt VB->ColorPtr[1]->stride
Daniel Borca
2005-01-19
1
-10
/
+11
*
cleaned up warnings
Daniel Borca
2005-01-17
4
-44
/
+45
*
some "safer" type-punning (gcc optimizes float moves with integer moves, anyw...
Daniel Borca
2005-01-12
2
-39
/
+38
*
semantic in parameter names. changed emitter function.
Daniel Borca
2005-01-06
1
-12
/
+12
[next]