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
/
fxddtex.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Drop glide driver
Kristian Høgsberg
2010-02-25
1
-1836
/
+0
*
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2010-02-19
1
-3
/
+3
*
mesa: replace old MEMCPY macro with memcpy
Brian Paul
2010-02-19
1
-2
/
+2
*
mesa: Replace CLAMP_SELF() macro with more obvious CLAMP() usage.
Eric Anholt
2009-12-22
1
-2
/
+3
*
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
1
-2
/
+3
*
glide: use _mesa_get_texstore_func()
Brian Paul
2009-09-27
1
-35
/
+51
*
mesa: prefix more #includes with "main/"
Brian Paul
2008-09-18
1
-7
/
+7
*
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
*
Get rid of the MESA_PBUFFER_ALLOC/FREE() macros.
Brian Paul
2005-06-27
1
-3
/
+3
*
cleaned up warnings
Daniel Borca
2005-01-17
1
-4
/
+6
*
comment reorg.
Daniel Borca
2004-12-20
1
-57
/
+5
*
fixed compilation errors
Daniel Borca
2004-10-20
1
-0
/
+2
*
avoid the patch if Mesa_DXTn flag is set
Daniel Borca
2004-10-12
1
-2
/
+2
*
cleanup
Daniel Borca
2004-09-13
1
-41
/
+6
*
silence compiler warnings
Daniel Borca
2004-08-19
1
-3
/
+3
*
fixed texture fetchers, fixed automatic mipmap generation, some cleanup
Daniel Borca
2004-08-16
1
-22
/
+71
*
SGIS_generate_mipmap
Daniel Borca
2004-07-16
1
-77
/
+188
*
added GL_ARB_point_sprite.
Daniel Borca
2004-07-05
1
-3
/
+7
*
hack for compressed textures with aspectratio greater than 8:1
Daniel Borca
2004-06-24
1
-49
/
+53
*
reworked FXT1
Daniel Borca
2004-05-31
1
-4
/
+12
*
added GL_NV_blend_square
Daniel Borca
2004-05-19
1
-3
/
+3
*
fixed bugs in fxddtex.c
Daniel Borca
2004-05-10
1
-198
/
+243
*
texture compression: getting warmer
Daniel Borca
2004-05-04
1
-7
/
+9
*
FXT1: getting warmer
Daniel Borca
2004-04-30
1
-144
/
+68
*
FXT1 preparations
Daniel Borca
2004-04-29
1
-52
/
+97
*
accomodate newtexstore
Daniel Borca
2004-04-26
1
-0
/
+40
*
code cleanup heheh
Daniel Borca
2004-03-29
1
-11
/
+1
*
replace color table FloatTable boolean with Type enum
Brian Paul
2004-02-28
1
-1
/
+1
*
fixed back fxMesaGetCurrentContext to match MakeCurrent
Daniel Borca
2004-02-10
1
-1
/
+1
*
fixed a bug in GL_NEAREST sampler
Daniel Borca
2004-02-02
1
-15
/
+0
*
GL_TEXTURE_1D and other stories...
Daniel Borca
2004-01-29
1
-6
/
+44
*
Consolidate texObj->Pos/Neg/X/Y/Z and texObj->Image into a single
Keith Whitwell
2004-01-27
1
-2
/
+2
*
accomodate FetchTexel and fix some memory leak bugs
Daniel Borca
2004-01-26
1
-22
/
+13
*
accomodated new driver_func initialization
Daniel Borca
2004-01-23
1
-4
/
+0
*
Undo some bits from last check-in related to the ctx->Driver.NewTextureObject
Brian Paul
2004-01-20
1
-37
/
+67
*
Before calling _mesa_create_context(), initialize a dd_function_table struct
Brian Paul
2004-01-20
1
-71
/
+57
*
_mesa_delete_texture_object and some other updates
Daniel Borca
2004-01-15
1
-0
/
+4
*
re-enabled trilinearness
Daniel Borca
2004-01-13
1
-43
/
+45
*
cleanups
Daniel Borca
2004-01-07
1
-2
/
+2
*
EXT_secondary_color and EXT_separate_specular via multipass
Daniel Borca
2003-12-15
1
-0
/
+6
*
got rid of __FUNCTION__ :(
Daniel Borca
2003-12-10
1
-53
/
+105
*
more texture compression
Daniel Borca
2003-11-21
1
-4
/
+19
[next]