summaryrefslogtreecommitdiff
path: root/src/gallium/drivers
AgeCommit message (Expand)Author
2009-11-04i965g: pull in a copy of intel_decode.c for nowKeith Whitwell
2009-11-04i965g: fix up batchbuffer confusionKeith Whitwell
2009-11-04i965g: plumb in some surface stateKeith Whitwell
2009-11-04i965g: hook up pipe_clear functionsKeith Whitwell
2009-11-04i965g: add constant buffer setterKeith Whitwell
2009-11-04i965g: add missing is_*_referenced callbacksKeith Whitwell
2009-11-04i965g: initialize surface refcountKeith Whitwell
2009-11-04i965g: add more missing pipe callbacksKeith Whitwell
2009-11-04i965g: add some missing texture creation codeKeith Whitwell
2009-11-04i965g: stubs for brw_pipe_vertex.cKeith Whitwell
2009-11-04i965g: hook up pipe sampler callbacksKeith Whitwell
2009-11-04i965g: hook up more pipe_context functionsKeith Whitwell
2009-11-04i965g: add missing buffer functionsKeith Whitwell
2009-11-04i965g: hook up brw_screen.cKeith Whitwell
2009-11-04i965g: add standalone xlib debug winsysKeith Whitwell
2009-11-04i965g: convert read/write domain pairs into single usage valueKeith Whitwell
2009-11-02i965g: format RELOCs similarlyKeith Whitwell
2009-11-02i965g: rename brw_constant_buffer to brw_curbe_bufferKeith Whitwell
2009-11-01i965g: driver and winsys compileKeith Whitwell
2009-11-01i965g: the whole drivers/i965 directory is compilingKeith Whitwell
2009-11-01i965g: more files compilingKeith Whitwell
2009-11-01i965g: more files compilingKeith Whitwell
2009-11-01i965g: more files compilingKeith Whitwell
2009-11-01i965g: more files compilingKeith Whitwell
2009-11-01i965g: more work on compilation -- surface managementKeith Whitwell
2009-10-31i965g: more work on compilationKeith Whitwell
2009-10-31i965g: non-glsl fragment shader path is compilingKeith Whitwell
2009-10-31i965g: wip on fragment shadersKeith Whitwell
2009-10-29i965g: work in progress on fragment shadersKeith Whitwell
2009-10-28i965g: still working on compilationKeith Whitwell
2009-10-27i965g: still working on compilationKeith Whitwell
2009-10-26i965g: still working on compilationKeith Whitwell
2009-10-26i965g: still working on compilationKeith Whitwell
2009-10-25i965g: start hooking up some to the gallium context interfacesKeith Whitwell
2009-10-25i965g: more compiling wipKeith Whitwell
2009-10-25i965g: more work on compiling, particularly the brw_draw filesKeith Whitwell
2009-10-24i965g: more work on compilingKeith Whitwell
2009-10-24i965g: more files compilingKeith Whitwell
2009-10-24i965g: first compiling fileKeith Whitwell
2009-10-23i965g: wip on removing GL stuff, trying to get a few files compilingKeith Whitwell
2009-10-23i965: ignore cliprect_modeKeith Whitwell
2009-10-23i965g: wipKeith Whitwell
2009-10-23i965g: re-starting from the dri driverKeith Whitwell
2009-10-23gallium: remove extended negate also, and also the ExtSwz tokenKeith Whitwell
2009-10-23cell: typo from ExtSwizzle commitKeith Whitwell
2009-10-23gallium: remove the swizzling parts of ExtSwizzleKeith Whitwell
2009-10-23gallium: remove noise opcodesKeith Whitwell
2009-10-22r300g: Enable more stuff in r300_screen, cleanup comments.Corbin Simpson
2009-10-22r300g: Cleanup PSC setup math a bit and stop using Draw formats.Corbin Simpson
2009-10-22nv50: handle PIPE_TEX_FILTER_ANISO caseChristoph Bumiller