summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i915tex
AgeCommit message (Expand)Author
2007-03-21merge from masterBrian
2007-03-19i915tex: The intended triple buffering fix.Michel Dänzer
2007-03-19i915tex: Fix triple buffering after recent Mesa core changes.Michel Dänzer
2007-03-18fix typo in subrect_disable packetKeith Whitwell
2007-03-15Fix off by one error in immediate state packet size.Keith Whitwell
2007-03-12i915tex: Don't crash when intel_fb->color_rb[i] is NULL.Michel Dänzer
2007-03-10Merge branch 'master' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesa i...Brian
2007-03-10i915tex: Fix build against libdrm git...Michel Dänzer
2007-03-10i915tex: Fix intel_wait_flips being declared implicitly.Michel Dänzer
2007-03-10i915tex: Fix build against released version of libdrm.Michel Dänzer
2007-03-10Merge branch 'i915tex-pageflip'Michel Dänzer
2007-03-09i915tex: Wait for pending scheduled flips before switching vsync pipe.Michel Dänzer
2007-03-09i915tex: Set intel_fb->vbl_waited to current instead of what we aimed for.Michel Dänzer
2007-03-09Merge branch 'origin' into glsl-compiler-1Brian
2007-03-09i915tex: Sync pages between pipes immediately again.Michel Dänzer
2007-03-09i915tex: Do not wait for pending flips on both pipes at the same time.Michel Dänzer
2007-03-07i915tex: Set framebuffer size to match window before calling _mesa_make_current.Michel Dänzer
2007-03-07i945_miptree_layout: Adapt cubemap fixes from i915_miptree_layout.Michel Dänzer
2007-03-06Fix/improve framebuffer object reference counting.Brian
2007-03-06fix for bug#10182Xiang, Haihao
2007-02-28i915tex: Sync pages differently when crossing pipe borders.Michel Dänzer
2007-02-28i915tex: Check that intel_rb is valid before trying to add it to an fbo.Michel Dänzer
2007-02-28i915tex: Also update intel_rb->vbl_pending when scheduled swap is not a flip.Michel Dänzer
2007-02-24Fix broken cubemap mipmap layout (the cubemap.c demo was segfaulting).Brian
2007-02-24clean-up, comment codeBrian
2007-02-24make src ptr constBrian
2007-02-23Update DRI drivers for new glsl compiler.Brian
2007-02-22i915tex: Schedule flips when possible.Michel Dänzer
2007-02-20i915tex: Triple buffering support, only effective with page flipping so far.Michel Dänzer
2007-02-20intelWindowMoved: Some debugging output was accidentally left always enabled.Michel Dänzer
2007-02-20intelRotateWindow: Only use back buffer and cliprects in very specific cases.Michel Dänzer
2007-02-20intelCopyBuffer: Remove incorrect intel_fb->pf_current_page tests.Michel Dänzer
2007-02-20i915tex: Support page flipping on both CRTCs independently.Michel Dänzer
2007-02-20i915tex: Make page flipping work again.Michel Dänzer
2007-02-19i915tex: Fix performance regression with new vbo code and latest drm.Thomas Hellstrom
2007-02-14i915tex: Take into account various mapping states when dropping theThomas Hellstrom
2007-02-02Merge branch 'vbo-0.2'Keith Whitwell
2007-02-02 push commit 2dfb3a217f730d6783fb2ac8b73248dc682f923c to i915texZou Nan hai
2007-01-23i915tex: Relocation fixes:Thomas Hellstrom
2007-01-23i915tex: Fix randr resizing. Rotation still broken.Thomas Hellstrom
2007-01-16Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i...Keith Whitwell
2007-01-09i915tex: Remove unused tex_program field.Michel Dänzer
2007-01-09intel_finalize_mipmap_tree: Only flush batchbuffer when necessary.Michel Dänzer
2006-12-31fix issue with i915tex advertising visuals it can't supportDave Airlie
2006-12-14Avoid failing assertion in intel_miptree_set_image_offset() with cube maps.Michel Dänzer
2006-12-14Share code to lay out >= 945 style 2D mipmaps between i915tex and i965 drivers.Michel Dänzer
2006-12-14intel_finalize_mipmap_tree: Add more conditions for rebuilding mipmap trees.Michel Dänzer
2006-12-14intel_batchbuffer_flush: Don't assert cliprects when lock is not held.Michel Dänzer
2006-12-14intelTexSubimage: Fix last parameter for intel_miptree_image_map().Michel Dänzer
2006-12-07i915tex: Recalculate viewport related hardware state in intelWindowMoved().Michel Dänzer