2006-09-06 |
Keith Whitwell | Simplify the immediate and displaylist code. Treat... |
commit | commitdiff | tree | snapshot |
2006-09-06 |
Brian Paul | comment out EXTRA_LIB_PATH, ?= causes problems on HP-UX |
commit | commitdiff | tree | snapshot |
2006-09-06 |
Brian Paul | Fixes from Christopher Bell: |
commit | commitdiff | tree | snapshot |
2006-09-06 |
Brian Paul | remove stray tab |
commit | commitdiff | tree | snapshot |
2006-09-06 |
Brian Paul | for VERTEX_ATTRIB_WEIGHT, use break, not return |
commit | commitdiff | tree | snapshot |
2006-09-05 |
Brian Paul | document vertex.weight hack |
commit | commitdiff | tree | snapshot |
2006-09-05 |
Brian Paul | Hack for Warcraft (bug 8060): allow 'vertex.weight... |
commit | commitdiff | tree | snapshot |
2006-09-05 |
Brian Paul | fix typo in enable_parser_extensions(): s/point_paramet... |
commit | commitdiff | tree | snapshot |
2006-09-05 |
Brian Paul | Consolidate common case of _mesa_set_program_error... |
commit | commitdiff | tree | snapshot |
2006-09-05 |
Brian Paul | updated info about glxproto.h |
commit | commitdiff | tree | snapshot |
2006-09-05 |
Keith Whitwell | Dynamically allocate instruction store for tnl programs... |
commit | commitdiff | tree | snapshot |
2006-09-04 |
Keith Whitwell | Fixes for calculating point attenuation |
commit | commitdiff | tree | snapshot |
2006-09-04 |
Keith Whitwell | Don't export NV_vertex_program as it's not supported... |
commit | commitdiff | tree | snapshot |
2006-09-04 |
Rune Petersen | Managed to make a commit that can't build... Sorry... |
commit | commitdiff | tree | snapshot |
2006-09-04 |
Brian Paul | get rid of GL_BOOLEAN definition (bug 8113) |
commit | commitdiff | tree | snapshot |
2006-09-04 |
Jouk Jansen | OpenVMS compile support update |
commit | commitdiff | tree | snapshot |
2006-09-04 |
Jouk Jansen | OpenVMS compile support update |
commit | commitdiff | tree | snapshot |
2006-09-04 |
Roland Scheidegger | fog state atom contains (only) fog params necessary... |
commit | commitdiff | tree | snapshot |
2006-09-03 |
Rune Petersen | add missing change to skip low impact RAST fallback... |
commit | commitdiff | tree | snapshot |
2006-09-01 |
Roland Scheidegger | fix the presumably broken check for the allow_large_tex... |
commit | commitdiff | tree | snapshot |
2006-09-01 |
Roland Scheidegger | make sure vertex programs are only enabled on the hw... |
commit | commitdiff | tree | snapshot |
2006-09-01 |
Keith Whitwell | Catch a few more cases of using a message reg as an... |
commit | commitdiff | tree | snapshot |
2006-09-01 |
Keith Whitwell | fix a couple of cases where a message reg is used as... |
commit | commitdiff | tree | snapshot |
2006-08-31 |
Ian Romanick | Add API description for GLX_SGI_swap_control. |
commit | commitdiff | tree | snapshot |
2006-08-31 |
Ian Romanick | Fix problems with vertex program protocol |
commit | commitdiff | tree | snapshot |
2006-08-31 |
Rune Petersen | re-apply shader fix. |
commit | commitdiff | tree | snapshot |
2006-08-31 |
Brian Paul | version bump |
commit | commitdiff | tree | snapshot |
2006-08-31 |
Keith Whitwell | When using the old technique to set up the front buffer... |
commit | commitdiff | tree | snapshot |
2006-08-31 |
Brian Paul | update link |
commit | commitdiff | tree | snapshot |
2006-08-31 |
Brian Paul | remove VERSIONS from tarballs |
commit | commitdiff | tree | snapshot |
2006-08-31 |
Brian Paul | updated 6.5.1 relnotes link |
commit | commitdiff | tree | snapshot |
2006-08-31 |
Brian Paul | Convert VERSIONS and RELNOTES-6.5.1 to html, update... |
commit | commitdiff | tree | snapshot |
2006-08-31 |
Rune Petersen | Give the user posibility to choose speed over correctness. |
commit | commitdiff | tree | snapshot |
2006-08-31 |
Brian Paul | check if ext->name is null before strcmp() |
commit | commitdiff | tree | snapshot |
2006-08-31 |
Roland Scheidegger | do not abort with not supported vertex prog output... |
commit | commitdiff | tree | snapshot |
2006-08-30 |
Brian Paul | remove extension defines/protos that are now in glext.h |
commit | commitdiff | tree | snapshot |
2006-08-30 |
Brian Paul | latest version from OpenGL ARB |
commit | commitdiff | tree | snapshot |
2006-08-30 |
Karl Schultz | Handle API and dispatch table changes that removed... |
commit | commitdiff | tree | snapshot |
2006-08-30 |
Brian Paul | make prog2 a legal program (texture reference fix) |
commit | commitdiff | tree | snapshot |
2006-08-30 |
Brian Paul | Check that we don't try to reference more than one... |
commit | commitdiff | tree | snapshot |
2006-08-30 |
Brian Paul | s/0/VERT_RESULT_HPOS/ |
commit | commitdiff | tree | snapshot |
2006-08-30 |
Ian Romanick | Add missing parenthesis so that glXSwapIntervalSGI... |
commit | commitdiff | tree | snapshot |
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 |
next |