index
:
Mesa
glamo
glamo-old
My Mesa repository
Thomas White
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i915
Age
Commit message (
Expand
)
Author
2009-12-22
intel: Replace some gen3 IS_* checks with context structure usage.
Eric Anholt
2009-12-22
i915: Fix use of uninitialized variable in OPCODE_NOISE stub.
Eric Anholt
2009-12-22
mesa: Replace CLAMP_SELF() macro with more obvious CLAMP() usage.
Eric Anholt
2009-12-21
Merge branch 'mesa_7_7_branch'
Brian Paul
2009-12-11
Merge branch 'mesa_7_7_branch'
Brian Paul
2009-12-11
Merge branch 'mesa_7_6_branch' into mesa_7_7_branch
Brian Paul
2009-12-10
i915: Add missing break statement in i915_debug_packet.
Vinson Lee
2009-12-10
intel: Remove ARGB internal_format == GL_RGB hacks
Ian Romanick
2009-12-10
intel: Axe intel_renderbuffer::texformat
Ian Romanick
2009-12-10
intel: Attempt to fix up after "Update vertex texture code."
Eric Anholt
2009-12-18
i915: Fix GL_TEXTURE_MAX_LEVEL support (piglit levelclamp test).
Eric Anholt
2009-12-18
i915: Clean up some unnecessary x/y miptree code.
Eric Anholt
2009-12-01
Merge commit 'origin/mesa_7_7_branch'
Keith Whitwell
2009-11-30
Merge branch 'mesa_7_6_branch' into mesa_7_7_branch
Ian Romanick
2009-11-30
i915: Actually put i915PointParameterfv in the driver function table. Duh.
Ian Romanick
2009-11-29
i915: Fallback bit define missed on previous commit
Ian Romanick
2009-11-29
i915: Round point sizes instead of truncate.
Ian Romanick
2009-11-29
i915: Enable point sprite coordinate generation
Ian Romanick
2009-11-19
intel: Remove our special color packing macros and just use colormac.h.
Eric Anholt
2009-11-19
intel: Consistently use no_batch_wrap in intel_context struct.
Eric Anholt
2009-11-19
i915: Remove dead meta_draw_quad code.
Eric Anholt
2009-11-19
tnl: Replace deprecated TexCoordPtr with AttribPtr[_TNL_ATTRIB_TEX*]
Eric Anholt
2009-11-06
intel: Use PIPE_CONTROL on gen4 hardware for doing pipeline flushing.
Eric Anholt
2009-11-03
intel: avoid unnecessary front buffer flushing/updating
Brian Paul
2009-10-29
intel: update intel_create_renderbuffer(format), add XRGB support
Brian Paul
2009-10-29
i915: Fix 1D texture mapping in the t coordinate.
Eric Anholt
2009-10-29
i915: Correct and make use of the defines for 32-bit depth texture modes.
Eric Anholt
2009-10-29
i915: Implement min/max LOD clamping with the hardware.
Eric Anholt
2009-10-28
Merge branch 'texformat-rework'
Brian Paul
2009-10-27
i915: Fix driver for the miptree x/y offset changes.
Eric Anholt
2009-10-27
i915: Fix driver for the miptree x/y offset changes.
Eric Anholt
2009-10-22
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-10-22
intel: Fallback field is a bitmask, use GLbitfield
Brian Paul
2009-10-21
i915: replace MESA_FORMAT_Z24_S8 with MESA_FORMAT_S8_Z24
Brian Paul
2009-10-16
mesa: lift default symlinks target into Makefile.template
Brian Paul
2009-10-12
intel: pass zslice to intel_miptree_image_offset()
Brian Paul
2009-10-08
mesa: remove a bunch of gl_renderbuffer fields
Brian Paul
2009-10-05
drivers: don't include texformat.h
Brian Paul
2009-10-01
i915: Add optional support for ARB_fragment_shader under a driconf option.
Eric Anholt
2009-10-01
i915: Add support or fallbacks for GLSL fragment shader opcodes.
Eric Anholt
2009-10-01
i915: Add support for varying inputs.
Eric Anholt
2009-10-01
i915: Enable ARB_vertex_shader for both i915 and i830.
Eric Anholt
2009-10-01
i915: Increase maximum program size to the hardware limits.
Eric Anholt
2009-10-01
i915: Update and translate the fragment program along with state updates.
Eric Anholt
2009-10-01
Revert "i915: don't validate PS program when falling back to software"
Eric Anholt
2009-10-01
i915: Bail when the fragment program has too many total instructions.
Eric Anholt
2009-10-01
i915: Let i915_program_error take a format string, and don't use _mesa_problem.
Eric Anholt
2009-09-30
mesa: replace gl_texture_format with gl_format
Brian Paul
2009-09-28
intel: Drop my generatemipmap code in favor of the new shared code.
Eric Anholt
2009-09-03
intel: Add support for ARB_sync.
Eric Anholt
[next]