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
/
i965
Age
Commit message (
Expand
)
Author
2009-10-29
i965: define, use BRW_MAX_DRAW_BUFFERS
Brian Paul
2009-10-29
i965: remove unused var
Brian Paul
2009-10-29
i965: don't use context state in emit_fb_write()
Brian Paul
2009-10-29
i965: use macros to get/set prog_instruction::Aux field
Brian Paul
2009-10-29
i965: minor code reformatting
Brian Paul
2009-10-29
i915: Implement min/max LOD clamping with the hardware.
Eric Anholt
2009-10-29
i965: Replace a MIN(MAX()) with CLAMP().
Eric Anholt
2009-10-29
i965: Fix fallout from ARB_depth_clamp enablement that broke glDepthRange.
Eric Anholt
2009-10-28
Merge branch 'texformat-rework'
Brian Paul
2009-10-27
i965: be clear that the Fallback field is a boolean, not a bitfield
Brian Paul
2009-10-27
Revert "i965: fix hacked Fallback usage in brw_prepare_vertices()"
Brian Paul
2009-10-23
Merge remote branch 'origin/mesa_7_6_branch'
Eric Anholt
2009-10-23
i965: Annotate _NEW_COLOR dependency for brw_update_renderbuffer_surface().
Eric Anholt
2009-10-23
intel: Keep track of x,y offsets in miptrees and use them for blitting.
Eric Anholt
2009-10-22
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-10-22
i965: fix hacked Fallback usage in brw_prepare_vertices()
Brian Paul
2009-10-22
i965: remove unused brw_context::tmp_fallback field
Brian Paul
2009-10-22
i965: remove unused BRW_FALLBACK_TEXTURE bit
Brian Paul
2009-10-21
i965: change parameter type to gl_format
Brian Paul
2009-10-16
mesa: lift default symlinks target into Makefile.template
Brian Paul
2009-10-14
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-10-12
i965: remove unused var
Brian Paul
2009-10-11
i965: Fix the last valid address setting for the index buffer.
Eric Anholt
2009-10-11
i965: Fix the bounds emitted in the vertex buffer packets.
Eric Anholt
2009-10-08
i965: Use bo_references for the state cache delete function.
Eric Anholt
2009-10-05
drivers: don't include texformat.h
Brian Paul
2009-10-02
i965: Use a little stack space to avoid a malloc in wm_get_binding_table.
Eric Anholt
2009-10-01
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-09-30
mesa: replace gl_texture_format with gl_format
Brian Paul
2009-09-30
i965: Fix massive memory allocation for streaming texture usage.
Eric Anholt
2009-09-28
intel: Drop my generatemipmap code in favor of the new shared code.
Eric Anholt
2009-09-28
intel: Remove some dead metaops code.
Eric Anholt
2009-09-25
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-09-24
i965: Clean up some mess with the batch cache.
Eric Anholt
2009-09-24
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-09-24
i965: Emit zero initialization for NV VP temporaries as required.
Eric Anholt
2009-09-24
i965: Remove assert about NV_vp now that it somewhat works.
Eric Anholt
2009-09-24
i965: Load NV program matrices when required.
Eric Anholt
2009-09-11
i965: Move OPCODE_DDX/DDY to brw_wm_emit.c and make it actually work.
Eric Anholt
2009-09-10
i965: Enable loops in the VS.
Eric Anholt
2009-09-10
i965: Fix relocation delta for WM surfaces.
Eric Anholt
2009-09-09
i965: Fix relocation delta for WM surfaces.
Eric Anholt
2009-09-09
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-09-09
Merge branch 'mesa_7_5_branch' into mesa_7_6_branch
Brian Paul
2009-09-08
intel: Add support for ARB_draw_elements_base_vertex.
Eric Anholt
2009-09-08
i965: Add support for ARB_depth_clamp.
Eric Anholt
2009-09-08
i965: Respect spec requirement for pixel shader computed depth with no zbuffer.
Eric Anholt
2009-09-08
i965: Set NULL WM surfaces as tiled according to requirement by specs.
Eric Anholt
2009-09-08
i965: Use the renderbuffer surface size instead of region size for WM surfaces.
Eric Anholt
2009-09-08
i965: #include clean-ups
Brian Paul
[next]