summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i915tex
Commit message (Expand)AuthorAgeFilesLines
* Convert TTM code to require the server provide buffers for front/back/depth.Eric Anholt2007-08-165-53/+101
* Move i915_disasm to later so we can use the hardware offset.Eric Anholt2007-08-161-3/+7
* Add decode for XY_COLOR_BLT and XY_SRC_COPY_BLT.Eric Anholt2007-08-161-2/+85
* Don't initialize extensions we can't support when !ttm.Eric Anholt2007-07-311-2/+9
* Add notes about bufmgr initialization failures.Eric Anholt2007-07-251-0/+2
* Fix copy'n'pasteo that broke display lists.Eric Anholt2007-07-051-1/+1
* Merge branch 'i915-unification' of git+ssh://people.freedesktop.org/~anholt/m...Eric Anholt2007-07-0513-43/+836
|\
| * Merge branch 'origin' into i915-unificationEric Anholt2007-06-218-10/+51
| |\
| | * Another round of fixing attribute interpolation for glDraw/CopyPixels.Brian2007-06-211-3/+6
| | * Effectively disable _TexEnvProgram before calling _swrast_DrawPixels().Brian2007-06-201-1/+13
| | * i915tex: Missing piece of SetTexOffset hook implementation for I830 generation.Michel Dänzer2007-06-151-5/+7
| | * Replace texobj->Complete with texobj->_Complete since it's a derived field.Brian2007-06-111-1/+1
| | * 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
| * | Reset saved state for disasm when we've lost the context.Eric Anholt2007-06-213-0/+11
| * | Add decoding of inline primitives in debug output.Eric Anholt2007-06-211-11/+127
| * | Add missing i915_disasm.h header and adjust copyright formatting on the .cEric Anholt2007-06-212-3/+31
| * | Test for TTM presence initially rather than test for lack of classic aperture.Eric Anholt2007-06-181-10/+10
| * | Replace intel_dump_batchbuffer with a more informational version.Eric Anholt2007-06-153-22/+619
| * | Correct a mis-count in a LOAD_STATE_IMMEDIATE_1 length argument.Eric Anholt2007-06-151-1/+1
* | | Add buffer manager destroy function.Eric Anholt2007-05-311-1/+1
* | | Remove some stale comments.Eric Anholt2007-05-311-2/+0
|/ /
* | Replace the flags/hint arguments to bo_alloc{,_static} with a location mask.Eric Anholt2007-05-243-14/+6
* | Merge branch 'master' into i915-unificationEric Anholt2007-05-2414-146/+120
|\|
| * 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
* | Don't read beyond the end of the buffer with INTEL_DEBUG=bat.Eric Anholt2007-05-211-5/+15
* | Enable INTEL_DEBUG environment variable.Eric Anholt2007-05-211-1/+1
* | Remove unused intel_batchpool.c.Eric Anholt2007-05-211-418/+0
* | Notify the fake buffer manager on contended lock take.Eric Anholt2007-05-212-0/+11
* | Merge branch 'master' into i915-unificationEric Anholt2007-05-186-76/+459
|\|
| * 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
* | Fix a refcounting mistake with first_swap_fence.Eric Anholt2007-05-181-1/+1
* | Kill old struct bufmgr members.Eric Anholt2007-05-182-6/+0
* | Ratchet required version down to 1.5 (pre-TTM).Eric Anholt2007-05-181-1/+1
* | Restore missing intel_batchbuffer_reset() which was needed.Eric Anholt2007-05-171-4/+16
* | Rename the i915tex_dri.so driver to just i915_dri.so again.Eric Anholt2007-05-171-1/+1
* | Convert i915tex to the new interface and make it compile.Eric Anholt2007-05-1727-788/+311
|/
* i915tex: Fix some mismatches between texels or bytes for pitch/stride.Michel Dänzer2007-04-092-1/+2