summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-08-17cell: fix incorrect pipe_transfer testsBrian Paul
2009-08-17r300: split vbo rendering with big drawarray caseJerome Glisse
2009-08-17nv50: fix stencil stateChristoph Bumiller
2009-08-17radeon: turn off bo debuggingDave Airlie
2009-08-16r300: disable ZTOP only when occlusion queries are usedMaciej Cencora
2009-08-16Merge branch 'oq'Maciej Cencora
2009-08-15nv50: avoid a NULL-ptr dereference when the pipe context changesMaarten Maathuis
2009-08-15nv50: align registers used with TEX to 4Christoph Bumiller
2009-08-15r300: enable ARB_occlusion_queryMaciej Cencora
2009-08-15radeon: add flag for drm OQ supportMaciej Cencora
2009-08-15r300: temporary occlusion query hackMaciej Cencora
2009-08-15r300: clear not_flushed OQ list after flushMaciej Cencora
2009-08-15r300/oq: add some debugging infoMaciej Cencora
2009-08-15r300: add occlusion queries supportMaciej Cencora
2009-08-15radeon space: realign with drm space check codeDave Airlie
2009-08-15r300: fixup space checks since VBO codeDave Airlie
2009-08-15r300: add just in case warn I don't think this can actually happenDave Airlie
2009-08-15radeon: enable vertex splitting for IBsDave Airlie
2009-08-15i965: disable bounds checking on arrays with stride 0Roland Scheidegger
2009-08-14i965: Add support for GL_ARB_seamless_cube_mapIan Romanick
2009-08-14Regenerate files for GL_ARB_seamless_cube_mapIan Romanick
2009-08-14Infrastructure for GL_ARB_seamless_cube_mapIan Romanick
2009-08-14Regenerate files for GL_APPLE_flush_buffer_rangeIan Romanick
2009-08-15Merge branch 'vbo_clean'Maciej Cencora
2009-08-15r300: mark VBO buffer objects as persistentMaciej Cencora
2009-08-14r300: unmap buffer objects after usageMaciej Cencora
2009-08-14mesa: append uniform values to the log file the first time we use a shaderBrian Paul
2009-08-14mesa: also pass the GPU program to _mesa_append_uniforms_to_file()Brian Paul
2009-08-14vbo: call _mesa_valid_to_render()Brian Paul
2009-08-14Merge branch 'mesa_7_5_branch'Brian Paul
2009-08-14mesa: new _mesa_append_uniforms_to_file() debug/logging functionBrian Paul
2009-08-14mesa: call _mesa_valid_to_render()Brian Paul
2009-08-14vbo: call _mesa_valid_to_render()Brian Paul
2009-08-14mesa: new _mesa_valid_to_render() functionBrian Paul
2009-08-14mesa: minor error string changesBrian Paul
2009-08-14Allow external settings of MAX_WIDTH/HEIGHT.Brian Paul
2009-08-14st/xlib: reduce the proliferation of GLX context typesKeith Whitwell
2009-08-14st/dri: remove unused dummyContext valueKeith Whitwell
2009-08-14mesa: move assertions in test_attachment_completeness()Brian Paul
2009-08-14nv50: fix mipmap offsets and tilingChristoph Bumiller
2009-08-14nv50: make sure we don't re-emit outdated scissor stateChristoph Bumiller
2009-08-14nv50: make use of the y-origin switchChristoph Bumiller
2009-08-14r300: remove broken vertex splittingMaciej Cencora
2009-08-14r300: rework index buffer setupMaciej Cencora
2009-08-14r300: remove unused software TNL pathMaciej Cencora
2009-08-14r300: use VBOs for vertex attributesMaciej Cencora
2009-08-14Allow external settings of MAX_WIDTH/HEIGHT.Tom Fogal
2009-08-14intel: in intel_context struct use typedef for sarea structTobias Doerffel
2009-08-14st/vega: Add more symbols defined by mesa/st.Chia-I Wu
2009-08-14r300: add required symlinksMaciej Cencora