Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-18 | Remove unused 'regname' | Thomas White | |
2009-10-18 | Use burst commands instead of single commands | Thomas White | |
2009-10-18 | Add missing FLUSH()es in t_dd_dmatmp.h | Thomas White | |
Signed-off-by: Thomas White <taw@bitwiz.org.uk> | |||
2009-10-18 | Ready for vertex submission to hardware | Thomas White | |
2009-09-20 | Jazz up glxdemo | Thomas White | |
Since we're modifying glxdemo anyway, this changes it so that clicking on the window changes the clear colour to a randomly chosen one and redraws. | |||
2009-09-20 | Remove glamo from DRI_DIRS | Thomas White | |
This config file is not actually used. The options are specified on the command-line instead. So don't bother changing it, for now. | |||
2009-09-20 | Revert "Nasty workaround for apparent GCC bug" | Thomas White | |
An improved workaround has now been committed. This reverts commit 692fd8a500e0f9eadc703b29b0c7550f57863e29. | |||
2009-09-20 | Better workaround for GCC bug | Thomas White | |
The problem triggered by CLAMP (see 692fd8a500e0f9eadc703b29b0c7550f57863e29) appears to be GCC bug #39501. A saner workaround than the previous one is to alter the compiler options. | |||
2009-09-20 | Nasty workaround for apparent GCC bug | Thomas White | |
This is a horrible workaround for what I think must be a GCC bug. Remove that usleep(1), or go back to the original CLAMP() macro, and glxdemo will have a white background instead of a grey one. That is to say, the value 0.5 is getting clamped to 1.0 because of some underlying floating-point weirdness. This happens when cross-compiling for armv4t-angstrom-linux-gnueabi with GCC version 4.1.1 or 4.3.2. | |||
2009-09-20 | Use correct colour for glClear() | Thomas White | |
2009-09-20 | Give glxdemo's window a title | Thomas White | |
2009-09-19 | Remove debug | Thomas White | |
2009-09-18 | glClear() placeholder code | Thomas White | |
It draws something! | |||
2009-09-18 | Add MSAA stuff to calls to driCreateConfigs | Thomas White | |
2009-09-18 | Add glamo to DRI_DIRS | Thomas White | |
2009-09-18 | Loads of triangle and context stuff | Thomas White | |
2009-09-18 | Glamo->glamo | Thomas White | |
2009-09-18 | Remove old glamo-regs.h (Should be glamo_regs.h) | Thomas White | |
2009-09-18 | Add register header and implement glClear() (sort of) | Thomas White | |
2009-09-18 | Formatting in glamo_tris.c | Thomas White | |
2009-09-18 | CmdQ fixes | Thomas White | |
2009-09-18 | Formatting | Thomas White | |
2009-09-18 | Add command queue stuff | Thomas White | |
2009-09-18 | Indentation in glamo_state.c | Thomas White | |
2009-09-18 | Implement glamoResizeBuffers | Thomas White | |
2009-09-18 | Tidy up | Thomas White | |
2009-09-18 | Indentation | Thomas White | |
It's official. Indenting with spaces make me sick. | |||
2009-09-18 | Fix renderbuffers | Thomas White | |
2009-09-18 | More framebuffer stuff | Thomas White | |
2009-09-18 | Link against libdrm_glamo | Thomas White | |
..and remove a commented out old thing from the Makefile | |||
2009-09-18 | Framebuffer, renderbuffer, state and initial triangle stuff | Thomas White | |
2009-09-18 | Fix after rebase against Mesa 7.4 | Thomas White | |
2009-09-18 | Comment out config call which was segfaulting | Thomas White | |
2009-09-18 | Add state hooks | Thomas White | |
2009-09-18 | Context stuff | Thomas White | |
2009-09-18 | Move the modeline to the bottom of the file | Thomas White | |
2009-09-18 | One more missing include | Thomas White | |
2009-09-18 | Includes and formatting | Thomas White | |
2009-09-18 | Skeleton Glamo DRI driver | Thomas White | |
Signed-off-by: Thomas White <taw@bitwiz.org.uk> | |||
2009-09-17 | softpipe: Respect input interpolators for the shader. | Michal Krol | |
2009-09-17 | tgsi: Scan input interpolators, too. | Michal Krol | |
2009-09-17 | progs/perf: convert some DOS line-endings | Keith Whitwell | |
It seems like some of these files were committed with CRLF initially. | |||
2009-09-17 | progs/perf: add scons support, get working under mingw | Keith Whitwell | |
2009-09-16 | mesa: begin some texstore code refactoring | Brian Paul | |
Next step will be to move the calls to ctx->Driver.ChooseTextureFormat() into the teximage.c functions so drivers don't have to do it. | |||
2009-09-16 | mesa: meta driver functions for glCopyTex[Sub]Image() | Brian Paul | |
Implement in terms of glReadPixels + glTex[Sub]Image(). This will allow us to get rid of some swrast texture code. | |||
2009-09-16 | progs/perf: initial set of simple performance test programs | Brian Paul | |
Initial tests include: drawoverhead - measure overhead of state changes w.r.t drawing commands teximage - measure glTexImage2D() and glTexSubImage2D() speed vbo - measure glBufferData() and glBufferSubData() speed vertexrate - measure vertex rate for immediate mode, glDrawArrays, VBOs, etc. | |||
2009-09-16 | progs/glsl: minor Makefile clean-ups | Brian Paul | |
2009-09-16 | swrast: remove mipmap generation checks (done in core Mesa now) | Brian Paul | |
2009-09-16 | s3v: remove unneeded initializations | Brian Paul | |
2009-09-16 | ffb: remove disabled code | Brian Paul | |