2004-04-22 |
Keith Whitwell | Fix order of EMIT_4UB_4F declarations |
commit | commitdiff | tree | snapshot |
2004-04-22 |
Brian Paul | added floattex.c to test floating point textures |
commit | commitdiff | tree | snapshot |
2004-04-22 |
Brian Paul | use FetchTexelf() in GetTexImage() to return float... |
commit | commitdiff | tree | snapshot |
2004-04-22 |
Brian Paul | fix some include file glitches |
commit | commitdiff | tree | snapshot |
2004-04-22 |
Brian Paul | minor clean-ups |
commit | commitdiff | tree | snapshot |
2004-04-22 |
Brian Paul | obsolete |
commit | commitdiff | tree | snapshot |
2004-04-22 |
Brian Paul | New glTexImage code. |
commit | commitdiff | tree | snapshot |
2004-04-21 |
Brian Paul | Fix up some assorted issues with initialization of... |
commit | commitdiff | tree | snapshot |
2004-04-21 |
Brian Paul | only init temp regs to zero if executing NV fragment... |
commit | commitdiff | tree | snapshot |
2004-04-21 |
Brian Paul | check return values of _swrast_CreateContext, etc |
commit | commitdiff | tree | snapshot |
2004-04-20 |
Brian Paul | removed non-existant arbfpwpos.c, added UTIL_FILES... |
commit | commitdiff | tree | snapshot |
2004-04-20 |
Keith Whitwell | Add printing for recently added opcodes. |
commit | commitdiff | tree | snapshot |
2004-04-20 |
Alan Hourihane | add SciTech's GLDirect driver for Windows. |
commit | commitdiff | tree | snapshot |
2004-04-20 |
Keith Whitwell | Simplify last fix slightly, apply to vtx paths as well. |
commit | commitdiff | tree | snapshot |
2004-04-20 |
Keith Whitwell | When upgrading copied vertices, distinguish between... |
commit | commitdiff | tree | snapshot |
2004-04-19 |
Brian Paul | apply texgen/texture matrix in glRasterPos |
commit | commitdiff | tree | snapshot |
2004-04-19 |
Brian Paul | linux-solo-ia64 config (Stephane Marchesin) |
commit | commitdiff | tree | snapshot |
2004-04-19 |
Brian Paul | glTexEnviv bug fix |
commit | commitdiff | tree | snapshot |
2004-04-19 |
Brian Paul | in TexEnv functions, check if pname == GL_TEXTURE_ENV_C... |
commit | commitdiff | tree | snapshot |
2004-04-19 |
Brian Paul | do texcoord projective division in _swrast_span_default... |
commit | commitdiff | tree | snapshot |
2004-04-18 |
Brian Paul | bug fixes for ARB/NV fragment program texture instructions |
commit | commitdiff | tree | snapshot |
2004-04-18 |
Brian Paul | check for __ia64__ when setting USE_IEEE |
commit | commitdiff | tree | snapshot |
2004-04-18 |
Brian Paul | updated instructions for new directory tree and makefil... |
commit | commitdiff | tree | snapshot |
2004-04-18 |
Brian Paul | added missing SHADER_SOURCES to ALL_SOURCES |
commit | commitdiff | tree | snapshot |
2004-04-18 |
Brian Paul | hack to use glTexCoord4f and Q variable to test project... |
commit | commitdiff | tree | snapshot |
2004-04-18 |
Brian Paul | Audit/fixes for NV/ARB TEX, TXP, TXB, TXD instructions. |
commit | commitdiff | tree | snapshot |
2004-04-16 |
Keith Whitwell | Make sure ctx->Driver.NeedFlush is set for Eval-generat... |
commit | commitdiff | tree | snapshot |
2004-04-15 |
Keith Whitwell | Make _SAT instructions compile correctly. |
commit | commitdiff | tree | snapshot |
2004-04-15 |
Dave Airlie | make sure matypes is built |
commit | commitdiff | tree | snapshot |
2004-04-15 |
Dave Airlie | add drm source dir for solo includes |
commit | commitdiff | tree | snapshot |
2004-04-15 |
Dave Airlie | get the libraries the right way round.. |
commit | commitdiff | tree | snapshot |
2004-04-15 |
Ian Romanick | Correct the comments about when the bindContext3 /... |
commit | commitdiff | tree | snapshot |
2004-04-15 |
Dave Airlie | set default page flipping to zero can be changed in... |
commit | commitdiff | tree | snapshot |
2004-04-14 |
Brian Paul | wrap file in #ifdef USE_TCC, otherwise compilation... |
commit | commitdiff | tree | snapshot |
2004-04-14 |
Brian Paul | set CONFIG_NAME = linux-tcc |
commit | commitdiff | tree | snapshot |
2004-04-14 |
Keith Whitwell | new file |
commit | commitdiff | tree | snapshot |
2004-04-14 |
Keith Whitwell | Use tcc and the emitted C code from s_fragprog_to_c... |
commit | commitdiff | tree | snapshot |
2004-04-14 |
Keith Whitwell | Fail if any subdir fails. |
commit | commitdiff | tree | snapshot |
2004-04-14 |
Keith Whitwell | Hack to get things compiling - include "drm.h" instead... |
commit | commitdiff | tree | snapshot |
2004-04-14 |
Keith Whitwell | Link against GL_LIB_DEPS |
commit | commitdiff | tree | snapshot |
2004-04-14 |
Keith Whitwell | Remove mesa.a when making clean |
commit | commitdiff | tree | snapshot |
2004-04-14 |
Keith Whitwell | First attempt at building a dri module in this tree |
commit | commitdiff | tree | snapshot |
2004-04-14 |
Keith Whitwell | First pass at support for building DRI drivers in mesa... |
commit | commitdiff | tree | snapshot |
2004-04-14 |
Keith Whitwell | Don't try to use .c=.o rule on .S files when building... |
commit | commitdiff | tree | snapshot |
2004-04-14 |
Alan Hourihane | disable under _SOLO build |
commit | commitdiff | tree | snapshot |
2004-04-14 |
Daniel Borca | documentation updates |
commit | commitdiff | tree | snapshot |
2004-04-14 |
Dave Airlie | Add agpmode to the example config file |
commit | commitdiff | tree | snapshot |
2004-04-14 |
Dave Airlie | get agpmode from config file |
commit | commitdiff | tree | snapshot |
2004-04-14 |
Dave Airlie | Add shader sources for solo build |
commit | commitdiff | tree | snapshot |
2004-04-14 |
Dave Airlie | make solo work like before new makefile merge |
commit | commitdiff | tree | snapshot |
2004-04-14 |
Dave Airlie | add agpmode to miniglx config file |
commit | commitdiff | tree | snapshot |
2004-04-13 |
Brian Paul | minor tweak for Darwin |
commit | commitdiff | tree | snapshot |
2004-04-13 |
Brian Paul | check for __AMD64__ when setting USE_IEEE (Ronnny Vindenes) |
commit | commitdiff | tree | snapshot |
2004-04-13 |
Keith Whitwell | Build a single string containing the generated 'C'... |
commit | commitdiff | tree | snapshot |
2004-04-13 |
Alan Hourihane | fix the usage of GLX_MESA_allocate_memory |
commit | commitdiff | tree | snapshot |
2004-04-13 |
Daniel Borca | updated Glide driver documentation |
commit | commitdiff | tree | snapshot |
2004-04-13 |
Dave Airlie | make this exactly like XFree86 .. allows 4x to work |
commit | commitdiff | tree | snapshot |
2004-04-13 |
Jon Smirl | Add DRM_SOURCE_PATH to make system. |
commit | commitdiff | tree | snapshot |
2004-04-12 |
Ian Romanick | Missed one with the last commit. |
commit | commitdiff | tree | snapshot |
2004-04-12 |
Ian Romanick | Conditionally compile code for x86 specific TNL codegen... |
commit | commitdiff | tree | snapshot |
2004-04-11 |
Alan Hourihane | build fix for VMS |
commit | commitdiff | tree | snapshot |
2004-04-10 |
Brian Paul | fix minor glitch with GL_DEPTH_COMPONENT textures |
commit | commitdiff | tree | snapshot |
2004-04-09 |
Brian Paul | fix max buffer size test (Kyle Bateman, bug 912828) |
commit | commitdiff | tree | snapshot |
2004-04-09 |
Brian Paul | added extern "C" for C++ (bug 930933) |
commit | commitdiff | tree | snapshot |
2004-04-09 |
Brian Paul | added SPECULAR flag for sprite point functions |
commit | commitdiff | tree | snapshot |
2004-04-08 |
Alan Hourihane | make note about needing to fix the drm driver to enable... |
commit | commitdiff | tree | snapshot |
2004-04-08 |
Brian Paul | added zreaddraw.c |
commit | commitdiff | tree | snapshot |
2004-04-08 |
Brian Paul | use MKDEP var |
commit | commitdiff | tree | snapshot |
2004-04-08 |
Brian Paul | added -noprefix option for making DRI drivers |
commit | commitdiff | tree | snapshot |
2004-04-08 |
Brian Paul | minor fix |
commit | commitdiff | tree | snapshot |
2004-04-08 |
Brian Paul | lots of Makefile updates for new build system |
commit | commitdiff | tree | snapshot |
2004-04-08 |
Brian Paul | move pSAREAPriv declaration to be C-compliant |
commit | commitdiff | tree | snapshot |
2004-04-08 |
Brian Paul | no depend file |
commit | commitdiff | tree | snapshot |
2004-04-08 |
Brian Paul | don't include GL/gl.h, rely on glheader.h |
commit | commitdiff | tree | snapshot |
2004-04-08 |
Brian Paul | move 'id' declaration so it's C compliant |
commit | commitdiff | tree | snapshot |
2004-04-08 |
Alan Hourihane | build fixes |
commit | commitdiff | tree | snapshot |
2004-04-08 |
Alan Hourihane | remove non-portable whitespace |
commit | commitdiff | tree | snapshot |
2004-04-07 |
Brian Paul | use new MKDEP, MKDEP_OPTIONS variables |
commit | commitdiff | tree | snapshot |
2004-04-07 |
Brian Paul | use # comments instead of //, etc (ajax@nwnk.net) |
commit | commitdiff | tree | snapshot |
2004-04-07 |
Daniel Borca | removed wfx makefiles |
commit | commitdiff | tree | snapshot |
2004-04-07 |
Daniel Borca | revived linux-glide build process |
commit | commitdiff | tree | snapshot |
2004-04-05 |
Jouk Jansen | Committing in . |
commit | commitdiff | tree | snapshot |
2004-04-05 |
Daniel Borca | protected all codegen behind AllowCodegen |
commit | commitdiff | tree | snapshot |
2004-04-05 |
Jouk Jansen | Committing in . |
commit | commitdiff | tree | snapshot |
2004-04-03 |
Brian Paul | update revision history |
commit | commitdiff | tree | snapshot |
2004-04-03 |
Brian Paul | minor corrections |
commit | commitdiff | tree | snapshot |
2004-04-03 |
Brian Paul | minor tweak |
commit | commitdiff | tree | snapshot |
2004-04-03 |
Brian Paul | for make clean, include tests directory |
commit | commitdiff | tree | snapshot |
2004-04-03 |
Brian Paul | shouldn't be in CVS |
commit | commitdiff | tree | snapshot |
2004-04-02 |
Brian Paul | reorder 6.0 / 6.0.1 entries |
commit | commitdiff | tree | snapshot |
2004-04-02 |
Brian Paul | merge from 6.0 branch |
commit | commitdiff | tree | snapshot |
2004-04-02 |
Brian Paul | added some assertions, just to be safe |
commit | commitdiff | tree | snapshot |
2004-04-02 |
Brian Paul | fix bad array indexing in _save_current_init() that... |
commit | commitdiff | tree | snapshot |
2004-04-02 |
Brian Paul | Implement ARB_f_p KIL correctly. |
commit | commitdiff | tree | snapshot |
2004-04-02 |
Brian Paul | add braces to silence warnings |
commit | commitdiff | tree | snapshot |
2004-04-02 |
Brian Paul | added FLUSH_CURRENT() call in GetMaterial() calls |
commit | commitdiff | tree | snapshot |
2004-04-02 |
Daniel Borca | got rid of the notify routine as intermediate step |
commit | commitdiff | tree | snapshot |
2004-04-02 |
Daniel Borca | disabled naughty cheats and protected the choosers... |
commit | commitdiff | tree | snapshot |
2004-04-02 |
Daniel Borca | added codegen'ed choosers |
commit | commitdiff | tree | snapshot |
2004-04-02 |
Brian Paul | fix error in rgb332 texel fetch function |
commit | commitdiff | tree | snapshot |
next |