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 |
2006-11-02 |
Brian Paul | remove unneeded extern declaration of lockMutex |
commit | commitdiff | tree | snapshot |
2006-11-02 |
Brian Paul | bump driver date |
commit | commitdiff | tree | snapshot |
2006-11-02 |
Brian Paul | Use RGBA_LOGICOP_ENABLED() instead of ctx->Color._Logic... |
commit | commitdiff | tree | snapshot |
2006-11-02 |
Brian Paul | new RGBA_LOGICOP_ENABLED() macro |
commit | commitdiff | tree | snapshot |
2006-11-02 |
Brian Paul | s/_mesa_IsProgram2/_mesa_IsProgram/ |
commit | commitdiff | tree | snapshot |
2006-11-02 |
Brian Paul | Rename _mesa_IsProgram() to _mesa_IsProgramARB() to... |
commit | commitdiff | tree | snapshot |
2006-11-02 |
Brian Paul | OpenGL 2.0 entrypoints |
commit | commitdiff | tree | snapshot |
2006-11-02 |
Brian Paul | run indent on the code |
commit | commitdiff | tree | snapshot |
2006-11-02 |
Brian Paul | test OpenGL 2.0 stencil funcs |
commit | commitdiff | tree | snapshot |
2006-11-02 |
Brian Paul | Add ATI_separate_stencil and use it in preference to... |
commit | commitdiff | tree | snapshot |
2006-11-01 |
Brian Paul | update _mesa_select_tex_image() and _mesa_get_tex_image() |
commit | commitdiff | tree | snapshot |
2006-11-01 |
Brian Paul | update comments |
commit | commitdiff | tree | snapshot |
2006-11-01 |
Brian Paul | Remove x/y/width/height parameters from Clear functions. |
commit | commitdiff | tree | snapshot |
2006-11-01 |
Brian Paul | comment-out unused var |
commit | commitdiff | tree | snapshot |
2006-11-01 |
Brian Paul | remove unused vars |
commit | commitdiff | tree | snapshot |
2006-11-01 |
Brian Paul | fix _mesa_select_tex_image() calls |
commit | commitdiff | tree | snapshot |
2006-11-01 |
Michal Krol | Write back gl_FragDepth to span->array->z. |
commit | commitdiff | tree | snapshot |
2006-11-01 |
Brian Paul | Don't use the x/y/width/height params passed to Clear... |
commit | commitdiff | tree | snapshot |
2006-11-01 |
Brian Paul | disable debug printf |
commit | commitdiff | tree | snapshot |
2006-11-01 |
Brian Paul | disable debug printfs |
commit | commitdiff | tree | snapshot |
next |