2006-03-20 |
Brian Paul | additional assertions and debug code for testing FBO... |
commit | commitdiff | tree |
2006-03-20 |
Brian Paul | additional error checking to be sure source renderbuffe... |
commit | commitdiff | tree |
2006-03-20 |
Brian Paul | use new _mesa_sourc/dest_buffer_exists() functions |
commit | commitdiff | tree |
2006-03-20 |
Brian Paul | added _mesa_source/dest_buffer_exists() function to... |
commit | commitdiff | tree |
2006-03-20 |
Brian Paul | fix some buffer binding tests in _mesa_make_current() |
commit | commitdiff | tree |
2006-03-20 |
Brian Paul | slightly improved error message |
commit | commitdiff | tree |
2006-03-20 |
Aapo Tahkola | Fix texrect upload conflicts. |
commit | commitdiff | tree |
2006-03-19 |
Aapo Tahkola | Disable tnl programs when doing software vertex program... |
commit | commitdiff | tree |
2006-03-19 |
Brian Paul | minor clean-ups |
commit | commitdiff | tree |
2006-03-19 |
Aapo Tahkola | -fix texrect fallback when using vtxfmt_a (glitz, xgl... |
commit | commitdiff | tree |
2006-03-19 |
Brian Paul | Queries of GL_READ_BUFFER and GL_DRAW_BUFFER were still... |
commit | commitdiff | tree |
2006-03-18 |
Brian Paul | Don't call Driver->Bitmap() if no image to render |
commit | commitdiff | tree |
2006-03-17 |
Jouk Jansen | Committing in . |
commit | commitdiff | tree |
2006-03-17 |
Brian Paul | Init FogCoordFuncs[0..5] too, remove some unneeded... |
commit | commitdiff | tree |
2006-03-17 |
Brian Paul | remove another test for IN_DRI_DRIVER |
commit | commitdiff | tree |
2006-03-17 |
Kristian Høgsberg | Don't use glx_ansic.h functions (__glXMemset). |
commit | commitdiff | tree |
2006-03-16 |
Brian Paul | added #undef GET_DISPATCH |
commit | commitdiff | tree |
2006-03-16 |
Brian Paul | Moved _glapi_check_multithread() call into drivers... |
commit | commitdiff | tree |
2006-03-16 |
Brian Paul | finish up some loose ends in _mesa_texstore_z24_s8() |
commit | commitdiff | tree |
2006-03-15 |
Brian Paul | assorted code clean-ups, comments, etc. |
commit | commitdiff | tree |
2006-03-15 |
Brian Paul | remove invalid assertion in _glapi_get_dispatch(),... |
commit | commitdiff | tree |
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 |
next |