summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-02-01gallium-r300: Set right ROP for solid fills.Corbin Simpson
2009-02-01gallium-r300: Fit it all together now.Corbin Simpson
2009-02-01gallium-r300: Add r300_surface.Corbin Simpson
2009-02-01gallium-r300: Add r300_blit.Corbin Simpson
2009-02-01gallium-r300: Add copyrights, place (broken) CS.Corbin Simpson
2009-02-01gallium-r300: Add r300_clear.Corbin Simpson
2009-02-01gallium-r300: Make it build.Corbin Simpson
2009-02-01gallium-r300: Look less like i915.Corbin Simpson
2009-02-01gallium-r300: Add some headers.Corbin Simpson
2009-02-01gallium-r300: Initial commit.Corbin Simpson
2009-02-01amd: initial winsysJerome Glisse
2009-02-01gallium autoconf/automakeJerome Glisse
2009-02-02Merge branch 'gallium-0.2' of git+ssh://marcheu@git.freedesktop.org/git/mesa/...Stephane Marchesin
2009-02-02nv04: some old changes I had lying around.Stephane Marchesin
2009-02-01Merge branch 'gallium-winsys-private' into gallium-0.2Zack Rusin
2009-02-01glxgears: No, really. Fix the dyslexia.Ian Romanick
2009-02-01progs: Get more samples building on windows.José Fonseca
2009-02-01util: List new file in sconscript.José Fonseca
2009-02-01pipebuffer: Drop (most of) pipe winsys stuff.José Fonseca
2009-01-31nv20: send buffer handles on hw state emitPekka Paalanen
2009-01-31nv20: disable depth writes in hw initPekka Paalanen
2009-01-31nv20: Z-mapping parametersPekka Paalanen
2009-01-31nv20: draw_elements needs to flushPekka Paalanen
2009-01-31nv20: set surface status in clear()Pekka Paalanen
2009-01-31gallium: initialize simple screen in driversZack Rusin
2009-01-31intel: Correct FBconfig color masks with DRI2. Fail at copy and paste.Eric Anholt
2009-01-31Build dri.pc during the build rather than the install process.Eric Anholt
2009-01-31mesa: more display list cleanupsBrian
2009-01-31mesa: display list clean-upsBrian
2009-01-31mesa: minor comments, clean-upsBrian
2009-01-31mesa: remove remnant of GL_SGIX_depth_textureBrian
2009-01-30i965: bump texture limit to 4kx4kKeith Packard
2009-01-30mesa: simplify the _mesa_get_proxy_tex_image() functionBrian Paul
2009-01-30mesa: fix incorrect call to clear_teximage_fields() in _mesa_TexImage2D()Brian Paul
2009-01-30intel: more debug infoBrian Paul
2009-01-30i965: formatting, comments, whitespace clean-upsBrian Paul
2009-01-30swrast: replace RENDER_START/FINISH macros with inline functionsBrian Paul
2009-01-30swrast: replace macro with inline functionBrian Paul
2009-01-30intel: remove unused RenderToTexture fieldBrian Paul
2009-01-30i915: updated render to texture/fbo testBrian Paul
2009-01-30gallium: add a convience wrapper for simple screensZack Rusin
2009-01-30Fix dyslexia.Ian Romanick
2009-01-30glxgears: Log a message if synched to vblankIan Romanick
2009-01-30mesa: add missing _mesa_reference_texobj() calls for texture array targetsBrian Paul
2009-01-30mesa: remove incorrect refcounting adjustment in adjust_buffer_object_ref_cou...Brian Paul
2009-01-30stw: Remove pipe_winsys references.José Fonseca
2009-01-30gallium: Don't ask winsys name -- let pipe screen do that if it wants.José Fonseca
2009-01-30stw: Don't use the winsys.José Fonseca
2009-01-30intel: If we're doing a depth clear with tris, do color with it.Eric Anholt
2009-01-30i915: Only call CalcViewport from DrawBuffers instead of Viewport.Eric Anholt