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
/
main
Commit message (
Expand
)
Author
Age
Files
Lines
*
more descriptive error messages for matrix stack over/underflows
Brian Paul
2004-03-13
1
-4
/
+20
*
Adjustments to make everything use IOCTL/sarea defines in DRM instead
Jon Smirl
2004-03-11
1
-1
/
+1
*
don't futz with GL_CLIENT_ACTIVE_TEXTURE in glClientActiveTexture (Robert Mer...
Brian Paul
2004-03-10
1
-22
/
+4
*
plug in _mesa_BlendFunc into dispatch table
Brian Paul
2004-03-04
1
-0
/
+1
*
yet another take on VBO deleting and reference counting
Brian Paul
2004-03-04
2
-1
/
+54
*
comments, capitalization, misc-clean-ups
Brian Paul
2004-03-03
3
-37
/
+47
*
more changes to VBO reference counting and deletion
Brian Paul
2004-03-03
2
-36
/
+9
*
added missing error check in _mesa_BeginQueryARB (Cedric Gautier). minor cle...
Brian Paul
2004-03-02
1
-10
/
+7
*
Remove clamp parameter from _mesa_unpack_color_span_float(). Pass the
Brian Paul
2004-02-28
7
-35
/
+39
*
minor clean-ups
Brian Paul
2004-02-28
1
-10
/
+15
*
consolidate image transfer operations in new _mesa_apply_rgba_transfer_ops() ...
Brian Paul
2004-02-28
3
-201
/
+118
*
rename some span pack/unpack functions for better uniformity
Brian Paul
2004-02-28
7
-26
/
+26
*
move _swrast_texture_table_lookup() to _mesa_lookup_rgba_chan()
Brian Paul
2004-02-28
3
-65
/
+338
*
consolidate some code
Brian Paul
2004-02-28
1
-138
/
+126
*
replace color table FloatTable boolean with Type enum
Brian Paul
2004-02-28
3
-42
/
+59
*
paltex demo from recent texcombine changes. Minor clean-ups
Brian Paul
2004-02-28
1
-26
/
+24
*
check for null paramList
Brian Paul
2004-02-26
1
-0
/
+10
*
check for invalid fragment program in glDrawPixels, glCopyPixels and glBitmap
Brian Paul
2004-02-26
1
-3
/
+23
*
jump through dispatch table instead of calling gl functions directly
Brian Paul
2004-02-24
1
-32
/
+34
*
fix incorrect texcoord attribute index
Brian Paul
2004-02-24
1
-1
/
+1
*
added some GLAPIENTRY keywords, minor clean-ups
Brian Paul
2004-02-24
1
-82
/
+82
*
Yet another revision of _ae_update_state(). Issue both conventional AND
Brian Paul
2004-02-24
1
-82
/
+65
*
added some const keywords
Brian Paul
2004-02-24
3
-12
/
+13
*
glDrawArrays loop was wrong
Brian Paul
2004-02-24
2
-7
/
+5
*
some debug code
Brian Paul
2004-02-17
1
-0
/
+12
*
added FogOption to fragment_program struct
Brian Paul
2004-02-17
2
-0
/
+2
*
added FixedToDouble() macro
Brian Paul
2004-02-17
1
-0
/
+4
*
Added TRIANGLE_WALK_DOUBLE to optionally walk triangle edges with GLdoubles
Brian Paul
2004-02-17
1
-9
/
+24
*
Remove debug
Keith Whitwell
2004-02-14
1
-2
/
+0
*
Make it easier for drivers to create "subclasses" of the existing
Keith Whitwell
2004-02-14
4
-43
/
+97
*
init secondary color to (0,0,0,1). remove some redundant initializations.
Brian Paul
2004-02-13
1
-4
/
+3
*
set buffer object default Usage and Access
Brian Paul
2004-02-13
1
-2
/
+4
*
Minor re-org of state for fog and precision options.
Brian Paul
2004-02-12
4
-64
/
+56
*
Fix the problem found with UT after I had added support for glVertexAttrib.
Brian Paul
2004-02-11
1
-110
/
+568
*
Do more bookkeeping of vertex buffer object reference counts.
Brian Paul
2004-02-11
3
-4
/
+40
*
revert to version 1.18 for now to fix segfaults in some applications
Roland Scheidegger
2004-02-11
1
-583
/
+110
*
Restore some of the previous code for handling conventional vertex attributes
Brian Paul
2004-02-09
1
-341
/
+654
*
Updated to handle generic vertex attributes accessed vi glArrayElement().
Brian Paul
2004-02-08
1
-220
/
+380
*
fully parameterize the macros for fixed-point arithmetic
Brian Paul
2004-02-08
1
-13
/
+7
*
added an additional comment about mipmap generation
Brian Paul
2004-02-08
1
-0
/
+3
*
Refactor "class" texture environments to be implemented in terms of
Ian Romanick
2004-02-06
4
-151
/
+368
*
inform driver of changed wrap/filter parameters due to binding of nv_texrect ...
Roland Scheidegger
2004-02-06
1
-0
/
+8
*
Added flags for _all_ extensions to the gl_extensions struct so that drivers
Brian Paul
2004-02-06
2
-23
/
+42
*
fix stores to vertex state program registers
Brian Paul
2004-02-04
2
-5
/
+15
*
glBindProgramARB wasn't getting compiled into display lists (bug 887383)
Brian Paul
2004-01-30
1
-3
/
+7
*
more descriptive error strings
Brian Paul
2004-01-30
1
-9
/
+9
*
Add GLAPIENTRY function decorations for correct operation on Windows.
Karl Schultz
2004-01-28
1
-9
/
+9
*
tweak the #if test for defining _ASMAPI (fixes IRIX problem)
Brian Paul
2004-01-28
1
-3
/
+3
*
patch from bug 885992
Brian Paul
2004-01-28
1
-1
/
+7
*
Move FRAG_BIT_ definitions to mtypes.h so that NEED_SECONDARY_COLOR() macro
Keith Whitwell
2004-01-28
2
-37
/
+41
[next]