aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i915tex
Commit message (Expand)AuthorAgeFilesLines
* Defer buffer pool creation to the first context creation.Thomas Hellstrom2007-04-173-43/+55
* just clean-upsBrian2007-04-161-32/+24
* remove _tnl_arb_vertex_program_stageBrian2007-04-161-1/+0
* Make sure we are locked when creating drm buffer objects.Thomas Hellstrom2007-04-164-1/+27
* use _mesa_reference_renderbuffer(), fix typoBrian2007-04-111-2/+2
* i915tex: Fix some mismatches between texels or bytes for pitch/stride.Michel Dänzer2007-04-092-1/+2
* i915tex: Make sure texture format fetch hooks are initialized.Michel Dänzer2007-04-091-19/+1
* i915tex: Clean up resizing of renderbuffers.Michel Dänzer2007-04-082-17/+31
* include points.h to fix warningsBrian2007-04-051-0/+1
* i810/i915/i915tex: reinitialize the context point stateXiang, Haihao2007-04-041-0/+5
* i915tex compile fix (account for moved _UseTexEnvProgram var)Roland Scheidegger2007-03-271-1/+1
* Restore the UseTexEnvProgram logic.Brian2007-03-272-2/+2
* merge of glsl-compiler-1 branchBrian2007-03-264-13/+11
|\
| * merge from masterBrian2007-03-214-8/+8
| |\
| * \ Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesa i...Brian2007-03-1013-305/+628
| |\ \
| * \ \ Merge branch 'origin' into glsl-compiler-1Brian2007-03-095-11/+30
| |\ \ \
| * | | | Update DRI drivers for new glsl compiler.Brian2007-02-234-13/+11
* | | | | i915tex: Make sure renderbuffers don't get deleted when flipping them.Michel Dänzer2007-03-262-6/+21
| |_|_|/ |/| | |
* | | | i915tex: The intended triple buffering fix.Michel Dänzer2007-03-192-27/+1
* | | | i915tex: Fix triple buffering after recent Mesa core changes.Michel Dänzer2007-03-191-0/+22
* | | | fix typo in subrect_disable packetKeith Whitwell2007-03-181-1/+1
* | | | Fix off by one error in immediate state packet size.Keith Whitwell2007-03-151-1/+1
* | | | i915tex: Don't crash when intel_fb->color_rb[i] is NULL.Michel Dänzer2007-03-121-1/+5
| |_|/ |/| |
* | | i915tex: Fix build against libdrm git...Michel Dänzer2007-03-102-2/+3
* | | i915tex: Fix intel_wait_flips being declared implicitly.Michel Dänzer2007-03-101-0/+1
* | | i915tex: Fix build against released version of libdrm.Michel Dänzer2007-03-101-0/+17
* | | Merge branch 'i915tex-pageflip'Michel Dänzer2007-03-1012-304/+608
|\ \ \ | |_|/ |/| |
| * | i915tex: Wait for pending scheduled flips before switching vsync pipe.Michel Dänzer2007-03-091-0/+19
| * | i915tex: Set intel_fb->vbl_waited to current instead of what we aimed for.Michel Dänzer2007-03-091-1/+1
| * | i915tex: Sync pages between pipes immediately again.Michel Dänzer2007-03-091-2/+12
| * | i915tex: Do not wait for pending flips on both pipes at the same time.Michel Dänzer2007-03-091-9/+4
| * | i915tex: Set framebuffer size to match window before calling _mesa_make_current.Michel Dänzer2007-03-071-10/+10
| * | i915tex: Sync pages differently when crossing pipe borders.Michel Dänzer2007-02-281-12/+18
| * | i915tex: Check that intel_rb is valid before trying to add it to an fbo.Michel Dänzer2007-02-281-2/+4
| * | i915tex: Also update intel_rb->vbl_pending when scheduled swap is not a flip.Michel Dänzer2007-02-281-3/+3
| * | i915tex: Schedule flips when possible.Michel Dänzer2007-02-226-179/+228
| * | i915tex: Triple buffering support, only effective with page flipping so far.Michel Dänzer2007-02-207-63/+166
| * | intelWindowMoved: Some debugging output was accidentally left always enabled.Michel Dänzer2007-02-201-1/+1
| * | intelRotateWindow: Only use back buffer and cliprects in very specific cases.Michel Dänzer2007-02-201-7/+6
| * | intelCopyBuffer: Remove incorrect intel_fb->pf_current_page tests.Michel Dänzer2007-02-201-17/+4
| * | i915tex: Support page flipping on both CRTCs independently.Michel Dänzer2007-02-2010-117/+203
| * | i915tex: Make page flipping work again.Michel Dänzer2007-02-207-46/+94
| |/
* | i945_miptree_layout: Adapt cubemap fixes from i915_miptree_layout.Michel Dänzer2007-03-071-3/+8
* | Fix/improve framebuffer object reference counting.Brian2007-03-061-2/+1
* | fix for bug#10182Xiang, Haihao2007-03-061-1/+2
* | Fix broken cubemap mipmap layout (the cubemap.c demo was segfaulting).Brian2007-02-241-2/+10
* | clean-up, comment codeBrian2007-02-241-2/+7
* | make src ptr constBrian2007-02-242-3/+4
|/
* i915tex: Fix performance regression with new vbo code and latest drm.Thomas Hellstrom2007-02-191-1/+4
* i915tex: Take into account various mapping states when dropping theThomas Hellstrom2007-02-141-2/+13