summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-02-21i965: emit one vb packet per vboChris Wilson
2011-02-21i965: upload transient indices into the same discontiguous bufferChris Wilson
2011-02-21i965: suppress repeat-emission of identical vertex elementsChris Wilson
2011-02-21i965: Move repeat-instruction-suppression to batchbuffer coreChris Wilson
2011-02-21intel: use pwrite for batchChris Wilson
2011-02-21i965: drop state_bo references to batch_boChris Wilson
2011-02-21i965: directly write wm state to batchChris Wilson
2011-02-21i965: write cc straight to batchChris Wilson
2011-02-21i965: switch gen6 to use its own cc state boChris Wilson
2011-02-21intel: Buffered uploadChris Wilson
2011-02-21intel: Replace the bo for a complete updateChris Wilson
2011-02-21i965: Combine vb upload buffer with the general upload bufferChris Wilson
2011-02-21intel: Pack dynamic draws togetherChris Wilson
2011-02-21intel: Use system memory for DYNAMIC_DRAW source objectsChris Wilson
2011-02-21i965: Trim the trailing NOOP from 3DSTATE_INDEX_BUFFERChris Wilson
2011-02-21i965: Fallback on encountering a NULL render bufferChris Wilson
2011-02-20i915g: s/__func__/__FUNCTION__/Vinson Lee
2011-02-21i915g: kill remnants of mmapped batchbuffer supportDaniel Vetter
2011-02-21i915g: Add winsys/i915/sw to scons buildJakob Bornecrantz
2011-02-21i915g: Fix void ptr arithJakob Bornecrantz
2011-02-21i915g: Add dummy flush_frontbufferJakob Bornecrantz
2011-02-20Fix --enable-shared-glapi configure optionJon TURNEY
2011-02-20egl_dri2: Return NULL when xcb_get_geometry_reply fails.Chia-I Wu
2011-02-19scons: Add aliases for the llvmpipe unit tests.José Fonseca
2011-02-19gallivm: Use simple scaling plus casting in more unorm->float cases.José Fonseca
2011-02-19glsl: Remove $(PWD) from Makefile in favor of .Kenneth Graunke
2011-02-19r300g: fix a possible race when counting contextsMarek Olšák
2011-02-19r300g: fix invalid dereference in winsysMarek Olšák
2011-02-18svga: Fix NULL dereference.José Fonseca
2011-02-18vbo: add debug code to verify that buffers are unmapped before drawingBrian Paul
2011-02-18mesa: MESA_VERBOSE logging for glRead/Draw/CopyPixels, glBlitFramebufferBrian Paul
2011-02-18st/mesa: set renderbuffer _BaseFormat in a few placesBrian Paul
2011-02-18st/mesa: check buffer orientation in blit_copy_pixels()Brian Paul
2011-02-18svga: Ensure pending drawing commands other surface operations are emitted be...José Fonseca
2011-02-18svga: Cannot use negate or abs on source to dsx/dsy instructions.José Fonseca
2011-02-18svga: Ensure SWTNL is created after HWTNL.José Fonseca
2011-02-18svga: Ensure LRP's restrictions are observed in all uses.José Fonseca
2011-02-18svga: Preserve src swizzles in submit_op2/3/4.José Fonseca
2011-02-18r300g: remove tracking whether vertex buffers need to be validatedMarek Olšák
2011-02-18st/mesa: fix geometry corruption by always re-binding vertex arraysMarek Olšák
2011-02-18svga: Disable surface cache for texturesJakob Bornecrantz
2011-02-18svga: Describe svga_sampler_views for refcnt debuggingJakob Bornecrantz
2011-02-18svga: Make sure that refcnt debugger gets the correct backtrace for createJakob Bornecrantz
2011-02-18util: Make refcnt and symbol debuggers work on windowsJakob Bornecrantz
2011-02-18Point to bugs.freedesktop.org rather than bugzilla.freedesktop.orgCyril Brulebois
2011-02-18u_vbuf_mgr: initialize flag indicating that buffers have been updatedMarek Olšák
2011-02-18gallium/svga: Fix unnecessary swtnl fallbacksThomas Hellstrom
2011-02-18r600g: reorganise rgtc pieces.Dave Airlie
2011-02-17st/mesa: implement blit-based path for glCopyPixelsBrian Paul
2011-02-17mesa: fix comments for _mesa_clip_readpixels()Brian Paul