projects
/
mesa.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
mesa.git
2004-01-20
Brian Paul
initial 6.1 release notes with info about recent _mesa_...
commit
|
commitdiff
|
tree
2004-01-20
Brian Paul
Before calling _mesa_create_context(), initialize a...
commit
|
commitdiff
|
tree
2004-01-20
Brian Paul
_mesa_init_driver_functions() to initialize dd_function...
commit
|
commitdiff
|
tree
2004-01-19
Keith Whitwell
some more count vs. end confusion
commit
|
commitdiff
|
tree
2004-01-19
Brian Paul
replace -lm with $(GL_LIB_DEPS) to get -lexpat
commit
|
commitdiff
|
tree
2004-01-19
Brian Paul
replace CALLOC with MALLOC in _mesa_new_texture_object()
commit
|
commitdiff
|
tree
2004-01-19
Brian Paul
remove incorrect comments, added _mesa_bzero() call...
commit
|
commitdiff
|
tree
2004-01-19
Brian Paul
omit CVS directories from tarballs, bump version to 6.1
commit
|
commitdiff
|
tree
2004-01-19
Keith Whitwell
Migrate i830 driver to t_vertex.[ch] for building hw...
commit
|
commitdiff
|
tree
2004-01-19
Brian Paul
fix glitch from previous check-in (pointer vs int)
commit
|
commitdiff
|
tree
2004-01-18
Brian Paul
minor changes to silence warnings
commit
|
commitdiff
|
tree
2004-01-18
Brian Paul
Change get_ust_nop()'s parameter from int64_t to uint64...
commit
|
commitdiff
|
tree
2004-01-18
Brian Paul
change Data ptr from GLbyte to GLubyte to silence warnings
commit
|
commitdiff
|
tree
2004-01-18
Brian Paul
include texobj.h to silence warnings
commit
|
commitdiff
|
tree
2004-01-18
Brian Paul
s/char/GLubyte/ to silence warnings
commit
|
commitdiff
|
tree
2004-01-18
Brian Paul
include sched.h to get sched_yield() prototype
commit
|
commitdiff
|
tree
2004-01-18
Brian Paul
make second param of driParseConfigFiles() const
commit
|
commitdiff
|
tree
2004-01-17
Brian Paul
tweak OpenBSD and SunOS commands
commit
|
commitdiff
|
tree
2004-01-17
Brian Paul
tweak openbsd config
commit
|
commitdiff
|
tree
2004-01-17
Brian Paul
added some missing FLUSH_VERTICES calls
commit
|
commitdiff
|
tree
2004-01-17
Michel Dänzer
Fix cosmetic GL_RENDERER string problem (Andreas Stenglein)
commit
|
commitdiff
|
tree
2004-01-16
Brian Paul
bump version to 6.1 (new development)
commit
|
commitdiff
|
tree
2004-01-16
Keith Whitwell
Respect the 'in_use' field in the global LRU as a marke...
commit
|
commitdiff
|
tree
2004-01-16
Daniel Borca
fixed refresh rate control in Glide wrapper
commit
|
commitdiff
|
tree
2004-01-15
Brian Paul
tweaks for 6.0 release
commit
|
commitdiff
|
tree
2004-01-15
Karl Schultz
add casts to quiet compiler warnings
commit
|
commitdiff
|
tree
2004-01-15
Brian Paul
fix -fomit-frame_pointer typo
commit
|
commitdiff
|
tree
2004-01-15
Daniel Borca
implemented glutTimerFunc
commit
|
commitdiff
|
tree
2004-01-15
Daniel Borca
documentation update
commit
|
commitdiff
|
tree
2004-01-15
Daniel Borca
_mesa_delete_texture_object and some other updates
commit
|
commitdiff
|
tree
2004-01-15
Brian Paul
Cosmetic changes.
commit
|
commitdiff
|
tree
2004-01-15
Brian Paul
change MALLOC to CALLOC to silence valgrind error in...
commit
|
commitdiff
|
tree
2004-01-14
Brian Paul
use -G not -shared for gcc on SunOS
commit
|
commitdiff
|
tree
2004-01-14
Brian Paul
added blurb about NVIDIA extensions
commit
|
commitdiff
|
tree
2004-01-14
Brian Paul
latest changes, bug fixes
commit
|
commitdiff
|
tree
2004-01-14
Brian Paul
bump MAX_WIDTH/HEIGHT to 4K pixels
commit
|
commitdiff
|
tree
2004-01-14
Karl Schultz
Generate mesa.def file for Windows.
commit
|
commitdiff
|
tree
2004-01-14
Karl Schultz
Replace with version generated from new python script.
commit
|
commitdiff
|
tree
2004-01-14
Keith Whitwell
Fix up more confusions with count vs end in array functions
commit
|
commitdiff
|
tree
2004-01-14
Daniel Borca
fixed a bug in texture memory manager when in UMA mode
commit
|
commitdiff
|
tree
2004-01-14
Michel Dänzer
Fix initialisation of cubic tecture offsets (Andreas...
commit
|
commitdiff
|
tree
2004-01-13
Karl Schultz
add new entrypoints
commit
|
commitdiff
|
tree
2004-01-13
Brian Paul
tweak aix-gcc config
commit
|
commitdiff
|
tree
2004-01-13
Ian Romanick
Added support for EXT_texture_mirror_clamp.
commit
|
commitdiff
|
tree
2004-01-13
Brian Paul
updated glext.h, fixed bug 876160
commit
|
commitdiff
|
tree
2004-01-13
Brian Paul
exercise glDeleteProgramsARB
commit
|
commitdiff
|
tree
2004-01-13
Brian Paul
glDeleteProgramsARB() failed for fragment programs...
commit
|
commitdiff
|
tree
2004-01-13
Jouk Jansen
Committing in .
commit
|
commitdiff
|
tree
2004-01-13
Daniel Borca
added support for textures bigger than HW can support...
commit
|
commitdiff
|
tree
2004-01-13
Daniel Borca
re-enabled trilinearness
commit
|
commitdiff
|
tree
2004-01-13
Daniel Borca
small fixes
commit
|
commitdiff
|
tree
2004-01-13
Daniel Borca
updated FX wrapper
commit
|
commitdiff
|
tree
2004-01-13
Ian Romanick
Removed some dead code. R128 does not (as far as I...
commit
|
commitdiff
|
tree
2004-01-13
Ian Romanick
Added some missing extension strings.
commit
|
commitdiff
|
tree
2004-01-13
Brian Paul
remove stuff that's now in glext.h
commit
|
commitdiff
|
tree
2004-01-13
Brian Paul
updated to version 21 with OpenGL 1.5 support
commit
|
commitdiff
|
tree
2004-01-13
Karl Schultz
silence compiler warnings
commit
|
commitdiff
|
tree
2004-01-13
Karl Schultz
remove unused variable
commit
|
commitdiff
|
tree
2004-01-13
Karl Schultz
change type of loop index var to remove compiler warning.
commit
|
commitdiff
|
tree
2004-01-13
Karl Schultz
add cast to quiet compiler warning
commit
|
commitdiff
|
tree
2004-01-13
Karl Schultz
init an uninitialized variable. This doesn't fix a...
commit
|
commitdiff
|
tree
2004-01-13
Karl Schultz
add casts to silence compiler warnings
commit
|
commitdiff
|
tree
2004-01-13
Karl Schultz
add t_vertex.c to project
commit
|
commitdiff
|
tree
2004-01-13
Karl Schultz
remove ss_vb.c from project
commit
|
commitdiff
|
tree
2004-01-12
Keith Whitwell
Don't call _tnl_draw_range_elements() unless start...
commit
|
commitdiff
|
tree
2004-01-12
Ian Romanick
Removed redundant extension strings. The Mesa extensio...
commit
|
commitdiff
|
tree
2004-01-12
Brian Paul
latest bug fixes
commit
|
commitdiff
|
tree
2004-01-12
Brian Paul
added note about mklib permissions
commit
|
commitdiff
|
tree
2004-01-12
Brian Paul
make executable
commit
|
commitdiff
|
tree
2004-01-12
Daniel Borca
Glide driver (windowed mode) fix for Voodoo2
commit
|
commitdiff
|
tree
2004-01-11
Brian Paul
comment-out the touch/rm depend lines
commit
|
commitdiff
|
tree
2004-01-11
Brian Paul
change -O to -O2 for aix-gcc
commit
|
commitdiff
|
tree
2004-01-11
Brian Paul
fix vertex program debugger issues (Bug 874382)
commit
|
commitdiff
|
tree
2004-01-11
Brian Paul
call _mesa_delete_texture_object() from in the driver...
commit
|
commitdiff
|
tree
2004-01-11
Brian Paul
add GL_TEXTURE_CUBE_MAP_ARB to _mesa_max_texture_levels...
commit
|
commitdiff
|
tree
2004-01-11
Michel Dänzer
Actually disable HW TCL capability when SW TCL is forced.
commit
|
commitdiff
|
tree
2004-01-11
Brian Paul
more aix-gcc tweaking
commit
|
commitdiff
|
tree
2004-01-10
Brian Paul
aix-gcc tweaks
commit
|
commitdiff
|
tree
2004-01-10
Brian Paul
removed MAKELIB lines. tweak openbsd config
commit
|
commitdiff
|
tree
2004-01-10
Brian Paul
added OSMESA_LIB_DEPS needed for some platforms
commit
|
commitdiff
|
tree
2004-01-10
Brian Paul
added aix-gcc config
commit
|
commitdiff
|
tree
2004-01-10
Brian Paul
Use same steps for Linux and OpenBSD.
commit
|
commitdiff
|
tree
2004-01-09
Brian Paul
regenerated to support new 1.5 functions, etc.
commit
|
commitdiff
|
tree
2004-01-09
Brian Paul
re-enable SSE code, except for the _mesa_sse_transform_...
commit
|
commitdiff
|
tree
2004-01-09
Brian Paul
Change < to <= when testing counts against ctx->Const...
commit
|
commitdiff
|
tree
2004-01-09
Keith Whitwell
Roland Scheidegger's r200_changeemitorder.diff.
commit
|
commitdiff
|
tree
2004-01-08
Felix Kuehling
Fixed a few typos in the german translation.
commit
|
commitdiff
|
tree
2004-01-08
Brian Paul
set StringPos field in parse_vp_instruction (Mesa bug...
commit
|
commitdiff
|
tree
2004-01-08
Jouk Jansen
Committing in .
commit
|
commitdiff
|
tree
2004-01-08
Keith Whitwell
Perform check for dstclip[3] == 0.
commit
|
commitdiff
|
tree
2004-01-08
Daniel Borca
keeping things safe: sanity check back
commit
|
commitdiff
|
tree
2004-01-08
Daniel Borca
envvars to control run-time
commit
|
commitdiff
|
tree
2004-01-08
Daniel Borca
updated makefiles
commit
|
commitdiff
|
tree
2004-01-08
Daniel Borca
removed unnecessary (now) sanity check
commit
|
commitdiff
|
tree
2004-01-07
Felix Kuehling
Use hand-made number parsing functions as the libc...
commit
|
commitdiff
|
tree
2004-01-07
Brian Paul
reindent the code
commit
|
commitdiff
|
tree
2004-01-07
Brian Paul
updates for 6.0 release
commit
|
commitdiff
|
tree
2004-01-07
Daniel Borca
bugfix in texture swapping mechanism (multitex)
commit
|
commitdiff
|
tree
2004-01-07
Daniel Borca
temporary workaround for bad primitives in fx_render_vb...
commit
|
commitdiff
|
tree
2004-01-07
Daniel Borca
protect against broken apps
commit
|
commitdiff
|
tree
next