summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-09-19Remove debugThomas White
2009-09-18glClear() placeholder codeThomas White
It draws something!
2009-09-18Add MSAA stuff to calls to driCreateConfigsThomas White
2009-09-18Add glamo to DRI_DIRSThomas White
2009-09-18Loads of triangle and context stuffThomas White
2009-09-18Glamo->glamoThomas White
2009-09-18Remove old glamo-regs.h (Should be glamo_regs.h)Thomas White
2009-09-18Add register header and implement glClear() (sort of)Thomas White
2009-09-18Formatting in glamo_tris.cThomas White
2009-09-18CmdQ fixesThomas White
2009-09-18FormattingThomas White
2009-09-18Add command queue stuffThomas White
2009-09-18Indentation in glamo_state.cThomas White
2009-09-18Implement glamoResizeBuffersThomas White
2009-09-18Tidy upThomas White
2009-09-18IndentationThomas White
It's official. Indenting with spaces make me sick.
2009-09-18Fix renderbuffersThomas White
2009-09-18More framebuffer stuffThomas White
2009-09-18Link against libdrm_glamoThomas White
..and remove a commented out old thing from the Makefile
2009-09-18Framebuffer, renderbuffer, state and initial triangle stuffThomas White
2009-09-18Fix after rebase against Mesa 7.4Thomas White
2009-09-18Comment out config call which was segfaultingThomas White
2009-09-18Add state hooksThomas White
2009-09-18Context stuffThomas White
2009-09-18Move the modeline to the bottom of the fileThomas White
2009-09-18One more missing includeThomas White
2009-09-18Includes and formattingThomas White
2009-09-18Skeleton Glamo DRI driverThomas White
Signed-off-by: Thomas White <taw@bitwiz.org.uk>
2009-09-17softpipe: Respect input interpolators for the shader.Michal Krol
2009-09-17tgsi: Scan input interpolators, too.Michal Krol
2009-09-17progs/perf: convert some DOS line-endingsKeith Whitwell
It seems like some of these files were committed with CRLF initially.
2009-09-17progs/perf: add scons support, get working under mingwKeith Whitwell
2009-09-16mesa: begin some texstore code refactoringBrian 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-16mesa: 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-16progs/perf: initial set of simple performance test programsBrian 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-16progs/glsl: minor Makefile clean-upsBrian Paul
2009-09-16swrast: remove mipmap generation checks (done in core Mesa now)Brian Paul
2009-09-16s3v: remove unneeded initializationsBrian Paul
2009-09-16ffb: remove disabled codeBrian Paul
2009-09-16llvmpipe: Don't assert due to unsupported texture wrap modes.José Fonseca
Issue a warning and fallback to clamping.
2009-09-16Merge branch 'mesa_7_6_branch'Ian Romanick
2009-09-16gallium: remove incorrect 'return' stmtBrian Paul
2009-09-16Merge branch 'mesa_7_5_branch' into mesa_7_6_branchIan Romanick
Conflicts: src/mesa/main/dlist.c
2009-09-16intel: Deassociated drawables from private context struct in intelUnbindContextIan Romanick
The generic DRI infrastructure makes sure that __DRIcontextRec::driDrawablePriv and __DRIcontextRec::driReadablePriv are set to NULL after unbinding a context. However, the intel_context structure keeps cached copies of these pointers. If these cached pointers are not NULLed and the drawable is actually destroyed after unbinding the context (typically by way of glXDestroyWindow), freed memory will be dereferenced in intelDestroyContext. This should fix bug #23418.
2009-09-16gallium: Deprecate PIPE_CAP_S3TC.José Fonseca
No longer used. S3TC support is queried via pipe_screen::is_format_supported.
2009-09-16softpipe: Do not advertise Z32_UNORM as a supported format.Michal Krol
2009-09-16gdi: Integrate with llvmpipe where available.José Fonseca
2009-09-16llvmpipe: Make the code portable for MinGW.José Fonseca
2009-09-16i965: do a flush in clear, fix openarena render issue,Zou Nan hai
fd.o bug# 23857
2009-09-16radeon: cleanup compile defines mess.Dave Airlie
I inherited this and really it stayed around far too long, make it nice and simple.