index
:
~igor.oliveira/mesa-advanced-blending
master
OpenVG advanced blending
igor.oliveira
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
gamma
/
gamma_tex.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-01-04
mesa: make texture BorderColor a union of float/int/uint
Brian Paul
1
-2
/
+2
2009-10-05
drivers: don't include texformat.h
Brian Paul
1
-8
/
+5
2009-04-01
dri: use BorderColor instead of _BorderChan
Brian Paul
1
-4
/
+9
2009-02-21
mesa: use an array for current texture objects
Brian Paul
1
-4
/
+4
2008-09-21
Remove CVS keywords.
Keith Whitwell
1
-1
/
+0
2008-09-21
mesa: standardize on C99's uint*_t instead of u_int*_t
Keith Whitwell
1
-4
/
+4
2008-09-18
mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...
Brian Paul
1
-9
/
+9
2004-12-14
uint*t -> u_int*t changes
Alan Hourihane
1
-4
/
+6
2004-03-18
Convert int(8|32)_t to uint(8|32)_t, like should have been done the first time.
Ian Romanick
1
-4
/
+4
2004-03-17
Convert all uses of CARD32 and CARD8 to int32_t and int8_t.
Ian Romanick
1
-4
/
+4
2004-01-20
Undo some bits from last check-in related to the ctx->Driver.NewTextureObject
Brian Paul
1
-65
/
+5
2004-01-20
Before calling _mesa_create_context(), initialize a dd_function_table struct
Brian Paul
1
-25
/
+85
2004-01-18
include texobj.h to silence warnings
Brian Paul
1
-0
/
+1
2004-01-11
call _mesa_delete_texture_object() from in the driver's DeleteTexture function
Brian Paul
1
-0
/
+2
2003-09-30
add gamma driver - no kernel driver yet
Alan Hourihane
1
-0
/
+428