summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965
AgeCommit message (Expand)Author
2009-10-29i965: indentation fixBrian Paul
2009-10-29i965: make brw_sf_prog_key::sprite_origin_lower_left one bitBrian Paul
2009-10-29i965: make brw_wm_prog_key a little smallerBrian Paul
2009-10-29i965: avoid shader translation on window resizeBrian Paul
2009-10-29i965: define, use BRW_MAX_DRAW_BUFFERSBrian Paul
2009-10-29i965: remove unused varBrian Paul
2009-10-29i965: don't use context state in emit_fb_write()Brian Paul
2009-10-29i965: use macros to get/set prog_instruction::Aux fieldBrian Paul
2009-10-29i965: minor code reformattingBrian Paul
2009-10-29i915: Implement min/max LOD clamping with the hardware.Eric Anholt
2009-10-29i965: Replace a MIN(MAX()) with CLAMP().Eric Anholt
2009-10-29i965: Fix fallout from ARB_depth_clamp enablement that broke glDepthRange.Eric Anholt
2009-10-28Merge branch 'texformat-rework'Brian Paul
2009-10-27i965: be clear that the Fallback field is a boolean, not a bitfieldBrian Paul
2009-10-27Revert "i965: fix hacked Fallback usage in brw_prepare_vertices()"Brian Paul
2009-10-23Merge remote branch 'origin/mesa_7_6_branch'Eric Anholt
2009-10-23i965: Annotate _NEW_COLOR dependency for brw_update_renderbuffer_surface().Eric Anholt
2009-10-23intel: Keep track of x,y offsets in miptrees and use them for blitting.Eric Anholt
2009-10-22Merge branch 'mesa_7_6_branch'Brian Paul
2009-10-22i965: fix hacked Fallback usage in brw_prepare_vertices()Brian Paul
2009-10-22i965: remove unused brw_context::tmp_fallback fieldBrian Paul
2009-10-22i965: remove unused BRW_FALLBACK_TEXTURE bitBrian Paul
2009-10-21i965: change parameter type to gl_formatBrian Paul
2009-10-16mesa: lift default symlinks target into Makefile.templateBrian Paul
2009-10-14Merge branch 'mesa_7_6_branch'Brian Paul
2009-10-12i965: remove unused varBrian Paul
2009-10-11i965: Fix the last valid address setting for the index buffer.Eric Anholt
2009-10-11i965: Fix the bounds emitted in the vertex buffer packets.Eric Anholt
2009-10-08i965: Use bo_references for the state cache delete function.Eric Anholt
2009-10-05drivers: don't include texformat.hBrian Paul
2009-10-02i965: Use a little stack space to avoid a malloc in wm_get_binding_table.Eric Anholt
2009-10-01Merge branch 'mesa_7_6_branch'Brian Paul
2009-09-30mesa: replace gl_texture_format with gl_formatBrian Paul
2009-09-30i965: Fix massive memory allocation for streaming texture usage.Eric Anholt
2009-09-28intel: Drop my generatemipmap code in favor of the new shared code.Eric Anholt
2009-09-28intel: Remove some dead metaops code.Eric Anholt
2009-09-25Merge branch 'mesa_7_6_branch'Brian Paul
2009-09-24i965: Clean up some mess with the batch cache.Eric Anholt
2009-09-24Merge branch 'mesa_7_6_branch'Brian Paul
2009-09-24i965: Emit zero initialization for NV VP temporaries as required.Eric Anholt
2009-09-24i965: Remove assert about NV_vp now that it somewhat works.Eric Anholt
2009-09-24i965: Load NV program matrices when required.Eric Anholt
2009-09-11i965: Move OPCODE_DDX/DDY to brw_wm_emit.c and make it actually work.Eric Anholt
2009-09-10i965: Enable loops in the VS.Eric Anholt
2009-09-10i965: Fix relocation delta for WM surfaces.Eric Anholt
2009-09-09i965: Fix relocation delta for WM surfaces.Eric Anholt
2009-09-09Merge branch 'mesa_7_6_branch'Brian Paul
2009-09-09Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul
2009-09-08intel: Add support for ARB_draw_elements_base_vertex.Eric Anholt
2009-09-08i965: Add support for ARB_depth_clamp.Eric Anholt