Age | Commit message (Expand) | Author |
2011-03-07 | i915: Only invert wpos when rendering to the system framebuffer. | Henri Verbeet |
2011-03-07 | i915: Derive the gl_fragment_program from i915_fragment_program. | Henri Verbeet |
2011-02-23 | i915: And remember assign the new value to the state reg... | Chris Wilson |
2011-02-21 | i915: Emit a single relocation per vbo | Chris Wilson |
2011-02-21 | i915: Suppress emission of redundant stencil updates | Chris Wilson |
2011-02-21 | i915: Separate BLEND from general context state. | Chris Wilson |
2011-02-21 | i915: Only flag context changes if the actual state is changed | Chris Wilson |
2011-02-21 | i915: suppress repeated sampler state emission | Chris Wilson |
2011-02-21 | i915: Eliminate redundant CONSTANTS updates | Chris Wilson |
2011-02-21 | intel: use pwrite for batch | Chris Wilson |
2011-02-10 | i915: Force lowering of all types of indirect array accesses in the FS | Ian Romanick |
2011-02-10 | i915: Calculate partial result to temp register first | Ian Romanick |
2011-02-01 | i915: Only mark a register as available if all components are written | Ian Romanick |
2011-01-20 | intel: Fix typeos from 3d028024 and 790ff232 | Ian Romanick |
2011-01-20 | i915: Set correct values for range/precision of fragment shader types | Ian Romanick |
2011-01-15 | mesa: begin implementation of GL_ARB_draw_buffers_blend | Brian Paul |
2011-01-10 | Revert "intel: Always allocate miptrees from level 0, not tObj->BaseLevel." | Eric Anholt |
2011-01-07 | i915: Drop old checks for the settexoffset hack. | Eric Anholt |
2011-01-07 | intel: Add a vtbl hook for determining if a format is renderable. | Eric Anholt |
2011-01-05 | i915: Fix build for previous commit. | Eric Anholt |
2011-01-05 | intel: Clarify first_level/last_level vs baselevel/maxlevel by deletion. | Eric Anholt |
2011-01-05 | i915: Enable LOD preclamping on 8xx like on 915/965. | Eric Anholt |
2011-01-05 | i915: Implement min/max lod clamping in hardware on 8xx. | Eric Anholt |
2010-12-16 | i915: Fix INTEL_DEBUG=wm segmentation fault | Shuang He |
2010-12-13 | i965: Add support for using the BLT ring on gen6. | Eric Anholt |
2010-12-01 | i915: Correctly generate unconditional KIL instructions | Ian Romanick |
2010-12-01 | i915: Request that POW instructions be lowered | Ian Romanick |
2010-11-03 | i965: Remove dead intel_structs.h file. | Eric Anholt |
2010-10-13 | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg |
2010-10-13 | Rename GLvisual and __GLcontextModes to struct gl_config | Kristian Høgsberg |
2010-10-08 | i915: Silence unused variable warning in non-debug builds. | Vinson Lee |
2010-10-08 | i915: Silence unused variable warning in non-debug builds. | Vinson Lee |
2010-09-30 | dri/i915: remove duplicated include | Nicolas Kaiser |
2010-09-27 | Remove GL_EXT_cull_vertex | Ian Romanick |
2010-09-23 | i915: Remove a dead if (0) block. | Eric Anholt |
2010-09-10 | intel: Remove noise opcode support from i915 and i965 drivers | Ian Romanick |
2010-09-09 | glsl2: Add EmitNoNoise flag, use it to remove noise opcodes | Ian Romanick |
2010-09-08 | glsl: make compiler options per-target | Luca Barbieri |
2010-08-19 | i915: Remove unnecessary header from i830_context.c. | Vinson Lee |
2010-08-17 | i915: Add support for SSG opcode. | Eric Anholt |
2010-08-17 | i915: Add support for reading output regs in the FS. | Eric Anholt |
2010-08-17 | i915: Add support for OPCODE_DP2. | Eric Anholt |
2010-08-16 | Merge branch 'glsl2' | Ian Romanick |
2010-08-13 | Merge branch 'master' into glsl2 | Ian Romanick |
2010-08-07 | dri: Add missing header m_xform.h. | Vinson Lee |
2010-07-27 | intel: Remove unused intel/server files | Kristian Høgsberg |
2010-07-26 | Merge remote branch 'origin/master' into glsl2 | Eric Anholt |
2010-07-19 | i915: Ask the compiler to flatten out all the if statements that it can. | Eric Anholt |
2010-06-10 | mesa: rename src/mesa/shader/ to src/mesa/program/ | Brian Paul |
2010-06-08 | intel: Change dri_bo_* to drm_intel_bo* to consistently use new API. | Eric Anholt |