projects
/
mesa.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
mesa.git
2005-04-28
Keith Whitwell
Stop gcc-4.0 complaining about "type qualifiers ignored...
commit
|
commitdiff
|
tree
2005-04-28
Keith Whitwell
Stop gcc-4.0 complaining about "type qualifiers ignored...
commit
|
commitdiff
|
tree
2005-04-27
Brian Paul
move set_component_sizes() to fix bug 3135
commit
|
commitdiff
|
tree
2005-04-26
Brian Paul
no need to enable fog or set fog mode with fragment...
commit
|
commitdiff
|
tree
2005-04-26
Brian Paul
tweak previous fog/fragment program fix
commit
|
commitdiff
|
tree
2005-04-26
Brian Paul
added interpolate_fog()
commit
|
commitdiff
|
tree
2005-04-26
Brian Paul
enable fog render input if fragment program fog option set
commit
|
commitdiff
|
tree
2005-04-26
Brian Paul
comments and minor clean-up
commit
|
commitdiff
|
tree
2005-04-25
Aapo Tahkola
Fix as suggested by Ben Skeggs.
commit
|
commitdiff
|
tree
2005-04-25
Keith Whitwell
Ensure all VB->AttribPtr[] are populated. Reported...
commit
|
commitdiff
|
tree
2005-04-25
Jon Smirl
Minor changes to make linux-solo build again
commit
|
commitdiff
|
tree
2005-04-24
Felix Kuehling
Software fallback for glColorMask. Can be avoided on...
commit
|
commitdiff
|
tree
2005-04-24
Aapo Tahkola
Modifying to build against current Mesa. Disabled r200...
commit
|
commitdiff
|
tree
2005-04-23
Felix Kuehling
Fixed a segfault introduced by Keith's pipeline changes.
commit
|
commitdiff
|
tree
2005-04-23
Felix Kuehling
Texturing fixes for Savage3D/MX/IX:
commit
|
commitdiff
|
tree
2005-04-23
Keith Whitwell
Fix the worst problems with dangling edgeflag references in
commit
|
commitdiff
|
tree
2005-04-22
Keith Whitwell
Updates for pipeline_stage struct changes.
commit
|
commitdiff
|
tree
2005-04-22
Keith Whitwell
First pass at updating these drivers with pipeline_stag...
commit
|
commitdiff
|
tree
2005-04-22
Felix Kuehling
Added a French translation of option descriptions by...
commit
|
commitdiff
|
tree
2005-04-22
Brian Paul
demo / test progs
commit
|
commitdiff
|
tree
2005-04-22
Brian Paul
types for Mesa implementation of EGL
commit
|
commitdiff
|
tree
2005-04-22
Brian Paul
prototype EGL_MESA_screen_surface.
commit
|
commitdiff
|
tree
2005-04-22
Brian Paul
initial EGL code
commit
|
commitdiff
|
tree
2005-04-22
Keith Whitwell
Move the call to _tnl_UpdateFixedFunctionProgram to...
commit
|
commitdiff
|
tree
2005-04-22
Keith Whitwell
Simplify the pipeline_stage structure
commit
|
commitdiff
|
tree
2005-04-22
Keith Whitwell
Up the value of MAX_NV_VERTEX_PROGRAM_PARAMS to a power...
commit
|
commitdiff
|
tree
2005-04-22
Michal Krol
Add more error checking.
commit
|
commitdiff
|
tree
2005-04-22
Michal Krol
Cosmetic changes.
commit
|
commitdiff
|
tree
2005-04-22
Michal Krol
Move some utility functions to slang_utility.c.
commit
|
commitdiff
|
tree
2005-04-22
Michal Krol
Provide precompiled binary versions of built-in library...
commit
|
commitdiff
|
tree
2005-04-22
Brian Paul
undef DEPTH_TYPE at end
commit
|
commitdiff
|
tree
2005-04-21
Felix Kuehling
Fixed some suspicious pointer casts that caused lots of
commit
|
commitdiff
|
tree
2005-04-21
Felix Kuehling
Fixed TexEnv modes GL_BLEND and GL_ADD on Savage4-based...
commit
|
commitdiff
|
tree
2005-04-21
Aapo Tahkola
Adding some comments.
commit
|
commitdiff
|
tree
2005-04-21
Keith Whitwell
Reduce the size of mesa's internal fragment and vertex...
commit
|
commitdiff
|
tree
2005-04-21
Brian Paul
use _mesa_pow() for LIT (bug 3087)
commit
|
commitdiff
|
tree
2005-04-21
Keith Whitwell
Facility to construct a vertex program which executes...
commit
|
commitdiff
|
tree
2005-04-21
Keith Whitwell
New software implementation of ARB_vertex_program....
commit
|
commitdiff
|
tree
2005-04-21
Aapo Tahkola
Had some odd problems with add and temps so doing it...
commit
|
commitdiff
|
tree
2005-04-20
Brian Paul
fix state.light[n].spot.direction.w value (bug 3083)
commit
|
commitdiff
|
tree
2005-04-20
Brian Paul
clean up buffer creation code
commit
|
commitdiff
|
tree
2005-04-19
Aapo Tahkola
Reorganized shader stuff.
commit
|
commitdiff
|
tree
2005-04-19
Aapo Tahkola
Fixes for bugs that were nailed down when compairing...
commit
|
commitdiff
|
tree
2005-04-18
Aapo Tahkola
Fixing and enabling elt buffers by default.
commit
|
commitdiff
|
tree
2005-04-18
Ian Romanick
If the file name passed to parse_GL_API is None or...
commit
|
commitdiff
|
tree
2005-04-18
Ian Romanick
Refactor a bunch of common code from the "leaf" scripts...
commit
|
commitdiff
|
tree
2005-04-18
Ian Romanick
Fill-in function offsets and correct a couple typos.
commit
|
commitdiff
|
tree
2005-04-18
Ian Romanick
Convert all Python scripts to use XML namespaces.
commit
|
commitdiff
|
tree
2005-04-18
Peter Zubaj
Alpha test fix
commit
|
commitdiff
|
tree
2005-04-18
Ian Romanick
Move the DTD to its own file.
commit
|
commitdiff
|
tree
2005-04-18
Brian Paul
comments and clean-up
commit
|
commitdiff
|
tree
2005-04-18
Ian Romanick
Add support for pthreads and TLS to libGL for __glXLock...
commit
|
commitdiff
|
tree
2005-04-18
Ian Romanick
Send GL_PACK_INVERT_MESA state to the server. This...
commit
|
commitdiff
|
tree
2005-04-18
Brian Paul
s/NORMAL/FOG/ (J.P. Delport)
commit
|
commitdiff
|
tree
2005-04-18
Jouk Jansen
Updates for OpenVMS : New makefiles
commit
|
commitdiff
|
tree
2005-04-15
Brian Paul
added SLANG_SOURCES to SOLO_C_SOURCES
commit
|
commitdiff
|
tree
2005-04-15
Brian Paul
config for profiling with gprof
commit
|
commitdiff
|
tree
2005-04-15
Brian Paul
added _mesa_share_state()
commit
|
commitdiff
|
tree
2005-04-15
Ben Crossman
more gldirect compile fixes. Getting near the linking...
commit
|
commitdiff
|
tree
2005-04-15
Brian Paul
remove carriage returns
commit
|
commitdiff
|
tree
2005-04-15
Keith Whitwell
Fix alpha value of STATE_LIGHTMODEL_SCENECOLOR. From...
commit
|
commitdiff
|
tree
2005-04-15
Michal Krol
add shader/slang/slang_preprocess.c
commit
|
commitdiff
|
tree
2005-04-15
Michal Krol
implement info log; parse #version directive
commit
|
commitdiff
|
tree
2005-04-15
Michal Krol
slang preprocessor
commit
|
commitdiff
|
tree
2005-04-15
Michal Krol
slang #version directive syntax
commit
|
commitdiff
|
tree
2005-04-15
Michal Krol
change __asm statement semantics
commit
|
commitdiff
|
tree
2005-04-15
Ben Crossman
Reverted the last change back to fix bug 3035
commit
|
commitdiff
|
tree
2005-04-14
Ian Romanick
Convert 'variable_param' from a CDATA attribute to...
commit
|
commitdiff
|
tree
2005-04-14
Ian Romanick
Refactor the handling of the '(true | false)' enumerate...
commit
|
commitdiff
|
tree
2005-04-14
Ian Romanick
Modify the DTD to use NMTOKEN, enumerants, and explicit...
commit
|
commitdiff
|
tree
2005-04-14
Ian Romanick
In GLX_USE_TLS builds, make GET_CURRENT_CONTEXT use...
commit
|
commitdiff
|
tree
2005-04-14
Ian Romanick
Add missing includes of indirect.h.
commit
|
commitdiff
|
tree
2005-04-14
Ben Crossman
A few getenv() that werent using the mesa wrapper version
commit
|
commitdiff
|
tree
2005-04-14
Ben Crossman
Some initial compile fixes. Still some left and warning...
commit
|
commitdiff
|
tree
2005-04-14
Keith Whitwell
Disable CLOD (Lod constant) state emit. The values...
commit
|
commitdiff
|
tree
2005-04-14
Michal Krol
hook to _slang_compile()
commit
|
commitdiff
|
tree
2005-04-14
Michal Krol
cosmetic changes
commit
|
commitdiff
|
tree
2005-04-14
Michal Krol
ARB_fragment_shader state
commit
|
commitdiff
|
tree
2005-04-14
Michal Krol
ARB_fragment/vertex_shader state
commit
|
commitdiff
|
tree
2005-04-14
Michal Krol
ARB_shading_language_100 bit;
commit
|
commitdiff
|
tree
2005-04-14
Michal Krol
add GL_ARB_shading_language_100;
commit
|
commitdiff
|
tree
2005-04-14
Michal Krol
add FEATURE_ARB_shading_language_100;
commit
|
commitdiff
|
tree
2005-04-14
Michal Krol
do not use isdigit() - can cause link errors
commit
|
commitdiff
|
tree
2005-04-13
Brian Paul
updated procedure for getting CVS-write access
commit
|
commitdiff
|
tree
2005-04-13
Ian Romanick
Add TLS support to libGL and, by virtue of using glthre...
commit
|
commitdiff
|
tree
2005-04-13
Ian Romanick
Revert revision 1.13. This allows server-side libGLcor...
commit
|
commitdiff
|
tree
2005-04-13
Michal Krol
add SLANG_SOURCES
commit
|
commitdiff
|
tree
2005-04-13
Michal Krol
clean-up stuff
commit
|
commitdiff
|
tree
2005-04-13
Michal Krol
simple front-end compiler
commit
|
commitdiff
|
tree
2005-04-13
Michal Krol
add __fixed_input and __fixed_output qualifier support;
commit
|
commitdiff
|
tree
2005-04-13
Michal Krol
cosmetic changes;
commit
|
commitdiff
|
tree
2005-04-13
Michal Krol
cosmetic changes;
commit
|
commitdiff
|
tree
2005-04-13
Michal Krol
cosmetic changes;
commit
|
commitdiff
|
tree
2005-04-13
Michal Krol
converts a .gc file to a C header containing string...
commit
|
commitdiff
|
tree
2005-04-12
Felix Kuehling
Added a Spanish translation by David Rubio Miguélezand...
commit
|
commitdiff
|
tree
2005-04-12
Felix Kuehling
Changed escaping of double quotes.
commit
|
commitdiff
|
tree
2005-04-12
Brian Paul
PF_8A8R8G8B pixel format (Dave Reveman)
commit
|
commitdiff
|
tree
2005-04-11
Felix Kuehling
Manage option translations in separate .po files to...
commit
|
commitdiff
|
tree
2005-04-10
Brian Paul
set table size to 1023 and use new HASH_FUNC() macro
commit
|
commitdiff
|
tree
2005-04-09
Adam Jackson
Bug #2945: Fix math error that left half the hash bucke...
commit
|
commitdiff
|
tree
next