summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i915tex
AgeCommit message (Expand)Author
2007-08-16Add decode for XY_COLOR_BLT and XY_SRC_COPY_BLT.Eric Anholt
2007-07-31Don't initialize extensions we can't support when !ttm.Eric Anholt
2007-07-25Add notes about bufmgr initialization failures.Eric Anholt
2007-07-05Fix copy'n'pasteo that broke display lists.Eric Anholt
2007-07-05Merge branch 'i915-unification' of git+ssh://people.freedesktop.org/~anholt/m...Eric Anholt
2007-06-21Merge branch 'origin' into i915-unificationEric Anholt
2007-06-21Reset saved state for disasm when we've lost the context.Eric Anholt
2007-06-21Add decoding of inline primitives in debug output.Eric Anholt
2007-06-21Add missing i915_disasm.h header and adjust copyright formatting on the .cEric Anholt
2007-06-21Another round of fixing attribute interpolation for glDraw/CopyPixels.Brian
2007-06-20Effectively disable _TexEnvProgram before calling _swrast_DrawPixels().Brian
2007-06-18Test for TTM presence initially rather than test for lack of classic aperture.Eric Anholt
2007-06-15Replace intel_dump_batchbuffer with a more informational version.Eric Anholt
2007-06-15Correct a mis-count in a LOAD_STATE_IMMEDIATE_1 length argument.Eric Anholt
2007-06-15i915tex: Missing piece of SetTexOffset hook implementation for I830 generation.Michel Dänzer
2007-06-11Replace texobj->Complete with texobj->_Complete since it's a derived field.Brian
2007-06-05Add PCI IDs for the G33, Q33, and Q35 chipsets.Wang Zhenyu
2007-06-05i915tex: Better attempt to release miptree when overriding texture image.Michel Dänzer
2007-05-31Add buffer manager destroy function.Eric Anholt
2007-05-31Remove some stale comments.Eric Anholt
2007-05-31i915tex: Add support for 945GMEWang Zhenyu
2007-05-24Replace the flags/hint arguments to bo_alloc{,_static} with a location mask.Eric Anholt
2007-05-24Merge branch 'master' into i915-unificationEric Anholt
2007-05-22Replace initInitState() with _mesa_init_driver_state().Brian
2007-05-22i915tex: Implement SetTexOffset hook.Michel Dänzer
2007-05-22i915/i915tex: minor cleanup (remove unneeded function callRoland Scheidegger
2007-05-22unbreak 3d textures (typo when setting tex layout)Roland Scheidegger
2007-05-21Don't read beyond the end of the buffer with INTEL_DEBUG=bat.Eric Anholt
2007-05-21Enable INTEL_DEBUG environment variable.Eric Anholt
2007-05-21Remove unused intel_batchpool.c.Eric Anholt
2007-05-21Notify the fake buffer manager on contended lock take.Eric Anholt
2007-05-19fix miptree layout (i915) for small compressed mipmapsRoland Scheidegger
2007-05-19fix miptree comparison with compressed texturesRoland Scheidegger
2007-05-18Merge branch 'master' into i915-unificationEric Anholt
2007-05-18Fix a refcounting mistake with first_swap_fence.Eric Anholt
2007-05-18Kill old struct bufmgr members.Eric Anholt
2007-05-18Ratchet required version down to 1.5 (pre-TTM).Eric Anholt
2007-05-17Restore missing intel_batchbuffer_reset() which was needed.Eric Anholt
2007-05-17Rename the i915tex_dri.so driver to just i915_dri.so again.Eric Anholt
2007-05-17Convert i915tex to the new interface and make it compile.Eric Anholt
2007-05-09Clean-up in I830AllocVidMem(), s/int/unsigned long/ for ret variable.Brian
2007-05-08i915/miniglx: remove unused codeDave Airlie
2007-04-17Defer buffer pool creation to the first context creation.Thomas Hellstrom
2007-04-16just clean-upsBrian
2007-04-16remove _tnl_arb_vertex_program_stageBrian
2007-04-16Make sure we are locked when creating drm buffer objects.Thomas Hellstrom
2007-04-11use _mesa_reference_renderbuffer(), fix typoBrian
2007-04-09i915tex: Fix some mismatches between texels or bytes for pitch/stride.Michel Dänzer
2007-04-09i915tex: Make sure texture format fetch hooks are initialized.Michel Dänzer
2007-04-08i915tex: Clean up resizing of renderbuffers.Michel Dänzer