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 |
2006-08-11 |
Aapo Tahkola | support shorts as vertex data |
commit | commitdiff | tree | snapshot |
2006-08-10 |
Eric Anholt | Add padding to match the current xf86-video-intel DDX... |
commit | commitdiff | tree | snapshot |
2006-08-10 |
Adam Jackson | mkdir -> mkdir -p, since /usr/include might not exist... |
commit | commitdiff | tree | snapshot |
2006-08-10 |
Adam Jackson | linux-indirect target fixes. |
commit | commitdiff | tree | snapshot |
2006-08-10 |
Brian Paul | 6.5.1 relnotes |
commit | commitdiff | tree | snapshot |
2006-08-10 |
Brian Paul | latest updates for 6.5.1 |
commit | commitdiff | tree | snapshot |
2006-08-10 |
Alan Hourihane | Fixup more PROGRAM_UNDEFINED problems. |
commit | commitdiff | tree | snapshot |
2006-08-10 |
Alan Hourihane | Fix some breakage after the PROGRAM_UNDEFINED change |
commit | commitdiff | tree | snapshot |
2006-08-10 |
Sean D'Epagnier | Added initial multisampling support to glfbdev driver. |
commit | commitdiff | tree | snapshot |
2006-08-10 |
Brian Paul | finish up texstore for SL8 texture format |
commit | commitdiff | tree | snapshot |
2006-08-09 |
Michal Krol | GLSL 1.20 built-in library. |
commit | commitdiff | tree | snapshot |
2006-08-09 |
Michal Krol | More GLSL code - more support for vec4 operations on... |
commit | commitdiff | tree | snapshot |
2006-08-09 |
Eric Anholt | Add Intel i965G/Q DRI driver. |
commit | commitdiff | tree | snapshot |
2006-08-09 |
Eric Anholt | Add PROGRAM_FILE_MAX for i965 driver. |
commit | commitdiff | tree | snapshot |
2006-08-09 |
Brian Paul | implement some of the sRGB texstore functions |
commit | commitdiff | tree | snapshot |
2006-08-07 |
Brian Paul | remove stray text from previous check-in |
commit | commitdiff | tree | snapshot |
2006-08-05 |
Sean D'Epagnier | Modified config to use glut/fbdev, added demo and sampl... |
commit | commitdiff | tree | snapshot |
2006-08-05 |
Sean D'Epagnier | Modularized code into multiple files. |
commit | commitdiff | tree | snapshot |
2006-08-04 |
Brian Paul | fix typo, indentation |
commit | commitdiff | tree | snapshot |
2006-08-04 |
Karl Schultz | export new _mesa_* functions |
commit | commitdiff | tree | snapshot |
2006-08-04 |
Brian Paul | fix bug when pushing ReadBuffer state for GL_PIXEL_MODE_BIT |
commit | commitdiff | tree | snapshot |
2006-08-04 |
Claudio Ciccani | Handle GLUT_DEVICE_KEY_REPEAT,GLUT_OWN_JOYSTICK,GLUT_JO... |
commit | commitdiff | tree | snapshot |
2006-08-04 |
Claudio Ciccani | Moved glutDeviceGet() to events.c. |
commit | commitdiff | tree | snapshot |
2006-08-04 |
Brian Paul | more work for GL_EXT_texture_sRGB. |
commit | commitdiff | tree | snapshot |
2006-08-03 |
Brian Paul | use WRITE_MASK_* instead of 0x1, 0x2, etc |
commit | commitdiff | tree | snapshot |
2006-08-03 |
Brian Paul | Added a check to prevent rebuilding Mesa with a differe... |
commit | commitdiff | tree | snapshot |
2006-08-03 |
Brian Paul | New wrapper functions: _mesa_dlopen(), _mesa_dlsym... |
commit | commitdiff | tree | snapshot |
2006-08-03 |
Brian Paul | added GL_EXT_texture_sRGB |
commit | commitdiff | tree | snapshot |
2006-08-03 |
Brian Paul | Initial work for GL_EXT_texture_sRGB. |
commit | commitdiff | tree | snapshot |
2006-08-02 |
Brian Paul | fix link for Aqsis |
commit | commitdiff | tree | snapshot |
2006-08-02 |
Michal Krol | Enable vec4 extension for x86 back-end. |
commit | commitdiff | tree | snapshot |
2006-08-02 |
Michal Krol | Change fragment shader to utilize faster vec4 operations. |
commit | commitdiff | tree | snapshot |
2006-08-02 |
Michal Krol | Add test for vec4 extension. |
commit | commitdiff | tree | snapshot |
2006-08-02 |
Michal Krol | Add vec4 extension. |
commit | commitdiff | tree | snapshot |
2006-08-02 |
Michal Krol | Fix mmFindBlock function. |
commit | commitdiff | tree | snapshot |
2006-08-01 |
Michal Krol | Clean-up FEATURE_ARB_shader_objects #ifdefs. Bug 7492. |
commit | commitdiff | tree | snapshot |
2006-08-01 |
Brian Paul | casts and assertions |
commit | commitdiff | tree | snapshot |
2006-08-01 |
Brian Paul | code to draw engine block |
commit | commitdiff | tree | snapshot |
2006-08-01 |
Michal Krol | Move GL_MESA_shader_debug from glext.h to gl.h. |
commit | commitdiff | tree | snapshot |
2006-08-01 |
Brian Paul | renderbuffer fixes (Sean D'Epagnier) |
commit | commitdiff | tree | snapshot |
2006-08-01 |
Claudio Ciccani | Fixed warnings. |
commit | commitdiff | tree | snapshot |
2006-07-31 |
Aapo Tahkola | fix #6991 |
commit | commitdiff | tree | snapshot |
2006-07-31 |
Brian Paul | added glut fbdev files |
commit | commitdiff | tree | snapshot |
2006-07-31 |
Brian Paul | GLUT on fbdev driver. Sean D'Epagnier |
commit | commitdiff | tree | snapshot |
2006-07-30 |
Michal Krol | Add support for GL_MESA_shader_debug. |
commit | commitdiff | tree | snapshot |
2006-07-30 |
Michal Krol | Commit enums for GL_MESA_shader_debug.spec. |
commit | commitdiff | tree | snapshot |
2006-07-30 |
Michal Krol | Program to convert .syn file to .h headers. |
commit | commitdiff | tree | snapshot |
2006-07-30 |
Claudio Ciccani | Clear window's event mask before enabling handled events. |
commit | commitdiff | tree | snapshot |
2006-07-30 |
Michal Krol | Add support for GL_MESA_shader_debug. |
commit | commitdiff | tree | snapshot |
2006-07-30 |
Michal Krol | Fix dependencies. |
commit | commitdiff | tree | snapshot |
2006-07-30 |
Michal Krol | More text. |
commit | commitdiff | tree | snapshot |
2006-07-29 |
Michal Krol | Optimize shaders. |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Eric Anholt | Fix build failure in the savage driver. |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Jerome Glisse | r300_emit.h cleanup. |
commit | commitdiff | tree | snapshot |
2006-07-21 |
Brian Paul | load SLANG_FRAGMENT_FIXED_SECONDARYCOLOR |
commit | commitdiff | tree | snapshot |
next |