[intel-GEM] partial support for memory domains.
[mesa.git] / progs /
2008-04-30 Brian Pauladded xdemos/sharedtex.c test
2008-04-30 Brian Pauldisable GL_TEXTURE_1D at end of frame to fix failed...
2008-04-11 Brian Pauladd missing glViewport calls
2008-04-10 Brianmore make clean items
2008-04-10 Brianuse InitUniforms()
2008-04-10 BrianReplace duplicated code with new shaderutil.c functions
2008-04-10 Brianshader utility functions
2008-04-08 Kristian HøgsbergOnly convert configs if screen creation was successful.
2008-04-05 Brianadded glGetActiveUniform_func
2008-04-05 Brianmesa: add missing glPush/PopMatrix() calls
2008-04-05 Brianmesa: add missing glPush/PopMatrix() calls
2008-04-04 Briansilence warning
2008-03-29 Oliver McFaddenMerge branch 'r300-vertprog-branch' of ssh://people...
2008-03-27 Eric AnholtAdd a couple of test apps for line/unfilled polygon...
2008-03-21 Eric AnholtFix xdemos build on FreeBSD: <sys/types.h> before ...
2008-03-11 Dan NicholsonFix include path for rain demo so glut.h is found
2008-03-10 Jeremy HuddlestonDarwin: Config/source fixes to now build glxdemo apps...
2008-03-10 Dan NicholsonIgnore more demo programs
2008-02-29 Kristian Høgsbergglxgears: oops, remove accidental commit of glFinish...
2008-02-29 Kristian HøgsbergUse __DRIextension mechanism providing loader functiona...
2008-02-28 José FonsecaConvert crlf->lf line endings.
2008-02-18 Dan NicholsonIgnore glxgears_pixmap
2008-02-16 BrianAdded minmag.c test
2008-02-15 Adam Jacksonchmod a-x **/glslnoise.c
2008-02-15 Kristian HøgsbergAdd GLXPixmap version of glxgears to show case new...
2008-02-12 BrianFix broken test.
2008-02-12 BrianSet Min/MaxLod with glTexParameterf, not glTexParameteri
2008-02-12 Briantweak incr/decrements amounts for keyboard options
2008-02-12 Brianpress 0,1,2,etc keys for specific bias values
2008-02-05 Eric AnholtInclude glext.h in the cva test so that it actually...
2008-01-28 Brianpush out far clip plane to 200
2008-01-28 BrianAdded d/D keys to change viewing distance, 'a' to toggl...
2008-01-22 Adam Jacksonglxinfo: Fix multisample visual reporting.
2008-01-22 BrianDon't build yuvrect_client by default
2008-01-22 Brianremove unused var
2008-01-22 Alexey Sokolovdefine M_PI if needed
2008-01-01 Brianfix glUniform4f typo
2008-01-01 Bruce MerryConvert to 0/1 when setting boolean uniforms
2008-01-01 Bruce MerryAdd a test program to test for assorted bugs in shader_...
2007-12-26 Dan NicholsonMerge branch 'master' into autoconf2
2007-12-18 Brianadded glSecondaryColor3fv_func
2007-12-18 Brianadded two-side test
2007-12-18 BrianTest GL_VERTEX_PROGRAM_TWO_SIDE and frag shader gl_Fron...
2007-12-18 Brianadded twoside demo
2007-12-18 BrianFix a quadstrip front/back-face inconsistancy.
2007-12-14 BrianBuild rain demo (Gonzo <andreas.wendleder@gmail.com>)
2007-12-13 Dan NicholsonMerge branch 'master' into autoconf2
2007-12-11 Roland Scheideggeradd simple test for two-sided stencil functionality
2007-12-07 Dan NicholsonMake osdemos linking like other programs
2007-12-05 BrianUndo changes made to the toyball shaders in commit...
2007-12-04 Brianadded culling/wireframe options
2007-11-30 Brianbetter front-plane clip test
2007-11-30 joukjUpdates of some OpenVMS makefiles.
2007-11-30 joukjMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-11-27 Brianadd a few more logicop modes, simplify code
2007-11-23 Brianbetter test of point attenuation
2007-11-23 Brian#define GL_GLEXT_PROTOTYPES to silence warning
2007-11-22 BrianPrint point/line size range limits
2007-11-16 Brianadded z/s keys to reset/step rotation
2007-11-16 BrianOnly emit texcoords for enabled units. Enable/disable...
2007-11-12 Brianremove dependency on libGLU
2007-11-10 Briantest that point/line/quad rendering hits the right...
2007-10-31 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-10-30 Briantest glStencilFuncSeparateATI()
2007-10-29 Eric AnholtMerge branch 'origin'
2007-10-29 Dan Nicholsonspecify app lib dependencies in Makefiles (patch 1/3)
2007-10-26 Zou Nan haiMerge branch '965-glsl'
2007-10-25 Dan NicholsonIgnore new programs
2007-10-24 Brianfix assorted bugs, works now
2007-10-18 Kristian Høgsbergglxinfo: Try creating a GLX context using an fbconfig...
2007-10-17 Ian RomanickSupport cards that have ARB_fp but not ARB_shadow.
2007-10-17 Kristian Høgsbergpbutil: Do not require GLX_SGIX_pbuffer for fbconfig...
2007-10-17 Kristian Høgsbergglxinfo: Also print number of fbconfigs.
2007-10-17 Kristian HøgsbergFixup a couple of thinkos in glxinfo changes.
2007-10-16 Kristian HøgsbergImplement support for printing glx fbconfigs in glxinfo.
2007-10-16 Kristian Høgsbergglxinfo: Only print visuals that actually support GLX.
2007-10-13 Kristian HøgsbergDo XSync() before resetting error handler.
2007-10-12 Kristian HøgsbergMerge branch 'dri2'
2007-10-12 Dave AirlieMerge branch 'master' into i915-superioctl
2007-10-12 BrianExample of cooperative rendering into one window by...
2007-10-11 BrianNew glxsnoop demo to display another window's z/stencil...
2007-10-10 Brianreplace 'brick' with correct program name in printfs
2007-10-10 Dan NicholsonIgnore more generated files in progs/
2007-10-02 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-09-29 Dan Nicholsonadd support for LDFLAGS env var
2007-09-24 Eric AnholtFix progs/tests/ build with BSD make.
2007-09-24 Eric AnholtUpdate .gitignore for tests and xdemos.
2007-09-24 Eric AnholtJust use stddef.h to get ptrdiff_t instead of obsolete...
2007-09-20 Eric AnholtMerge branch 'master' into i915-unification
2007-09-19 Eric AnholtUpdate .gitignore for demos.
2007-09-14 Brianadded copypix.c test (test glCopyPixels w/ pixel zoom)
2007-09-11 Jesse BarnesMerge branch 'master' of ssh://git.freedesktop.org...
2007-09-10 Brianclean-up (see bug 12317)
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
next