2006-03-15 |
Brian Paul | Need to include glthread.h in glapi.h, not glapi.c... |
commit | commitdiff | tree |
2006-03-15 |
Brian Paul | updated some printfs, added comment about sched_yield |
commit | commitdiff | tree |
2006-03-15 |
Brian Paul | sync with texmem branch |
commit | commitdiff | tree |
2006-03-15 |
Brian Paul | rename enums, fixes compilation breakage (Michal Krol) |
commit | commitdiff | tree |
2006-03-15 |
Brian Paul | use 'p' key to toggle use of GL_EXT_packed_depth_stencil |
commit | commitdiff | tree |
2006-03-15 |
Brian Paul | s/GLuint/GLushort/ in read_depth_stencil_image() |
commit | commitdiff | tree |
2006-03-14 |
Brian Paul | init Red/Green/EtcBits = 0 in soft_renderbuffer_storage() |
commit | commitdiff | tree |
2006-03-14 |
Brian Paul | Set always_array=true for glGenProgramsNV (Dave Reveman) |
commit | commitdiff | tree |
2006-03-14 |
Brian Paul | replace dprintf() with _glu_dprintf() (bug 6244) |
commit | commitdiff | tree |
2006-03-14 |
Michal Krol | Add slang_analyse.c and slang_library_texsample.c. |
commit | commitdiff | tree |
2006-03-14 |
Michal Krol | More GLSL code: |
commit | commitdiff | tree |
2006-03-13 |
Aapo Tahkola | Clean build. |
commit | commitdiff | tree |
2006-03-13 |
Aapo Tahkola | Fix broken max mipmap leveling that was horribly wrong. |
commit | commitdiff | tree |
2006-03-10 |
Aapo Tahkola | Option to init vp temps(for testing) |
commit | commitdiff | tree |
2006-03-09 |
Brian Paul | Add prototypes for GLX_MESA_swap_frame_usage, GLX_MESA_... |
commit | commitdiff | tree |
2006-03-09 |
Brian Paul | s/GLint/int/, to fit GLX conventions |
commit | commitdiff | tree |
2006-03-09 |
Brian Paul | Instead of adding extra flags to DEFINES with +=, defin... |
commit | commitdiff | tree |
2006-03-09 |
Aapo Tahkola | Kick VBOs out of GART if nothing else helps. |
commit | commitdiff | tree |
2006-03-09 |
Aapo Tahkola | Use the force Luke, use the force. |
commit | commitdiff | tree |
2006-03-08 |
Dave Airlie | coverity check bug fix going over end of array |
commit | commitdiff | tree |
2006-03-08 |
Dave Airlie | coverity checker bug: Pointer dereferenced after NULL... |
commit | commitdiff | tree |
2006-03-07 |
Aapo Tahkola | Fix broken DrawElements & DrawRangeElements. |
commit | commitdiff | tree |
2006-03-07 |
Jouk Jansen | Committing in . |
commit | commitdiff | tree |
2006-03-07 |
Aapo Tahkola | Enable HW VBOs and other things needed by it. |
commit | commitdiff | tree |
2006-03-07 |
Aapo Tahkola | Convert to work with current DRM. + tag |
commit | commitdiff | tree |
2006-03-07 |
Aapo Tahkola | Various fallbacks, checks and tags. |
commit | commitdiff | tree |
2006-03-07 |
Brian Paul | just a comment for check_compatible() |
commit | commitdiff | tree |
2006-03-07 |
Brian Paul | disable double-buffer test in check_compatible(), fixes... |
commit | commitdiff | tree |
2006-03-07 |
Brian Paul | print newline in _mesa_warning() |
commit | commitdiff | tree |
2006-03-07 |
Brian Paul | call _mesa_update_framebuffer_visual() in _mesa_Framebu... |
commit | commitdiff | tree |
2006-03-07 |
Brian Paul | FreeBSD updates (Pedro Giffuni) |
commit | commitdiff | tree |
2006-03-06 |
Aapo Tahkola | Port r200 tex tiling code to run on r300 but keep it... |
commit | commitdiff | tree |
2006-03-06 |
Ian Romanick | Later versions of Python handle formats like '% 5u... |
commit | commitdiff | tree |
2006-03-06 |
Ian Romanick | Generate server-side GLX protocol decode functions... |
commit | commitdiff | tree |
2006-03-06 |
Ian Romanick | Display the correct bug number in the information text. |
commit | commitdiff | tree |
2006-03-06 |
Ian Romanick | Don't try to bind to proxy texture target. This is... |
commit | commitdiff | tree |
2006-03-04 |
Ian Romanick | Build test for bugzilla #3050 |
commit | commitdiff | tree |
2006-03-04 |
Ian Romanick | Test case for bugzilla #3050. |
commit | commitdiff | tree |
2006-03-03 |
Roland Scheidegger | Use standard ARB names instead of vendor-specific NV... |
commit | commitdiff | tree |
2006-03-03 |
Roland Scheidegger | fix up the emit_func list in the experimental arbprogra... |
commit | commitdiff | tree |
2006-03-03 |
Roland Scheidegger | Fix bogus span mask in s_atifragshader.c leading to... |
commit | commitdiff | tree |
2006-03-02 |
Keith Whitwell | Add position_invarient support |
commit | commitdiff | tree |
2006-03-02 |
Roland Scheidegger | Fix more enums defined not only by one extension when... |
commit | commitdiff | tree |
2006-03-02 |
Brian Paul | added GL_EXT_framebuffer_blit, etc |
commit | commitdiff | tree |
2006-03-02 |
Brian Paul | test glBlitFramebufferEXT w/ -blit flag |
commit | commitdiff | tree |
2006-03-02 |
Brian Paul | improved error msg |
commit | commitdiff | tree |
2006-03-02 |
Brian Paul | check FEATURE_EXT_framebuffer_blit |
commit | commitdiff | tree |
2006-03-02 |
Brian Paul | plug in BlitFramebuffer function |
commit | commitdiff | tree |
2006-03-02 |
Brian Paul | implementation of _swrast_BlitFramebuffer() |
commit | commitdiff | tree |
2006-03-01 |
Roland Scheidegger | Fix glGet with enums which are used not only in NV_vert... |
commit | commitdiff | tree |
2006-03-01 |
Brian Paul | No need for _mesa_save_error() to be public. |
commit | commitdiff | tree |
2006-03-01 |
Brian Paul | added BlitFramebuffer() support |
commit | commitdiff | tree |
2006-03-01 |
Brian Paul | New comments. Use tuples () instead of lists [] in... |
commit | commitdiff | tree |
2006-03-01 |
Brian Paul | added Flush in glXCopyContext() |
commit | commitdiff | tree |
2006-03-01 |
Brian Paul | updated comment |
commit | commitdiff | tree |
2006-03-01 |
Brian Paul | Added glBlitFramebufferEXT function. |
commit | commitdiff | tree |
2006-03-01 |
Brian Paul | remove temporary tokens, more error checks for blit... |
commit | commitdiff | tree |
2006-03-01 |
Brian Paul | added s_blit.c |
commit | commitdiff | tree |
2006-03-01 |
Brian Paul | _swrast_blit_framebuffer() function |
commit | commitdiff | tree |
2006-03-01 |
Brian Paul | GL_EXT_framebuffer_blit tokens/functions |
commit | commitdiff | tree |
2006-02-28 |
Aapo Tahkola | Free temps when possible |
commit | commitdiff | tree |
2006-02-28 |
Aapo Tahkola | Dont let (possibly) undefined z component reach hw... |
commit | commitdiff | tree |
2006-02-28 |
Aapo Tahkola | No need to call *_FIREVERTICES twice. |
commit | commitdiff | tree |
2006-02-28 |
Aapo Tahkola | Fix aliasing bug (Benjamin Herrenschmidt) |
commit | commitdiff | tree |
2006-02-28 |
Brian Paul | Allow error checking to look for presence of either... |
commit | commitdiff | tree |
2006-02-28 |
Brian Paul | only run shader on active fragments in the span |
commit | commitdiff | tree |
2006-02-28 |
Brian Paul | check if active fragment shader for deferred texturing... |
commit | commitdiff | tree |
2006-02-28 |
Brian Paul | check for active shader, set FRAGPROG_BIT in raster... |
commit | commitdiff | tree |
2006-02-27 |
Brian Paul | silence a bunch of warnings |
commit | commitdiff | tree |
2006-02-27 |
Michal Krol | More GLSL code: |
commit | commitdiff | tree |
2006-02-26 |
Brian Paul | re-formated with indent. |
commit | commitdiff | tree |
2006-02-26 |
Brian Paul | Remove need to initialize the InstSize[] array elements... |
commit | commitdiff | tree |
2006-02-26 |
Brian Paul | display list clean-ups |
commit | commitdiff | tree |
2006-02-25 |
Roland Scheidegger | Add all pci ids known by ddx to radeon dri driver.... |
commit | commitdiff | tree |
2006-02-24 |
Brian Paul | fix broken _mesa_copy_context() for GL_LIGHTING_BIT |
commit | commitdiff | tree |
2006-02-24 |
Brian Paul | need to check for _NEW_BUFFERS in xmesa_update_state() |
commit | commitdiff | tree |
2006-02-24 |
Brian Paul | Fix _mesa_copy_texture_state() so that we copy texture... |
commit | commitdiff | tree |
2006-02-24 |
Brian Paul | EXT_framebuffer_object (Dave Reveman) |
commit | commitdiff | tree |
2006-02-23 |
Brian Paul | include inttypes.h if __osf__ defined (Randall Hand) |
commit | commitdiff | tree |
2006-02-23 |
Brian Paul | update Blender link |
commit | commitdiff | tree |
2006-02-22 |
Brian Paul | add some #includes, fix some prototypes (bug 5992) |
commit | commitdiff | tree |
2006-02-22 |
Brian Paul | include proper header file, remove local extern declara... |
commit | commitdiff | tree |
2006-02-22 |
Brian Paul | add missing prototypes, use _slang_ prefix on non-stati... |
commit | commitdiff | tree |
2006-02-22 |
Brian Paul | silence a variety of compiler warnings |
commit | commitdiff | tree |
2006-02-22 |
Brian Paul | updated GLUT link |
commit | commitdiff | tree |
2006-02-21 |
Michal Krol | More GLSL code: |
commit | commitdiff | tree |
2006-02-21 |
Jouk Jansen | Committing in . |
commit | commitdiff | tree |
2006-02-19 |
Jeremy Kolb | Added xcb dri config file. |
commit | commitdiff | tree |
2006-02-19 |
Jeremy Kolb | Remove old linux-x86-xcb (didn't do anything). |
commit | commitdiff | tree |
2006-02-18 |
Michal Krol | More GLSL code. |
commit | commitdiff | tree |
2006-02-17 |
Keith Whitwell | Fix STENCIL_WRITE_MASK defn for bug 5902 |
commit | commitdiff | tree |
2006-02-16 |
Aapo Tahkola | Skip ARL while we dont implement it. Fix broken nv... |
commit | commitdiff | tree |
2006-02-16 |
Roland Scheidegger | Reinstate vertex format after a rasterization fallback... |
commit | commitdiff | tree |
2006-02-15 |
Eric Anholt | Include dix-config.h if HAVE_DIX_CONFIG_H is defined... |
commit | commitdiff | tree |
2006-02-15 |
Brian Paul | Set NumInstructions (bug 5864) |
commit | commitdiff | tree |
2006-02-15 |
Brian Paul | Fix a few warnings: |
commit | commitdiff | tree |
2006-02-15 |
Michal Krol | Add support for forward function declarations. |
commit | commitdiff | tree |
2006-02-15 |
Michal Krol | Add fragment shader execute entry. |
commit | commitdiff | tree |
2006-02-15 |
Michal Krol | Add s_arbshader.c, s_arbshader.h. |
commit | commitdiff | tree |
2006-02-15 |
Michal Krol | Add swrast/s_arbshader.c. |
commit | commitdiff | tree |
next |