summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-04-14A few getenv() that werent using the mesa wrapper versionBen Crossman
2005-04-14Some initial compile fixes. Still some left and warnings that need fixing. ↵Ben Crossman
No where near runnable yet.
2005-04-14Disable CLOD (Lod constant) state emit. The values emitted wereKeith Whitwell
possibly negative, hence clobbering the leading register-id byte. Fixed the calculation of the values to prevent negative numbers being emitted, but the code still doesn't implement texture LOD bias correctly, so leave it disabled overall.
2005-04-14hook to _slang_compile()Michal Krol
2005-04-14cosmetic changesMichal Krol
2005-04-14ARB_fragment_shader stateMichal Krol
2005-04-14ARB_fragment/vertex_shader stateMichal Krol
2005-04-14ARB_shading_language_100 bit;Michal Krol
Fragment shader derivative hint
2005-04-14add GL_ARB_shading_language_100;Michal Krol
reorder GL_ARB_shader_objects and GL_ARB_fragment/vertex_shader stuff
2005-04-14add FEATURE_ARB_shading_language_100;Michal Krol
remove FEATURE_shading_language; add ARB_fragment/vertex_shader max values
2005-04-14do not use isdigit() - can cause link errorsMichal Krol
2005-04-13updated procedure for getting CVS-write accessBrian Paul
2005-04-13Add TLS support to libGL and, by virtue of using glthread.h and GL_CALL, allIan Romanick
DRI drivers. A TLS enabled libGL can load a TLS or a non-TLS DRI driver, but a TLS DRI driver requires a TLS enabled libGL. This fixes bug #1822.
2005-04-13Revert revision 1.13. This allows server-side libGLcore (in X.org) to buildIan Romanick
with Mesa CVS. This change was wrong in the first place, and the issue that necessitated it has been resolved. For more background on the problem see: http://marc.theaimsgroup.com/?l=mesa3d-dev&m=111333880529935&w=2
2005-04-13add SLANG_SOURCESMichal Krol
2005-04-13clean-up stuffMichal Krol
2005-04-13simple front-end compilerMichal Krol
2005-04-13add __fixed_input and __fixed_output qualifier support;Michal Krol
fix for_init_statement output;
2005-04-13cosmetic changes;Michal Krol
add __fixed_input and __fixed_output qualifiers for built-in variables;
2005-04-13cosmetic changes;Michal Krol
fix syntax errors;
2005-04-13cosmetic changes;Michal Krol
change first parameter's qualifier from inout to out for __operator =; remove __asm instructions: int_add, int_multiply, int_divide, int_negate, int_less, int_equal, bool_equal;
2005-04-13converts a .gc file to a C header containing string form of the fileMichal Krol
2005-04-12Added a Spanish translation by David Rubio Miguélezand a DutchFelix Kuehling
translation by Manfred Stienstra.
2005-04-12Changed escaping of double quotes.Felix Kuehling
2005-04-12PF_8A8R8G8B pixel format (Dave Reveman)Brian Paul
2005-04-11Manage option translations in separate .po files to make translationsFelix Kuehling
easier for non-programmers familiar with GNU gettext. For now there is only a German translation but more translations are encouraged. Translatable strings are extracted from t_options.h containing option definitions with English descriptions. A corresponding header options.h with all available translations of option descriptions is generated by gen_xmlpool.py and included by xmlpool.h. Many option descriptions were rephrased to make them unambiguous for translation without context. They are hopefully more helpful to users at the same time.
2005-04-10set table size to 1023 and use new HASH_FUNC() macroBrian Paul
2005-04-09Bug #2945: Fix math error that left half the hash buckets empty.Adam Jackson
2005-04-08Remove all the radeon_subset files. They were completely unused. KeithIan Romanick
Whitwell says, "[T]he radeon subset code can probably be archived now." This "fixes" bug #1623.
2005-04-07Use the same dispatch.c source file for "normal" Mesa builds and DRIIan Romanick
libGL builds.
2005-04-07Add shaderobjects_3dlabs.c back into build but use #ifdef ↵Brian Paul
FEATURE_shading_language to enable/disable relevant code.
2005-04-07Follow the GLX_SGIX_fbconfig spec and return the complete list ofIan Romanick
available fbconfigs if attrList is NULL. This fixes bug #2917.
2005-04-06added wrappers/helpers for creating/destroying rendering contextsBrian Paul
2005-04-06changed implementation of GetAllFBConfigs()Brian Paul
2005-04-06Fix Fake_glXChooseFBConfig so passing NULL attribList causes a list of allBrian Paul
fbconfigs to be returned.
2005-04-06Make linux-dri-x86-64 more like linux-dri-x86. Add ARCH_FLAGS. This isIan Romanick
where things like "-m64" or "-m32" should be specified. Using this, a 32-bit DRI build can be done on an x86-64 system by doing 'ARCH_CFLAGS=-m32 make linux-dri-x86'. Minor tweaks to linux-dri to support these changes.
2005-04-05Make glxgears_fbconfig compile and respect the DISPLAY setting. Add itIan Romanick
to the Makefile as well.
2005-04-05Don't call PrimitiveNotify with an invalid primitive. Fix ipersKeith Whitwell
wireframe mode.
2005-04-04s/Togle/Toggle/Brian Paul
2005-04-04updated warning string to match patch in bug report 2868Brian Paul
2005-04-01Use FEATURE_shading_language to control whether the shading languageBrian Paul
compiler is hooked in. May be enabled on compiler command line by setting -DFEATURE_shading_lanuage=1.
2005-03-30Disable _mesa_3dlabs_create_{program,shader}_object references.Adam Jackson
2005-03-29Disable C++ shading language code yet again. Doesn't compile with olderBrian Paul
g++ installations.
2005-03-29re-enable shading language sourcesBrian Paul
2005-03-29re-enable _mesa_init_shaderobjects_3dlabs() callBrian Paul
2005-03-29fix a variety of warnings/errorsBrian Paul
2005-03-26disable 3dlabs shading language code until build is fixedBrian Paul
2005-03-26disable _mesa_init_shaderobjects_3dlabs() call until build is fixedBrian Paul
2005-03-26remove INSTALL.GNU from tarball listBrian Paul
2005-03-26obsoleteBrian Paul