Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | specify app lib dependencies in Makefiles (patch 1/3) | Dan Nicholson | 2007-10-29 | 15 | -34/+55 |
| | |||||
* | Merge branch '965-glsl' | Zou Nan hai | 2007-10-26 | 2 | -6/+8 |
|\ | | | | | | | | | | | | | Conflicts: src/mesa/drivers/dri/i965/brw_sf.h src/mesa/drivers/dri/i965/intel_context.c | ||||
| * | Fix SOP in fragment shader, brick is ok now. | Zou Nan hai | 2007-07-17 | 1 | -5/+1 |
| | | |||||
| * | Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesa ↵ | Zou Nan hai | 2007-07-17 | 7 | -34/+118 |
| |\ | | | | | | | | | | into 965-glsl | ||||
| * | | bumpmap sample is correct now | Zou Nan hai | 2007-07-17 | 2 | -6/+5 |
| | | | |||||
| * | | Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesa ↵ | Zou Nan hai | 2007-07-04 | 22 | -671/+2205 |
| |\ \ | | | | | | | | | | | | | into 965-glsl | ||||
| * | | | support branch and loop in pixel shader | Zou Nan hai | 2007-06-21 | 5 | -12/+19 |
| | | | | | | | | | | | | | | | | most of the sample working with some small modification | ||||
* | | | | Ignore new programs | Dan Nicholson | 2007-10-25 | 3 | -0/+6 |
| | | | | |||||
* | | | | fix assorted bugs, works now | Brian | 2007-10-24 | 1 | -12/+13 |
| | | | | |||||
* | | | | glxinfo: Try creating a GLX context using an fbconfig if no visuals are ↵ | Kristian Høgsberg | 2007-10-18 | 1 | -13/+46 |
| | | | | | | | | | | | | | | | | available. | ||||
* | | | | Support cards that have ARB_fp but not ARB_shadow. | Ian Romanick | 2007-10-17 | 1 | -13/+49 |
| | | | | |||||
* | | | | pbutil: Do not require GLX_SGIX_pbuffer for fbconfig only-functions. | Kristian Høgsberg | 2007-10-17 | 2 | -26/+48 |
| | | | | |||||
* | | | | glxinfo: Also print number of fbconfigs. | Kristian Høgsberg | 2007-10-17 | 1 | -1/+1 |
| | | | | |||||
* | | | | Fixup a couple of thinkos in glxinfo changes. | Kristian Høgsberg | 2007-10-17 | 1 | -5/+2 |
| | | | | |||||
* | | | | Implement support for printing glx fbconfigs in glxinfo. | Kristian Høgsberg | 2007-10-16 | 1 | -31/+195 |
| | | | | |||||
* | | | | glxinfo: Only print visuals that actually support GLX. | Kristian Høgsberg | 2007-10-16 | 1 | -5/+10 |
| | | | | |||||
* | | | | Do XSync() before resetting error handler. | Kristian Høgsberg | 2007-10-13 | 1 | -0/+1 |
| | | | | |||||
* | | | | Example of cooperative rendering into one window by two processes | Brian | 2007-10-11 | 4 | -1/+687 |
| | | | | |||||
* | | | | New glxsnoop demo to display another window's z/stencil/back buffer. | Brian | 2007-10-11 | 2 | -0/+378 |
| | | | | |||||
* | | | | replace 'brick' with correct program name in printfs | Brian | 2007-10-10 | 4 | -10/+10 |
| | | | | |||||
* | | | | Ignore more generated files in progs/ | Dan Nicholson | 2007-10-10 | 16 | -21/+172 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Many of the directories in progs/ were missing .gitignore files or were tracking generated files. This patch is basically the process of running `make' in each directory and then finding the untracked files with `git-ls-files -o --exclude-per-directory=.gitignore'. The existing files were also sorted. | ||||
* | | | | add support for LDFLAGS env var | Dan Nicholson | 2007-09-28 | 15 | -43/+43 |
| | | | | |||||
* | | | | Fix progs/tests/ build with BSD make. | Eric Anholt | 2007-09-24 | 1 | -18/+16 |
| | | | | |||||
* | | | | Update .gitignore for tests and xdemos. | Eric Anholt | 2007-09-24 | 2 | -0/+27 |
| | | | | |||||
* | | | | Just use stddef.h to get ptrdiff_t instead of obsolete malloc.h. | Eric Anholt | 2007-09-24 | 3 | -15/+3 |
| | | | | |||||
* | | | | Update .gitignore for demos. | Eric Anholt | 2007-09-19 | 1 | -0/+13 |
| | | | | |||||
* | | | | added copypix.c test (test glCopyPixels w/ pixel zoom) | Brian | 2007-09-14 | 2 | -0/+253 |
| | | | | |||||
* | | | | clean-up (see bug 12317) | Brian | 2007-09-10 | 1 | -11/+11 |
| | | | | |||||
* | | | | added --noclear option to demonstrate rendering without glClear | Brian | 2007-08-27 | 1 | -6/+45 |
| | | | | |||||
* | | | | xdemo case: Wei Wang's patch for bug#9759 | Xiang, Haihao | 2007-08-14 | 1 | -0/+5 |
| | | | | |||||
* | | | | parse standard -geometry option | Brian | 2007-08-07 | 1 | -9/+6 |
| | | | | |||||
* | | | | glxgears: Add an x/y window size parameter. | Ingo Molnar | 2007-08-07 | 1 | -1/+11 |
| | | | | |||||
* | | | | triangle rasterization with frag shader | Brian | 2007-08-01 | 1 | -0/+326 |
| | | | | |||||
* | | | | added trirast program | Brian | 2007-08-01 | 1 | -1/+2 |
| | | | | |||||
* | | | | misc comments, clean-ups | Brian | 2007-07-30 | 1 | -9/+13 |
| | | | | |||||
* | | | | added a few more functions | Brian | 2007-07-29 | 1 | -0/+19 |
| | | | | |||||
* | | | | Added shader points and shader bitmap demos | Brian | 2007-07-29 | 3 | -0/+675 |
| | | | | |||||
* | | | | more Mingw32 fixes | Zhang | 2007-07-27 | 1 | -18/+3 |
| | | | | |||||
* | | | | clamp float colors | Brian | 2007-07-26 | 1 | -2/+5 |
| | | | | |||||
* | | | | fix logic error, typos | Brian | 2007-07-24 | 1 | -5/+4 |
| | | | | |||||
* | | | | Fix a number of MINGW32 issues | Zhang | 2007-07-21 | 1 | -4/+29 |
| |_|/ |/| | | |||||
* | | | Improve this demo in a few ways. | Brian | 2007-07-11 | 1 | -12/+22 |
| | | | | | | | | | | | | | | | | | | | | | 1. Use more reasonable hither/yon clip planes to make better use of shallow (16-bit) z buffers. 2. Use different colors on cube faces to help detect Z fighting if it occurs. 3. Report GL_DEPTH_BITS on start-up. | ||||
* | | | call glutInit(), bug 11486 | Xavier Bachelot | 2007-07-06 | 5 | -7/+6 |
| | | | |||||
* | | | support more modes, added -f cmd line option | Brian | 2007-07-04 | 1 | -15/+90 |
| |/ |/| | |||||
* | | use larger point/sprite size | Brian | 2007-06-28 | 1 | -11/+11 |
| | | |||||
* | | Random state-change / primitive rendering. Good for hammering on a driver... | Brian | 2007-06-21 | 2 | -0/+458 |
| | | |||||
* | | fix glReadPixels parameters to handle odd-width windows correctly | Brian | 2007-06-08 | 1 | -2/+3 |
| | | |||||
* | | disable shader program before glDrawPixels | Brian | 2007-06-08 | 1 | -6/+10 |
| | | |||||
* | | Add support for shadow mapping with vertex and fragment programs | Ian Romanick | 2007-06-07 | 1 | -4/+216 |
| | | |||||
* | | Refactor shadow map modelview and projection code | Ian Romanick | 2007-06-07 | 1 | -22/+50 |
| | | | | | | | | | | | | | | Explicitly store the modelview matrix and projection matrix used when the shadow map is created. These matrices only need be updated when RenderShadowMap is called. Previously, slightly different code was used to draw and project the shadow map. |