summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965
Commit message (Expand)AuthorAgeFilesLines
* i965: Add an index assert on get_fp_inst array like other compiler arrays.Eric Anholt2009-10-301-0/+1
* i965: Fix BRW_WM_MAX_INSN to reflect current limits.Eric Anholt2009-10-301-2/+1
* intel: update intel_create_renderbuffer(format), add XRGB supportBrian Paul2009-10-291-0/+7
* i965: indentation fixBrian Paul2009-10-291-1/+1
* i965: make brw_sf_prog_key::sprite_origin_lower_left one bitBrian Paul2009-10-293-5/+5
* i965: make brw_wm_prog_key a little smallerBrian Paul2009-10-291-3/+3
* i965: avoid shader translation on window resizeBrian Paul2009-10-291-6/+11
* i965: define, use BRW_MAX_DRAW_BUFFERSBrian Paul2009-10-293-4/+8
* i965: remove unused varBrian Paul2009-10-291-1/+0
* i965: don't use context state in emit_fb_write()Brian Paul2009-10-293-2/+5
* i965: use macros to get/set prog_instruction::Aux fieldBrian Paul2009-10-294-8/+14
* i965: minor code reformattingBrian Paul2009-10-291-4/+3
* i915: Implement min/max LOD clamping with the hardware.Eric Anholt2009-10-291-13/+0
* i965: Replace a MIN(MAX()) with CLAMP().Eric Anholt2009-10-291-2/+2
* i965: Fix fallout from ARB_depth_clamp enablement that broke glDepthRange.Eric Anholt2009-10-291-4/+10
* Merge branch 'texformat-rework'Brian Paul2009-10-283-9/+6
|\
| * i965: change parameter type to gl_formatBrian Paul2009-10-211-1/+2
| * drivers: don't include texformat.hBrian Paul2009-10-053-3/+0
| * mesa: replace gl_texture_format with gl_formatBrian Paul2009-09-302-5/+4
* | i965: be clear that the Fallback field is a boolean, not a bitfieldBrian Paul2009-10-273-4/+8
* | Revert "i965: fix hacked Fallback usage in brw_prepare_vertices()"Brian Paul2009-10-272-6/+2
* | Merge remote branch 'origin/mesa_7_6_branch'Eric Anholt2009-10-231-3/+4
|\ \
| * | intel: Keep track of x,y offsets in miptrees and use them for blitting.Eric Anholt2009-10-231-3/+4
* | | i965: Annotate _NEW_COLOR dependency for brw_update_renderbuffer_surface().Eric Anholt2009-10-231-1/+2
* | | Merge branch 'mesa_7_6_branch'Brian Paul2009-10-222-4/+7
|\| |
| * | i965: fix hacked Fallback usage in brw_prepare_vertices()Brian Paul2009-10-222-2/+6
| * | i965: remove unused brw_context::tmp_fallback fieldBrian Paul2009-10-221-1/+0
| * | i965: remove unused BRW_FALLBACK_TEXTURE bitBrian Paul2009-10-221-1/+1
* | | mesa: lift default symlinks target into Makefile.templateBrian Paul2009-10-161-1/+0
* | | Merge branch 'mesa_7_6_branch'Brian Paul2009-10-141-3/+3
|\| |
| * | i965: Fix the last valid address setting for the index buffer.Eric Anholt2009-10-111-1/+1
| * | i965: Fix the bounds emitted in the vertex buffer packets.Eric Anholt2009-10-111-2/+2
* | | i965: remove unused varBrian Paul2009-10-121-1/+0
* | | i965: Use bo_references for the state cache delete function.Eric Anholt2009-10-081-17/+3
* | | i965: Use a little stack space to avoid a malloc in wm_get_binding_table.Eric Anholt2009-10-021-3/+1
* | | Merge branch 'mesa_7_6_branch'Brian Paul2009-10-012-0/+50
|\| |
| * | i965: Fix massive memory allocation for streaming texture usage.Eric Anholt2009-09-302-0/+50
* | | intel: Drop my generatemipmap code in favor of the new shared code.Eric Anholt2009-09-282-2/+0
* | | intel: Remove some dead metaops code.Eric Anholt2009-09-284-49/+2
| |/ |/|
* | Merge branch 'mesa_7_6_branch'Brian Paul2009-09-253-18/+5
|\|
| * i965: Clean up some mess with the batch cache.Eric Anholt2009-09-243-18/+5
* | Merge branch 'mesa_7_6_branch'Brian Paul2009-09-243-2/+4
|\|
| * i965: Emit zero initialization for NV VP temporaries as required.Eric Anholt2009-09-241-0/+1
| * i965: Remove assert about NV_vp now that it somewhat works.Eric Anholt2009-09-241-2/+0
| * i965: Load NV program matrices when required.Eric Anholt2009-09-241-0/+3
| * i965: Fix relocation delta for WM surfaces.Eric Anholt2009-09-101-1/+1
* | i965: Move OPCODE_DDX/DDY to brw_wm_emit.c and make it actually work.Eric Anholt2009-09-115-102/+126
* | i965: Enable loops in the VS.Eric Anholt2009-09-101-15/+38
* | i965: Fix relocation delta for WM surfaces.Eric Anholt2009-09-091-1/+1
* | Merge branch 'mesa_7_6_branch'Brian Paul2009-09-093-1/+4
|\|