i965: don't emit state when dri_bufmgr_check_aperture_space fails.
[mesa.git] / src / mesa / main / dlist.c
2008-10-10 Brian Paulmesa: remove unneeded includes
2008-09-24 José Fonsecamesa: Apply MSVC portability fixes from Alan Hourihane.
2008-09-22 Brian Paulmesa: fix errors in prev commit
2008-09-22 Brian Paulmesa: revamp glBlendFunc loopback
2008-09-22 Brian Paulmesa: refactor: move _mesa_resizebuffers(), _mesa_Resiz...
2008-09-15 Keith Whitwellmesa: get another class of degenerate dlists working
2008-06-04 Keith PackardMerge commit 'origin/master' into drm-gem
2008-05-28 Dave AirlieMerge branch 'r500-support'
2008-05-06 Dan NicholsonMerge branch 'master' of ssh://git.freedesktop.org...
2008-05-06 Michal WajdeczkoAdd support for ATI_separate_stencil in display lists.
2008-05-02 Corbin SimpsonMerge branch 'r500test' of git://people.freedesktop...
2008-05-01 Brian Paulfix conversion of GLfloat display list IDs
2008-05-01 Alex DeucherMerge branch 'r500test' of git://people.freedesktop...
2008-04-16 Dave AirlieMerge branch 'master' into r500test
2008-03-29 Oliver McFaddenMerge branch 'r300-vertprog-branch' of ssh://people...
2008-03-25 Brianimplement glGet/BindAttribLocationARB() for display...
2007-11-30 joukjMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-11-09 Roland Scheideggeralias ProgramEnvParameter4xyARB and ProgramParameter4xy...
2007-10-26 Zou Nan haiMerge branch '965-glsl'
2007-10-02 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-09-20 Eric AnholtMerge branch 'master' into i915-unification
2007-08-24 Brianremove CallDepth++/-- accidentally removed in prev...
2007-08-23 Brianremove unneeded CallStack array
2007-07-30 Brianremove old comment, minor formatting fixes
2007-07-30 Xiang, HaihaoFix an error related to glPolygonStipple.
2007-07-25 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-07-17 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-07-06 Patrice MandinMerge branch 'master' of git+ssh://pmandin@git.freedesk...
2007-07-04 BrianBe more consistant with paths in #includes. Eventually...
2007-07-04 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-06-08 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-05-24 Eric AnholtMerge branch 'master' into i915-unification
2007-05-22 Brianremove some whitespace
2007-05-18 Eric AnholtMerge branch 'master' into i915-unification
2007-04-21 BrianRename occlude.[ch] to queryobj.[ch]
2007-02-25 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-02 Keith WhitwellMerge branch 'vbo-0.2'
2007-01-23 Brianfixes for C++ warnings/errors
2007-01-16 Keith WhitwellDon't special-case index, edgeflag.
2007-01-16 Keith WhitwellMerge branch 'master' of git+ssh://keithw@git.freedeskt...
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-11-02 Brian PaulRename _mesa_IsProgram() to _mesa_IsProgramARB() to...
2006-10-11 Ian RomanickFix bug #4681.
2006-08-24 Ian RomanickGL_EXT_paletted_texture functions should alias GL_SGI_c...
2006-08-17 Brian Paulchange #ifdef to #if
2006-08-15 Ian RomanickAdd support for GL_EXT_gpu_program_parameters. Any...
2006-06-30 Brian PaulAdded _mesa_delete_list() to delete a display list...
2006-06-12 Ian RomanickAdd support for GL_APPLE_vertex_array_object. Several...
2006-04-25 Brian PaulPut color index attribute into the 6th attribute slot.
2006-04-21 Brian Paulpass color index as float, not int
2006-04-11 Michal KrolMore GLSL code:
2006-03-01 Brian PaulNo need for _mesa_save_error() to be public.
2006-03-01 Brian Pauladded BlitFramebuffer() support
2006-02-26 Brian Paulre-formated with indent.
2006-02-26 Brian PaulRemove need to initialize the InstSize[] array elements...
2006-02-26 Brian Pauldisplay list clean-ups
2005-12-14 Brian PaulRemoved the GL_SGIX/SGIS_pixel_texture extensions....
2005-11-11 Brian PaulMake _mesa_is_proxy_texture() non-static and use in...
2005-07-18 Ian RomanickWrap every place that accesses a dispatch table with...
2005-05-04 Brian PaulMajor check-in of changes for GL_EXT_framebuffer_object...
2005-02-11 Keith Whitwellmesa-main-0-NULL.patch from Jeff Muizelaar
2005-01-22 Keith WhitwellDetermine ahead of time whether a display list will...
2005-01-12 Brian PaulSome initial work for OpenGL 2.0: glStencilFunc/Op...
2004-12-19 Dave AirlieImplement software ATI_fragment_shader
2004-11-27 Brian PaulChange the dispatch offsets for the VertexAttrib*NV...
2004-11-27 Brian Paulclean up code related to dispatch table initialization
2004-11-10 Brian PaulGL_(UN)PACK_SKIP_IMAGES should only be applied to 3D...
2004-10-24 Adam JacksonBug #1682: Mesa core code that gets linked into DRI...
2004-10-02 Brian Pauladded support for GL_ARB_draw_buffers
2004-08-30 Daniel Borcaremove CR
2004-08-25 Brian PaulSilence gcc 3.4 warnings on ReactOS. Mostly unused...
2004-06-28 Brian PaulglBegin/EndQueryARB didn't work inside display lists
2004-06-03 Keith WhitwellFix problems when sizeof(Node) != sizeof(float)
2004-04-20 Keith WhitwellAdd printing for recently added opcodes.
2004-04-19 Brian Paulin TexEnv functions, check if pname == GL_TEXTURE_ENV_C...
2004-04-02 Brian Pauladded some assertions, just to be safe
2004-03-26 Brian Paulfix some warnings
2004-03-13 Brian PaulImplementation of GL_EXT_pixel_buffer_object extension.
2004-03-04 Brian Paulplug in _mesa_BlendFunc into dispatch table
2004-03-03 Brian Paulcomments, capitalization, misc-clean-ups
2004-01-30 Brian PaulglBindProgramARB wasn't getting compiled into display...
2004-01-27 Ian RomanickAdded support for EXT_blend_equation_separate / ATI_ble...
2004-01-21 Ian RomanickSilence a compiler warning DRI builds using gcc3.
2004-01-21 Ian RomanickRemove dd_function_table::BlendFunc. All drivers now use
2004-01-15 Brian Paulchange MALLOC to CALLOC to silence valgrind error in...
2003-12-04 Karl SchultzAdd missing GLAPIENTRY
2003-11-25 Brian Paulcasts for g++
2003-11-24 Keith WhitwellMerge vtx-0-2-branch
2003-10-21 Kendall BennettAdded GLAPIENTRY decorations for all first level OpenGL...
2003-09-19 Brian PaulAssorted casts to silence g++ warnings.
2003-09-18 Brian PaulMove macros from header to C file. Updated some comments
2003-09-12 Kendall BennettUpdates to fix problems building with the Open Watcom...
2003-09-09 Brian Pauldisplay list support for ARB_vertex/fragment_program
2003-09-09 Brian Paulplug in vertex buffer object functions
2003-08-31 Brian PaulMoved some shared vertex/fragment program code into...
2003-08-30 Karl SchultzSilence compiler warnings about implicit casts or conve...
2003-08-22 Ian RomanickAdded support for GL_IBM_multimode_draw_arrays.
2003-07-22 Brian Paulremove printf
2003-07-21 Brian PaulInitial implementation of GL_MESA_program_debug - a...
next