summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-09-18Add MSAA stuff to calls to driCreateConfigsThomas 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
2009-09-18Fix renderbuffersThomas White
2009-09-18More framebuffer stuffThomas White
2009-09-18Link against libdrm_glamoThomas White
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
2009-09-17softpipe: Respect input interpolators for the shader.Michal Krol
2009-09-17tgsi: Scan input interpolators, too.Michal Krol
2009-09-16mesa: begin some texstore code refactoringBrian Paul
2009-09-16mesa: meta driver functions for glCopyTex[Sub]Image()Brian 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
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
2009-09-16intel: Deassociated drawables from private context struct in intelUnbindContextIan Romanick
2009-09-16gallium: Deprecate PIPE_CAP_S3TC.José Fonseca
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
2009-09-16radeon: cleanup compile defines mess.Dave Airlie
2009-09-16radeon: oops remove debugging left on in previous patchDave Airlie
2009-09-16radeon: use txformat to decide to emit rect tex state.Dave Airlie
2009-09-15mesa: move generate mipmap callsBrian Paul
2009-09-15mesa: minor clean-upBrian Paul
2009-09-15mesa: remove last of gotosBrian Paul
2009-09-15mesa: more goto removalBrian Paul
2009-09-15mesa: remove some gotosBrian Paul