aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965
Commit message (Expand)AuthorAgeFilesLines
...
* i965: Reduce maximum GL_ARB_fragment_program instruction count to 1024.Eric Anholt2012-10-081-4/+4
* i965/fs: Add a couple more algebraic cases that help some ARB_fp patterns.Eric Anholt2012-10-081-0/+23
* i965/fs: Pull ir_binop_min/ir_binop_max handling to a separate function.Eric Anholt2012-10-082-31/+23
* i965/fs: Refactor rectangle/GL_CLAMP texture coordinate adjustment.Eric Anholt2012-10-082-21/+16
* i965/fs: Pass fragment depth to the fb write as a fs_reg, not an ir_variable.Eric Anholt2012-10-082-7/+4
* dri drivers: Link dricommon before dynamic librariesMatt Turner2012-10-031-2/+2
* i965: Complain about variable index lowering when INTEL_DEBUG=perf.Kenneth Graunke2012-09-291-2/+8
* i965: Dump linked shaders on MESA_GLSL=dump.Kenneth Graunke2012-09-291-0/+9
* intel/i965: Disable SampleAlphaToOne if dual source blending enabledAnuj Phogat2012-09-291-2/+11
* i965: brwInitVtbl needs to know the chipset generationIan Romanick2012-09-282-0/+6
* i965: Don't free the intel_context structure when intelCreateContext fails.Ian Romanick2012-09-281-3/+2
* i965: Remove stale comment about rebuilding tnl_program.Eric Anholt2012-09-271-7/+0
* i965: Add a comment explaining one of the brw_draw_upload.c loops.Eric Anholt2012-09-271-0/+4
* i965: Remove broken non-interleaved-to-interleaved upload code.Eric Anholt2012-09-271-50/+2
* intel: Mark some file-local code as static.Eric Anholt2012-09-274-8/+3
* i965: Mark brw_disasm.c tables as static const.Eric Anholt2012-09-271-56/+44
* i965: Use visibility cflags on the driver code.Eric Anholt2012-09-271-0/+1
* i965/vp: Remove support for non-ARB_vp, non-NV_vp opcodes.Eric Anholt2012-09-271-86/+0
* i965/vp: Remove support for relative addressing of destination registers.Eric Anholt2012-09-271-83/+7
* i965/vp: Remove support for reading destination registers.Eric Anholt2012-09-272-64/+4
* i965/vp: Remove support for GLSL flow control from the old VS backend.Eric Anholt2012-09-271-83/+0
* i965: Do texture swizzling in hardware on Haswell.Kenneth Graunke2012-09-262-5/+52
* i965: Refactor texture swizzle generation into a helper.Kenneth Graunke2012-09-263-49/+60
* i965: Allow fast depth clears if scissoring doesn't do anything.Kenneth Graunke2012-09-251-1/+13
* i965: Don't spill "smeared" registers.Paul Berry2012-09-251-0/+15
* i965/blorp: Fix sRGB MSAA resolves.Paul Berry2012-09-242-8/+19
* i965/blorp: Increase Y alignment for multisampled stencil blits.Paul Berry2012-09-241-2/+7
* i965/blorp: Fix narrowing warnings.Paul Berry2012-09-211-3/+3
* i965: Remove brw_set_predicate_inverse(p, true) from scratch offset codeKenneth Graunke2012-09-211-1/+0
* i965/blorp: Add support for blits between SRGB and linear formats.Kenneth Graunke2012-09-202-4/+8
* ra: Add q_values parameter to ra_set_finalize()Tom Stellard2012-09-192-2/+2
* i965: Stop putting 8 NOPs after each prorgam.Eric Anholt2012-09-171-8/+0
* i965: Test instruction compaction on gen7Eric Anholt2012-09-172-10/+23
* i965: Add support for instruction compaction on Gen7.Kenneth Graunke2012-09-173-33/+220
* i965: Support instruction compaction between control flow.Eric Anholt2012-09-171-28/+92
* i965: Add support for instruction compaction.Eric Anholt2012-09-1710-8/+946
* i965: Prepare the break/cont uip/jip setting for compacted instructions.Eric Anholt2012-09-171-14/+43
* i965: Move program dump to a helper function in brw_eu.c.Eric Anholt2012-09-177-55/+40
* i965: Make a linkable library for the contents of i965_dri.so.Eric Anholt2012-09-172-5/+13
* i965: Clear brw_compile on setup.Eric Anholt2012-09-171-0/+2
* vbo: add a prefix to count_tessellated_primitivesDave Airlie2012-09-151-1/+1
* i965: Fix out-of-order sampler unit usage in ARB fragment programs.Kenneth Graunke2012-09-122-2/+5
* i965/blorp: Fix offsets and width/height for stencil blits.Paul Berry2012-09-121-9/+37
* i965/blorp: Reduce alignment restrictions for stencil blits.Paul Berry2012-09-121-6/+17
* i965/blorp: don't reduce stencil alignment restrictions when multisampling.Paul Berry2012-09-121-9/+1
* intel: Add map_stencil_as_y_tiled to intel_region_get_aligned_offset.Paul Berry2012-09-125-9/+13
* intel: Add map_stencil_as_y_tiled to intel_region_get_tile_masks.Paul Berry2012-09-124-8/+10
* i965/blorp: Account for offsets when emitting SURFACE_STATE.Paul Berry2012-09-124-4/+48
* i965/blorp: Thread level and layer through brw_blorp_blit_miptrees().Paul Berry2012-09-122-4/+15
* i965/blorp: Don't create a dummy renderbuffer just to fetch image offsets.Paul Berry2012-09-121-8/+1