2006-11-17 |
Rune Petersen | r300_select_vertex_shader4: |
commit | commitdiff | tree | snapshot |
2006-11-17 |
Brian Paul | reindent, doxygen-style comments |
commit | commitdiff | tree | snapshot |
2006-11-17 |
Michal Krol | Comment and indent the atom functions. |
commit | commitdiff | tree | snapshot |
2006-11-17 |
Brian Paul | gluBuild2DMipmaps() fixes |
commit | commitdiff | tree | snapshot |
2006-11-17 |
Brian Paul | fix some gluBuild2DMipmap bugs (Greg McGarragh) |
commit | commitdiff | tree | snapshot |
2006-11-17 |
Brian Paul | add STATE_INTERNAL_DRIVER, etc (Rune Petersen) |
commit | commitdiff | tree | snapshot |
2006-11-16 |
Brian Paul | revert prev check-in |
commit | commitdiff | tree | snapshot |
2006-11-16 |
Brian Paul | Add a lot of const qualifiers for const-correctness. |
commit | commitdiff | tree | snapshot |
2006-11-16 |
Brian Paul | reindent |
commit | commitdiff | tree | snapshot |
2006-11-16 |
Brian Paul | remove unused imesa local var to silence warnings |
commit | commitdiff | tree | snapshot |
2006-11-16 |
Brian Paul | Initial implementation work for CAL, RET, and BRA instr... |
commit | commitdiff | tree | snapshot |
2006-11-16 |
Brian Paul | disable yesterday's _mesa_add_named_constant() change... |
commit | commitdiff | tree | snapshot |
2006-11-16 |
Brian Paul | fix bug 9046 |
commit | commitdiff | tree | snapshot |
2006-11-16 |
Brian Paul | regenerate from gl.h |
commit | commitdiff | tree | snapshot |
2006-11-16 |
Brian Paul | remove obsolete GL_MESA_trace stuff |
commit | commitdiff | tree | snapshot |
2006-11-16 |
Brian Paul | use LONGSTRING to silence warning |
commit | commitdiff | tree | snapshot |
2006-11-16 |
Brian Paul | fix glDrawPixels(GL_COLOR_INDEX, GL_BITMAP) bug 9044 |
commit | commitdiff | tree | snapshot |
2006-11-16 |
Keith Whitwell | Make sure vbo's are mapped before accessing their conte... |
commit | commitdiff | tree | snapshot |
2006-11-16 |
Brian Paul | reindent, clean-up |
commit | commitdiff | tree | snapshot |
2006-11-15 |
Brian Paul | Add a size parameter to _mesa_add_unnamed_constant... |
commit | commitdiff | tree | snapshot |
2006-11-15 |
Brian Paul | Add new _mesa_lookup_parameter_constant() to search... |
commit | commitdiff | tree | snapshot |
2006-11-15 |
Brian Paul | reindent, add some comments |
commit | commitdiff | tree | snapshot |
2006-11-15 |
Brian Paul | reindent |
commit | commitdiff | tree | snapshot |
2006-11-15 |
Brian Paul | indent, comments |
commit | commitdiff | tree | snapshot |
2006-11-15 |
Brian Paul | s/int/GLboolean/ |
commit | commitdiff | tree | snapshot |
2006-11-15 |
Brian Paul | improved error mesages |
commit | commitdiff | tree | snapshot |
2006-11-15 |
Brian Paul | fix casts to silence warnings |
commit | commitdiff | tree | snapshot |
2006-11-15 |
Brian Paul | #define LONGSTRING __extension__ in imports.h and use... |
commit | commitdiff | tree | snapshot |
2006-11-15 |
Brian Paul | Comments for operations. |
commit | commitdiff | tree | snapshot |
2006-11-15 |
Jerome Glisse | Remove use of GetBufferSize (depreciated). |
commit | commitdiff | tree | snapshot |
2006-11-15 |
Brian Paul | more bug fixes |
commit | commitdiff | tree | snapshot |
2006-11-14 |
Keith Whitwell | Make sure RENDER_FINISH is called on the zero pixel... |
commit | commitdiff | tree | snapshot |
2006-11-14 |
Ian Romanick | Enable GLX_SGI_make_current_read for tdfx. |
commit | commitdiff | tree | snapshot |
2006-11-13 |
Ian Romanick | Clean-up compiler warnings. |
commit | commitdiff | tree | snapshot |
2006-11-13 |
Ian Romanick | Implement GL_ARB_occlusion_query. |
commit | commitdiff | tree | snapshot |
2006-11-13 |
Ian Romanick | tdfxDDWriteDepthPixels can be called with mask == NULL. |
commit | commitdiff | tree | snapshot |
2006-11-13 |
Ian Romanick | Major clean-up of tdfxDDGetString. |
commit | commitdiff | tree | snapshot |
2006-11-13 |
Ian Romanick | Eliminate use of deprecated GetBufferSize interface. |
commit | commitdiff | tree | snapshot |
2006-11-13 |
Ian Romanick | Fix "3D driver claims to not support visual ..." warnings. |
commit | commitdiff | tree | snapshot |
2006-11-10 |
Ian Romanick | Added information about added GLX_SGI_make_current_read... |
commit | commitdiff | tree | snapshot |
2006-11-10 |
Ian Romanick | Bump driver date. |
commit | commitdiff | tree | snapshot |
2006-11-10 |
Ian Romanick | Refactor savageXMesaSet{Back,Front}ClipRects. |
commit | commitdiff | tree | snapshot |
2006-11-10 |
Ian Romanick | Enable GLX_SGI_make_current_read. |
commit | commitdiff | tree | snapshot |
2006-11-10 |
Brian Paul | fix -noprefix option for Solaris (bug 7722) |
commit | commitdiff | tree | snapshot |
2006-11-10 |
Dave Airlie | Fix up texture compression at least Get and TexImage... |
commit | commitdiff | tree | snapshot |
2006-11-10 |
Ian Romanick | Implement GLX_SGI_make_current_read |
commit | commitdiff | tree | snapshot |
2006-11-09 |
Ian Romanick | Remove unnecessary setting of GetBufferSize to NULL. |
commit | commitdiff | tree | snapshot |
2006-11-09 |
Adam Jackson | Fix some && (logical) that should clearly have been... |
commit | commitdiff | tree | snapshot |
2006-11-08 |
Dave Airlie | remove drm stuff from libGL, this is now in libdrm... |
commit | commitdiff | tree | snapshot |
2006-11-05 |
Roland Scheidegger | fix vp lockups due to incorrectly set up / emitted... |
commit | commitdiff | tree | snapshot |
2006-11-05 |
Roland Scheidegger | fix using VERT_ATTRIB_WEIGHT instead of VERT_BIT_WEIGHT... |
commit | commitdiff | tree | snapshot |
2006-11-05 |
Brian Paul | reindent |
commit | commitdiff | tree | snapshot |
2006-11-05 |
Jerome Glisse | Add sin instruction to fragment program. |
commit | commitdiff | tree | snapshot |
2006-11-04 |
Jerome Glisse | Add cos instruction and remove left over debug. |
commit | commitdiff | tree | snapshot |
2006-11-04 |
Brian Paul | Fix for glGetVertexAttribfvNV, bug 8883 |
commit | commitdiff | tree | snapshot |
2006-11-04 |
Brian Paul | fix error msg |
commit | commitdiff | tree | snapshot |
2006-11-04 |
Brian Paul | fix for glGetVertexAttribfvARB, bug 8883 |
commit | commitdiff | tree | snapshot |
2006-11-03 |
Brian Paul | #define _glapi_Dispatch _mglapi_Dispatch when USE_MGL_N... |
commit | commitdiff | tree | snapshot |
2006-11-03 |
Brian Paul | Fix _mesa_IsProgram() and _mesa_IsShader() |
commit | commitdiff | tree | snapshot |
2006-11-03 |
Brian Paul | check for USE_MGL_NAMESPACE |
commit | commitdiff | tree | snapshot |
2006-11-03 |
Brian Paul | implement _mesa_GetShaderiv() |
commit | commitdiff | tree | snapshot |
2006-11-03 |
Brian Paul | implement _mesa_GetProgramiv() |
commit | commitdiff | tree | snapshot |
2006-11-03 |
Brian Paul | Simplify GET_CURRENT_LINKED_PROGRAM() macro and calling... |
commit | commitdiff | tree | snapshot |
2006-11-03 |
Brian Paul | Use inlined uniform() helper function in all the glUnif... |
commit | commitdiff | tree | snapshot |
2006-11-03 |
Brian Paul | plug in 2.0, 2.1 functions |
commit | commitdiff | tree | snapshot |
2006-11-03 |
Brian Paul | Added OpenGL 2.1 entrypoints. |
commit | commitdiff | tree | snapshot |
2006-11-03 |
Brian Paul | Set DO_DEBUG=0 |
commit | commitdiff | tree | snapshot |
2006-11-03 |
Brian Paul | only enabled memcpy timing if DO_DEBUG=1 |
commit | commitdiff | tree | snapshot |
2006-11-03 |
Brian Paul | replace CONFIG_H with MESA_CONFIG_H_INCLUDED |
commit | commitdiff | tree | snapshot |
2006-11-03 |
Brian Paul | added 1.3/1.4 function mangling |
commit | commitdiff | tree | snapshot |
2006-11-03 |
Brian Paul | assorted updates for 6.5.2 |
commit | commitdiff | tree | snapshot |
2006-11-03 |
Brian Paul | Added OpenGL 2.1 glUniformMatrix* functions. |
commit | commitdiff | tree | snapshot |
2006-11-03 |
Brian Paul | reformat comments in Doxygen style |
commit | commitdiff | tree | snapshot |
2006-11-03 |
Brian Paul | reindent |
commit | commitdiff | tree | snapshot |
2006-11-03 |
Brian Paul | Minor changes to get ready for OpenGL 2.1. |
commit | commitdiff | tree | snapshot |
2006-11-03 |
Roland Scheidegger | enable generic arrays for r200 hw vertex programs by... |
commit | commitdiff | tree | snapshot |
2006-11-03 |
Roland Scheidegger | remove setting some driver funcs explicitly to NULL... |
commit | commitdiff | tree | snapshot |
2006-11-03 |
Brian Paul | added fsligght |
commit | commitdiff | tree | snapshot |
2006-11-03 |
Brian Paul | yet another deriviative of the fplight.c demo for OpenG... |
commit | commitdiff | tree | snapshot |
2006-11-02 |
Brian Paul | Update gl_API.xml with OpenGL 2.0 functions, regenerate... |
commit | commitdiff | tree | snapshot |
2006-11-02 |
Brian Paul | minor change in _mesa_ResizeBuffersMESA() |
commit | commitdiff | tree | snapshot |
2006-11-02 |
Brian Paul | include utils.h to silence warning |
commit | commitdiff | tree | snapshot |
2006-11-02 |
Brian Paul | s/GLuint/int/ to silence warnings |
commit | commitdiff | tree | snapshot |
2006-11-02 |
Brian Paul | casting, type changes to silence warnings |
commit | commitdiff | tree | snapshot |
2006-11-02 |
Brian Paul | s/GLint/GLuint/ to fix sign warnings |
commit | commitdiff | tree | snapshot |
2006-11-02 |
Brian Paul | fix typo, silence warnings |
commit | commitdiff | tree | snapshot |
2006-11-02 |
Brian Paul | Fix GL_EXT_packed_depth_stencil crash, but shadowtex... |
commit | commitdiff | tree | snapshot |
2006-11-02 |
Brian Paul | comment about a valgrind error |
commit | commitdiff | tree | snapshot |
2006-11-02 |
Brian Paul | s/GLchan/GLubyte/ in debug code |
commit | commitdiff | tree | snapshot |
2006-11-02 |
Brian Paul | init SecondaryRasterColor |
commit | commitdiff | tree | snapshot |
2006-11-02 |
Brian Paul | Added GL_STENCIL_BACK_WRITEMASK |
commit | commitdiff | tree | snapshot |
2006-11-02 |
Brian Paul | check for shader extensions for OpenGL 2.0 |
commit | commitdiff | tree | snapshot |
2006-11-02 |
Brian Paul | Undo some of yesterday's ATI_separate_stencil changes... |
commit | commitdiff | tree | snapshot |
2006-11-02 |
Brian Paul | Fix fragment program fog problems found with Glean. |
commit | commitdiff | tree | snapshot |
2006-11-02 |
Brian Paul | Call _mesa_problem() from i915_program_error() so we... |
commit | commitdiff | tree | snapshot |
2006-11-02 |
Jerome Glisse | Add requested size to r300RefillCurrentDmaRegion. |
commit | commitdiff | tree | snapshot |
2006-11-02 |
Brian Paul | remove GetBufferSize = NULL; assignment |
commit | commitdiff | tree | snapshot |
2006-11-02 |
Brian Paul | Fixes Glean vertex/fragment test failures. Those tests... |
commit | commitdiff | tree | snapshot |
2006-11-02 |
Brian Paul | remove GetBufferSize code |
commit | commitdiff | tree | snapshot |
2006-11-02 |
Brian Paul | always load frag prog state params for now (see comments) |
commit | commitdiff | tree | snapshot |
next |