Clone of mesa.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Markus Amsler f2b914298f only set InputsRead bit if input is really used 17 years ago
..
grammar Fix valgrind problem caused by reading text[-1]. 18 years ago
slang init tmpNode to zeros 17 years ago
arbprogparse.c only set InputsRead bit if input is really used 17 years ago
arbprogparse.h Some structure renaming. Prefix vertex/fragment-related structs with 19 years ago
arbprogram.c Bug #13492: Only call ProgramStringNotify if program parsing succeeded. 17 years ago
arbprogram.h Rename _mesa_IsProgram() to _mesa_IsProgramARB() to avoid collision with the 19 years ago
arbprogram.syn fix parsing of state.texenv.color (bug 14931) 17 years ago
arbprogram_syn.h fix parsing of state.texenv.color (bug 14931) 17 years ago
atifragshader.c fix swizzle error test (bug 11881) 18 years ago
atifragshader.h No longer derive 'ati_fragment_shader' from 'program' class. Only the 20 years ago
descrip.mms Update of OpenVMS makefiles for the use of "new" include file convention 18 years ago
nvfragparse.c remove more unused vars, assertions 18 years ago
nvfragparse.h Some structure renaming. Prefix vertex/fragment-related structs with 19 years ago
nvprogram.c alias ProgramEnvParameter4xyARB and ProgramParameter4xyNV (bug #12935) 18 years ago
nvprogram.h alias ProgramEnvParameter4xyARB and ProgramParameter4xyNV (bug #12935) 18 years ago
nvvertparse.c use _mesa_copy_instructions() 18 years ago
nvvertparse.h Some structure renaming. Prefix vertex/fragment-related structs with 19 years ago
prog_debug.c s/GetFragmentProgramRegister/GetProgramRegister/ 18 years ago
prog_debug.h Move experimental GL_MESA_program_debug functions into new file. 18 years ago
prog_execute.c Consolidate texture fetch code and use partial derivatives when possible. 17 years ago
prog_execute.h Consolidate texture fetch code and use partial derivatives when possible. 17 years ago
prog_instruction.c fix instruction comment code 18 years ago
prog_instruction.h Get rid of BRK0, BRK1, CONT0, CONT1 instructions. 18 years ago
prog_parameter.c make sure state token values are fully initialized 17 years ago
prog_parameter.h Start fixing some issues with uniform variables and their types. 18 years ago
prog_print.c mesa: Add vertex.attrib 0-15 to arb_input_attrib_string. 17 years ago
prog_print.h expose _mesa_condcode_string(), fix some printing 18 years ago
prog_statevars.c fix state.lightprod ambient/specular w value (bug #14983) 17 years ago
prog_statevars.h Move _mesa_load_tracked_matrices() from TNL module to prog_statevars.c 17 years ago
program.c remove dead code in _mesa_new_program() 18 years ago
program.h For _mesa_share_state(), update the context's references to the new share group's objects (Shane Blackett) 18 years ago
programopt.c need to clamp MAD for linear fog 18 years ago
programopt.h added _mesa_count_texture_indirections(), _mesa_count_texture_instructions() 18 years ago
shader_api.c mesa: separate shader program object from shader object. 17 years ago
shader_api.h New _mesa_reference_shader/program() function to consolidate refcounting. 18 years ago
sources s/ource/source/ 19 years ago