i965: check NULL pointer. fix bug#12193
[mesa.git] / progs /
2007-08-27 Brianadded --noclear option to demonstrate rendering without...
2007-08-14 Xiang, Haihaoxdemo case: Wei Wang's patch for bug#9759
2007-08-07 Brianparse standard -geometry option
2007-08-07 Ingo Molnarglxgears: Add an x/y window size parameter.
2007-08-01 Briantriangle rasterization with frag shader
2007-08-01 Brianadded trirast program
2007-07-30 Brianmisc comments, clean-ups
2007-07-30 Brianadded a few more functions
2007-07-30 BrianAdded shader points and shader bitmap demos
2007-07-27 Zhangmore Mingw32 fixes
2007-07-26 Brianclamp float colors
2007-07-24 Brianfix logic error, typos
2007-07-21 ZhangFix a number of MINGW32 issues
2007-07-11 BrianImprove this demo in a few ways.
2007-07-06 Patrice MandinMerge branch 'master' of git+ssh://pmandin@git.freedesk...
2007-07-06 Xavier Bachelotcall glutInit(), bug 11486
2007-07-04 Briansupport more modes, added -f cmd line option
2007-07-01 Dave AirlieMerge branch 'r300-swtcl'
2007-06-28 Brianuse larger point/sprite size
2007-06-22 BrianRandom state-change / primitive rendering. Good for...
2007-06-08 Brianfix glReadPixels parameters to handle odd-width windows...
2007-06-08 Briandisable shader program before glDrawPixels
2007-06-07 Ian RomanickAdd support for shadow mapping with vertex and fragment...
2007-06-07 Ian RomanickRefactor shadow map modelview and projection code
2007-06-07 Ian RomanickRemove '#if defined' tests for ARB extensions.
2007-05-29 Brianuse glXGetProcAddress to get extension funcs
2007-05-22 Brianset texcoords depending on GLX_Y_INVERTED_EXT
2007-05-19 BrianGLX_EXT_texture_from_pixmap test
2007-05-17 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-05-16 Ian RomanickAdd simple program to test GL_MESA_texture_array.
2007-05-09 BrianTweak the shell scripting for descending into and build...
2007-05-08 Brianremove some debug code
2007-05-08 Briana somewhat nicer demo w/ command line options
2007-05-03 Brianget rid of normal vector
2007-05-03 Brianget rid of OSMESA stuff
2007-05-03 BrianNew test of the dFdx(), dFdy() functions.
2007-04-27 Brianadded glGetActiveAttrib
2007-04-26 BrianWindows updates
2007-04-26 Brianmove #include <GL/glut.h> after other #includes for...
2007-04-26 Brianuse sqrt(), not sqrtf() for Windows
2007-04-21 Ian RomanickFix FBO completeness bug in shadowtex.
2007-04-21 Briandestroy window upon exit
2007-04-21 BrianRemove unused Imakefiles.
2007-04-16 Brianlots of changes, fixes, clean-ups
2007-04-11 Brianrestore 200x200 window size, animation, version check
2007-04-08 Brianfix some dependencies, remove some CFLAGS
2007-04-08 Brianadd 2.1 functions
2007-04-07 Brianadded glActiveStencilFaceEXT
2007-03-30 Eric AnholtMerge branch 'crestline-qa', adding support for the...
2007-03-27 Briandisable MakeTexture()
2007-03-26 Brianmerge of glsl-compiler-1 branch
2007-03-26 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-03-25 Briandestroy window on exit
2007-03-21 Brianmerge from master
2007-03-21 Briandisable assertion
2007-03-12 Brianextra stuff for drawbuffers test
2007-03-11 Brianadded drawbuffers.c
2007-03-11 BrianTest the GL_ARB_draw_buffers extension.
2007-03-10 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-03-09 Michel DänzerMerge branch 'i915tex-pageflip'
2007-03-09 BrianMerge branch 'origin' into glsl-compiler-1
2007-03-07 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-03-06 Briandestroy window during cleanup
2007-03-06 Ian RomanickMerge branch 'master' of ssh+git://idr@git.freedesktop...
2007-03-02 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-03-01 Brianfix clipping, display name, warnings
2007-03-01 Brians/unsigned int/size_t/ (bug 10135)
2007-03-01 Brianinclude assert.h
2007-03-01 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-02-28 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-02-28 Brians/ARB/MESA/ in extension check (bug 10126)
2007-02-26 BrianMerge branch 'glsl-compiler-1' of git+ssh://brianp...
2007-02-26 Brianadd texture rotation
2007-02-25 Brianoutput texcoord in vertex program
2007-02-25 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-02-25 BrianRevert "option to test mipmapping"
2007-02-25 Brianoption to test mipmapping
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-21 BrianUse gl_LightSource[0].position intead of a light positi...
2007-02-03 Brianshading language texture demo/test
2007-02-03 Brianadded texdemo1
2007-02-02 Brianadded newline at end
2007-02-02 Keith WhitwellMerge branch 'vbo-0.2'
2007-01-30 Keith WhitwellNew tests for the array functions which also provoke...
2007-01-29 Briansimple noise test
2007-01-18 Brianremove debug code
2007-01-17 Brianminor fprintf() change
2007-01-17 Brianadd texturing, other options
2007-01-17 Xiang, Haihao Fix bug#9673
2007-01-16 Briandraw a box, press 'a' to animate
2007-01-16 Brianadded some VerteAttrib funcs
2007-01-16 BrianAdded toyball and bumpmap tests using shaders from...
2007-01-16 Keith WhitwellAdditional display list tests
2007-01-16 Keith WhitwellMerge branch 'master' of git+ssh://keithw@git.freedeskt...
2007-01-16 BrianUse arrow keys to pan and z/Z to zoom in/out to explore...
2007-01-16 BrianAdded new directory of GL shading language demos: glsl
2007-01-13 Brianadded glUniform1fv_func, glUniform2fv_func
2007-01-10 Brianadded a few more 2.0 functions
2007-01-06 Wang ZhenyuMerge branch 'master' into crestline
2007-01-04 Brianadded glUniform1i_func
next