summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i915tex
Commit message (Expand)AuthorAgeFilesLines
* Add PCI IDs for the G33, Q33, and Q35 chipsets.Wang Zhenyu2007-06-054-0/+18
* i915tex: Better attempt to release miptree when overriding texture image.Michel Dänzer2007-06-051-3/+3
* i915tex: Add support for 945GMEWang Zhenyu2007-05-314-0/+6
* Replace initInitState() with _mesa_init_driver_state().Brian2007-05-224-97/+6
* i915tex: Implement SetTexOffset hook.Michel Dänzer2007-05-228-28/+103
* i915/i915tex: minor cleanup (remove unneeded function callRoland Scheidegger2007-05-221-8/+0
* unbreak 3d textures (typo when setting tex layout)Roland Scheidegger2007-05-221-1/+1
* fix miptree layout (i915) for small compressed mipmapsRoland Scheidegger2007-05-191-3/+1
* fix miptree comparison with compressed texturesRoland Scheidegger2007-05-191-7/+10
* Clean-up in I830AllocVidMem(), s/int/unsigned long/ for ret variable.Brian2007-05-091-13/+14
* i915/miniglx: remove unused codeDave Airlie2007-05-081-28/+0
* 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