aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i915
Commit message (Expand)AuthorAgeFilesLines
* i915: And remember assign the new value to the state reg...Chris Wilson2011-02-231-0/+1
* i915: Emit a single relocation per vboChris Wilson2011-02-215-17/+45
* i915: Suppress emission of redundant stencil updatesChris Wilson2011-02-211-45/+55
* i915: Separate BLEND from general context state.Chris Wilson2011-02-213-22/+40
* i915: Only flag context changes if the actual state is changedChris Wilson2011-02-211-49/+105
* i915: suppress repeated sampler state emissionChris Wilson2011-02-212-0/+11
* i915: Eliminate redundant CONSTANTS updatesChris Wilson2011-02-211-25/+26
* intel: use pwrite for batchChris Wilson2011-02-214-33/+21
* i915: Force lowering of all types of indirect array accesses in the FSIan Romanick2011-02-101-3/+11
* i915: Calculate partial result to temp register firstIan Romanick2011-02-101-8/+8
* i915: Only mark a register as available if all components are writtenIan Romanick2011-02-011-3/+17
* intel: Fix typeos from 3d028024 and 790ff232Ian Romanick2011-01-201-10/+10
* i915: Set correct values for range/precision of fragment shader typesIan Romanick2011-01-201-0/+14
* mesa: begin implementation of GL_ARB_draw_buffers_blendBrian Paul2011-01-152-14/+14
* Revert "intel: Always allocate miptrees from level 0, not tObj->BaseLevel."Eric Anholt2011-01-101-11/+11
* i915: Drop old checks for the settexoffset hack.Eric Anholt2011-01-072-17/+6
* intel: Add a vtbl hook for determining if a format is renderable.Eric Anholt2011-01-072-36/+46
* i915: Fix build for previous commit.Eric Anholt2011-01-051-11/+11
* intel: Clarify first_level/last_level vs baselevel/maxlevel by deletion.Eric Anholt2011-01-052-3/+3
* i915: Enable LOD preclamping on 8xx like on 915/965.Eric Anholt2011-01-052-0/+3
* i915: Implement min/max lod clamping in hardware on 8xx.Eric Anholt2011-01-052-5/+23
* i915: Fix INTEL_DEBUG=wm segmentation faultShuang He2010-12-161-5/+5
* i965: Add support for using the BLT ring on gen6.Eric Anholt2010-12-132-4/+6
* i915: Correctly generate unconditional KIL instructionsIan Romanick2010-12-011-1/+5
* i915: Request that POW instructions be loweredIan Romanick2010-12-011-0/+1
* i965: Remove dead intel_structs.h file.Eric Anholt2010-11-031-132/+0
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-1317-104/+104
* Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg2010-10-134-4/+4
* i915: Silence unused variable warning in non-debug builds.Vinson Lee2010-10-081-0/+1
* i915: Silence unused variable warning in non-debug builds.Vinson Lee2010-10-081-0/+1
* dri/i915: remove duplicated includeNicolas Kaiser2010-09-301-1/+0
* Remove GL_EXT_cull_vertexIan Romanick2010-09-271-1/+0
* i915: Remove a dead if (0) block.Eric Anholt2010-09-231-3/+0
* intel: Remove noise opcode support from i915 and i965 driversIan Romanick2010-09-101-15/+0
* glsl2: Add EmitNoNoise flag, use it to remove noise opcodesIan Romanick2010-09-091-0/+1
* glsl: make compiler options per-targetLuca Barbieri2010-09-081-1/+5
* i915: Remove unnecessary header from i830_context.c.Vinson Lee2010-08-191-1/+0
* i915: Add support for SSG opcode.Eric Anholt2010-08-171-0/+35
* i915: Add support for reading output regs in the FS.Eric Anholt2010-08-171-0/+14
* i915: Add support for OPCODE_DP2.Eric Anholt2010-08-171-0/+12
* Merge branch 'glsl2'Ian Romanick2010-08-161-0/+2
|\
| * Merge branch 'master' into glsl2Ian Romanick2010-08-131-1/+1
| |\
| * \ Merge remote branch 'origin/master' into glsl2Eric Anholt2010-07-261-5/+5
| |\ \
| * | | i915: Ask the compiler to flatten out all the if statements that it can.Eric Anholt2010-07-191-0/+2
* | | | dri: Add missing header m_xform.h.Vinson Lee2010-08-071-0/+2
| |_|/ |/| |
* | | intel: Remove unused intel/server filesKristian Høgsberg2010-07-271-1/+1
| |/ |/|
* | mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul2010-06-101-5/+5
|/
* intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.Eric Anholt2010-06-087-21/+21
* i915: Only emit a MI_FLUSH when the drawing rectangle offset changes.Chris Wilson2010-06-052-8/+24
* i915: Fix off-by-one for drawing rectangle.Chris Wilson2010-06-051-2/+2