2006-08-30 |
Michal Krol | Add missing vec4 instructions to the interpreter. |
commit | commitdiff | tree | snapshot |
2006-08-30 |
Brian Paul | fix Xlib driver mem leaks |
commit | commitdiff | tree | snapshot |
2006-08-30 |
Brian Paul | Use XAddExtension() to register an XCloseDisplay()... |
commit | commitdiff | tree | snapshot |
2006-08-30 |
Brian Paul | init a local var to silence warning |
commit | commitdiff | tree | snapshot |
2006-08-30 |
Roland Scheidegger | Minor r200 vertex program cleanups. Remove disabled... |
commit | commitdiff | tree | snapshot |
2006-08-30 |
Roland Scheidegger | fix initialization of native resource usage of vertex... |
commit | commitdiff | tree | snapshot |
2006-08-30 |
Roland Scheidegger | fix typo causing a segfault when a vertex program uses... |
commit | commitdiff | tree | snapshot |
2006-08-29 |
Brian Paul | Move call to _swrast_update_rasterflags() since it... |
commit | commitdiff | tree | snapshot |
2006-08-29 |
Brian Paul | _mesa_debug() should be a no-op when not compiled with... |
commit | commitdiff | tree | snapshot |
2006-08-29 |
Brian Paul | set 6.5.1 release to Aug 31 |
commit | commitdiff | tree | snapshot |
2006-08-29 |
Brian Paul | remove assertion that referenced &glSetFenceNV for... |
commit | commitdiff | tree | snapshot |
2006-08-29 |
Brian Paul | replace abort with _mesa_problem() |
commit | commitdiff | tree | snapshot |
2006-08-29 |
Ian Romanick | Deprecate GL_EXT_vertex_weighting. |
commit | commitdiff | tree | snapshot |
2006-08-29 |
Ian Romanick | More static dispatch function removal. |
commit | commitdiff | tree | snapshot |
2006-08-29 |
Ian Romanick | Clean up GLX function exports. |
commit | commitdiff | tree | snapshot |
2006-08-28 |
Roland Scheidegger | move initialization code aroudn so glPointParameter... |
commit | commitdiff | tree | snapshot |
2006-08-28 |
Brian Paul | Check mesa_vp->Base.NumInstructions == 0 instead of... |
commit | commitdiff | tree | snapshot |
2006-08-28 |
Ian Romanick | Add two new gl_function methods. dispatch_name returns... |
commit | commitdiff | tree | snapshot |
2006-08-28 |
Ian Romanick | Add dependencies for all API XML files. |
commit | commitdiff | tree | snapshot |
2006-08-28 |
Brian Paul | remove unused var |
commit | commitdiff | tree | snapshot |
2006-08-28 |
Brian Paul | fix the check for force_s3tc_enable (bug 8042) |
commit | commitdiff | tree | snapshot |
2006-08-28 |
Brian Paul | omit installmesa script from tarballs |
commit | commitdiff | tree | snapshot |
2006-08-28 |
Brian Paul | check for GL_ARB_point_parameters |
commit | commitdiff | tree | snapshot |
2006-08-27 |
Aapo Tahkola | close #6318 |
commit | commitdiff | tree | snapshot |
2006-08-27 |
Sean D'Epagnier | The colormap code is now simpler, 15bpp works where... |
commit | commitdiff | tree | snapshot |
2006-08-26 |
Ian Romanick | Explicitly store the names for each function that shoul... |
commit | commitdiff | tree | snapshot |
2006-08-26 |
Alan Hourihane | Fix bug 8010 - locking issues. |
commit | commitdiff | tree | snapshot |
2006-08-26 |
Aapo Tahkola | fix #8008 |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Brian Paul | delete buffers, destroy window upon exit |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Brian Paul | include texobj.h to silence warning |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Brian Paul | 6.5.1 bug fixes |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Brian Paul | Error detection/reporting was broken in several places. |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Ian Romanick | Add a couple of the missing GL 2.0 functions. Enable... |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Brian Paul | Free vertex program TnlData, if any. Fixes a mem leak. |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Brian Paul | clamp result.depth to [0,1] if written to |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Brian Paul | Remove XFree86 CVS keyword. |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Brian Paul | Rearrange glBindProgram() code to do all error checking... |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Brian Paul | In _save_End(), set CurrentExecPrimitive = PRIM_OUTSIDE... |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Brian Paul | improved comments |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Brian Paul | Rename _mesa_append_modelview_code() to _mesa_insert_mv... |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Brian Paul | use _mesa_alloc_instructions() |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Brian Paul | added _mesa_alloc_instructions() utility function |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Ian Romanick | Add missing enums for GL_SGI_color_table. |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Brian Paul | recent bug fixes |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Brian Paul | update MAX_INSTRUCTIONS limit |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Brian Paul | According to GL_NV_fragment_program, max frag prog... |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Brian Paul | Cg tries to bind NV fragment programs to the GL_FRAGMEN... |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Brian Paul | scalar sources such as 'time.x' weren't accepted by... |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Brian Paul | Functions for vertex/fragment program transformations... |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Brian Paul | fix bad casts, carry over r200 fix to check for null... |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Brian Paul | Check for NULL program string in r200_translate_vertex_... |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Brian Paul | use _mesa_realloc_instructions() |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Brian Paul | Added _mesa_realloc_instructions() utility function. |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Ian Romanick | GL_EXT_paletted_texture functions should alias GL_SGI_c... |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Ian Romanick | Add a new offset mode to the GL API XML. This mode... |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Brian Paul | fix fragment.position initialization bug |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Ian Romanick | Make sure that _GNU_SOURCE is enabled in the linux... |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Keith Whitwell | add point-position.c |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Keith Whitwell | Test for fragment.position in points primitives. Curre... |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Brian Paul | added glut/mini/ sources to glut tarball |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Brian Paul | Check if mesa_vp->Base.Parameters is null before derefe... |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Ian Romanick | Fix some problems with the generation of the size table... |
commit | commitdiff | tree | snapshot |
2006-08-23 |
Brian Paul | silence warning |
commit | commitdiff | tree | snapshot |
2006-08-23 |
Brian Paul | Added _mesa_lookup_program() and _mesa_lookup_bufferobj... |
commit | commitdiff | tree | snapshot |
2006-08-23 |
Ian Romanick | New script and API description file to enable generate... |
commit | commitdiff | tree | snapshot |
2006-08-23 |
Brian Paul | update glut fbdev sources list |
commit | commitdiff | tree | snapshot |
2006-08-23 |
Sean D'Epagnier | VT switching now uses correct keys. |
commit | commitdiff | tree | snapshot |
2006-08-22 |
Aapo Tahkola | remove duplicate pieces of code. |
commit | commitdiff | tree | snapshot |
2006-08-22 |
Aapo Tahkola | extend some DrawRangeElements cases to support renderin... |
commit | commitdiff | tree | snapshot |
2006-08-22 |
Aapo Tahkola | fix broken write-only depth setting. use early z where... |
commit | commitdiff | tree | snapshot |
2006-08-22 |
Ian Romanick | Correct the name of the GL_NV_texture_expand_normal... |
commit | commitdiff | tree | snapshot |
2006-08-22 |
Ian Romanick | The TLS dispatch functions for x86-64 are fixed-size... |
commit | commitdiff | tree | snapshot |
2006-08-22 |
Ian Romanick | Add new attribute called static_dispatch to the <functi... |
commit | commitdiff | tree | snapshot |
2006-08-21 |
Brian Paul | move ALL_SOURCES to sources file |
commit | commitdiff | tree | snapshot |
2006-08-21 |
Brian Paul | remove FBDEV_DRIVER_OBJECTS assignment (in sources... |
commit | commitdiff | tree | snapshot |
2006-08-21 |
Brian Paul | various updates |
commit | commitdiff | tree | snapshot |
2006-08-21 |
Michal Krol | More GLSL preprocessor code: |
commit | commitdiff | tree | snapshot |
2006-08-21 |
Michal Krol | GLSL 1.20 constructors and operators. |
commit | commitdiff | tree | snapshot |
2006-08-19 |
Roland Scheidegger | remove the now confusing option to manually enable... |
commit | commitdiff | tree | snapshot |
2006-08-19 |
Sean D'Epagnier | Removed ifeq from makefile, and corrected fbdev driver... |
commit | commitdiff | tree | snapshot |
2006-08-18 |
Brian Paul | updates for 6.5.1 |
commit | commitdiff | tree | snapshot |
2006-08-18 |
Brian Paul | Fix-ups for linux-fbdev config. No longer build Xlib... |
commit | commitdiff | tree | snapshot |
2006-08-18 |
Sean D'Epagnier | The driver now compiles correctly without any x headers... |
commit | commitdiff | tree | snapshot |
2006-08-18 |
Alan Hourihane | Fix writemasks on texture arb fp instructions. |
commit | commitdiff | tree | snapshot |
2006-08-17 |
Brian Paul | sort the FEATURE_ defines |
commit | commitdiff | tree | snapshot |
2006-08-17 |
Brian Paul | added FEATURE_EXT_timer_query and tests |
commit | commitdiff | tree | snapshot |
2006-08-17 |
Brian Paul | change #ifdef to #if |
commit | commitdiff | tree | snapshot |
2006-08-16 |
Brian Paul | change tex memory allocation calls (debian bug 383209) |
commit | commitdiff | tree | snapshot |
2006-08-16 |
Ian Romanick | When available, which is most of the time, use posix_me... |
commit | commitdiff | tree | snapshot |
2006-08-15 |
Ian Romanick | Enable support for GL_EXT_gpu_program_parameters for... |
commit | commitdiff | tree | snapshot |
2006-08-15 |
Ian Romanick | Add support for GL_EXT_gpu_program_parameters. Any... |
commit | commitdiff | tree | snapshot |
2006-08-15 |
Ian Romanick | Add test for GL_EXT_gpu_program_parameters. |
commit | commitdiff | tree | snapshot |
2006-08-15 |
Ian Romanick | Remove extraneous trailing semicolon. |
commit | commitdiff | tree | snapshot |
2006-08-15 |
Brian Paul | s/GLvoid/void/ to fix gcc 4.2 issue (bug 7875) |
commit | commitdiff | tree | snapshot |
2006-08-14 |
Michel Dänzer | Bug #7169: Attempt to make libGL symbols visible to... |
commit | commitdiff | tree | snapshot |
2006-08-12 |
Aapo Tahkola | gcc-4.1.1 compile fix |
commit | commitdiff | tree | snapshot |
2006-08-12 |
Ian Romanick | Add comments explaining a couple "mystery" bits. |
commit | commitdiff | tree | snapshot |
2006-08-12 |
Ian Romanick | Fix white-space problem in the prototype for glBlitFram... |
commit | commitdiff | tree | snapshot |
2006-08-11 |
Ian Romanick | Fix long standing bug that prevented newer drivers... |
commit | commitdiff | tree | snapshot |
2006-08-11 |
Ian Romanick | Convert comment header for __GLcontextModesRec to Doxyg... |
commit | commitdiff | tree | snapshot |
next |