Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | indent, comments | Brian Paul | 2006-11-15 | 1 | -24/+42 |
| | |||||
* | s/int/GLboolean/ | Brian Paul | 2006-11-15 | 2 | -2/+2 |
| | |||||
* | improved error mesages | Brian Paul | 2006-11-15 | 1 | -2/+2 |
| | |||||
* | fix casts to silence warnings | Brian Paul | 2006-11-15 | 1 | -5/+5 |
| | |||||
* | #define LONGSTRING __extension__ in imports.h and use it to silence gcc | Brian Paul | 2006-11-15 | 2 | -13/+10 |
| | | | | warnings about long string literals. | ||||
* | Comments for operations. | Brian Paul | 2006-11-15 | 1 | -54/+66 |
| | |||||
* | reindent | Brian Paul | 2006-11-05 | 2 | -1771/+1822 |
| | |||||
* | Fix for glGetVertexAttribfvNV, bug 8883 | Brian Paul | 2006-11-04 | 1 | -3/+18 |
| | |||||
* | fix error msg | Brian Paul | 2006-11-04 | 1 | -1/+1 |
| | |||||
* | fix for glGetVertexAttribfvARB, bug 8883 | Brian Paul | 2006-11-04 | 1 | -1/+6 |
| | |||||
* | Fix _mesa_IsProgram() and _mesa_IsShader() | Brian Paul | 2006-11-03 | 1 | -4/+16 |
| | |||||
* | implement _mesa_GetShaderiv() | Brian Paul | 2006-11-03 | 1 | -2/+30 |
| | |||||
* | implement _mesa_GetProgramiv() | Brian Paul | 2006-11-03 | 1 | -3/+40 |
| | |||||
* | Simplify GET_CURRENT_LINKED_PROGRAM() macro and calling code. | Brian Paul | 2006-11-03 | 1 | -34/+29 |
| | |||||
* | Use inlined uniform() helper function in all the glUniform*() function to | Brian Paul | 2006-11-03 | 3 | -270/+193 |
| | | | | | | | reduce duplicated code. Finish up _program_ReadUniform() for non-float types. Implement _mesa_GetUniformivARB(). Simplify the _program_WriteUniform() function a bit. | ||||
* | Added OpenGL 2.1 glUniformMatrix* functions. | Brian Paul | 2006-11-03 | 3 | -127/+199 |
| | | | | | Refactor the _mesa_UniformMatrix() functions to use a helper function. Implement GetUniformfv function (might need more work someday). | ||||
* | reformat comments in Doxygen style | Brian Paul | 2006-11-03 | 1 | -44/+71 |
| | |||||
* | reindent | Brian Paul | 2006-11-03 | 1 | -1225/+1264 |
| | |||||
* | s/_mesa_IsProgram2/_mesa_IsProgram/ | Brian Paul | 2006-11-02 | 2 | -2/+2 |
| | |||||
* | Rename _mesa_IsProgram() to _mesa_IsProgramARB() to avoid collision with the | Brian Paul | 2006-11-02 | 4 | -31/+32 |
| | | | | OpenGL 2.0 function of the same name. | ||||
* | OpenGL 2.0 entrypoints | Brian Paul | 2006-11-02 | 2 | -0/+138 |
| | |||||
* | run indent on the code | Brian Paul | 2006-11-02 | 1 | -865/+821 |
| | |||||
* | minor clean-ups, simplifications and new comments | Brian Paul | 2006-10-31 | 1 | -26/+21 |
| | |||||
* | code tweaks, remove old comments | Brian Paul | 2006-10-30 | 1 | -65/+16 |
| | |||||
* | Move gl_vertex_program_machine struct out of mtypes.h and put into nvvertexec.h. | Brian Paul | 2006-10-30 | 3 | -131/+170 |
| | | | | | Massage nvvertexec.c code to work more like s_nvfragprog.c - another step toward unifying vertex/fragment program execution. | ||||
* | New _mesa_exec_vertex_state_program() function. Start of some re-org. | Brian Paul | 2006-10-29 | 3 | -9/+28 |
| | |||||
* | fix wrong inequality | Brian Paul | 2006-10-29 | 1 | -1/+1 |
| | |||||
* | Change _mesa_init_instruction() to initialize an array of instructions. | Brian Paul | 2006-10-29 | 6 | -26/+31 |
| | |||||
* | Program instructions are initialized before parsing so no need to set | Brian Paul | 2006-10-29 | 1 | -7/+1 |
| | | | | | | Abs, NegateAbs, CondMask and CondSwizzle fields to defaults here. CondMask was getting mis-set. Removing the incorrect assignment improves fragment program speed by 15%. | ||||
* | special case END in _mesa_print_instruction() | Brian Paul | 2006-10-28 | 1 | -0/+3 |
| | |||||
* | Implement _mesa_append_fog_code() for fragment program fog options. | Brian Paul | 2006-10-28 | 2 | -19/+178 |
| | |||||
* | Fix nonportable pointer+unsigned arithmetic. Use pointer+int. | Michal Krol | 2006-10-19 | 1 | -25/+28 |
| | |||||
* | new assertions - one of which is currently failing with arbfslight.c | Brian Paul | 2006-10-17 | 1 | -0/+4 |
| | |||||
* | Indent and cosmetic changes. | Michal Krol | 2006-10-13 | 4 | -694/+772 |
| | |||||
* | added shaderobjects_3dlabs.c | Brian Paul | 2006-10-11 | 1 | -1/+2 |
| | |||||
* | remove 3dlabs.c | Brian Paul | 2006-10-11 | 1 | -2/+1 |
| | |||||
* | List of source (.c) files in each directory. | Brian Paul | 2006-10-11 | 3 | -0/+36 |
| | | | | | To be included by X.org Makefile.am files so that lists of files don't need to be hardcoded and frequently updated there. | ||||
* | a step toward moving run-time vertex program state out of GLcontext | Brian Paul | 2006-10-10 | 3 | -31/+32 |
| | |||||
* | Move the fp_machine struct into s_nvfragmprog.c since (except for program | Brian Paul | 2006-10-10 | 1 | -6/+10 |
| | | | | debug) it's only used there. | ||||
* | s/GLuint/GLbitfield/ | Brian Paul | 2006-10-10 | 1 | -2/+2 |
| | |||||
* | If program is position invariant, set VERT_BIT_POS in InputsRead field. | Brian Paul | 2006-10-10 | 1 | -2/+4 |
| | | | | Fixes broken "OPTION NV_position_invariant". | ||||
* | Add GLSL preprocessor. | Michal Krol | 2006-09-26 | 5 | -17/+1253 |
| | |||||
* | Fix Windows newlines. | Michal Krol | 2006-09-26 | 4 | -1213/+1060 |
| | |||||
* | Add syntax files for expression and directive preprocessor. | Michal Krol | 2006-09-26 | 9 | -28/+1332 |
| | | | | | Fix syntax errors in builtin library 1.2 sources. All derivative files (*_gc.h and *_syn.h) are generated by Makefile. | ||||
* | new comments, indentation fixes | Brian Paul | 2006-09-21 | 1 | -11/+25 |
| | |||||
* | Add a new internal program parameter value STATE_TEXRECT_SCALE which | Keith Whitwell | 2006-09-20 | 2 | -0/+12 |
| | | | | | | provides 1/width and 1/height of the active texture, useful for implementing ARB_texture_rectangle support on hardware which only supports ARB_npot-style texturing. | ||||
* | Export _mesa_print_alu_instruction() to allow drivers to roll their | Keith Whitwell | 2006-09-20 | 2 | -41/+43 |
| | | | | | | own debug code for programs with driver-private opcodes. Remove redundant loop in _mesa_num_inst_src_regs(). | ||||
* | for VERTEX_ATTRIB_WEIGHT, use break, not return | Brian Paul | 2006-09-06 | 1 | -1/+2 |
| | |||||
* | Hack for Warcraft (bug 8060): allow 'vertex.weight' to be referenced in | Brian Paul | 2006-09-05 | 1 | -0/+10 |
| | | | | | vertex program, even though it's not really supported. Results will be undefined, but Warcraft doesn't actually use the attribute. | ||||
* | fix typo in enable_parser_extensions(): s/point_parameters/vertex_blend/ | Brian Paul | 2006-09-05 | 1 | -1/+1 |
| |