summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965
Commit message (Expand)AuthorAgeFilesLines
* i965/gen6+: Add support for noperspective interpolation.Paul Berry2011-10-279-39/+122
* i965/gen6+: Rename GEN6_CLIP_BARYCENTRIC_ENABLE.Paul Berry2011-10-271-1/+1
* i965/fs: use determine_interpolation_mode().Paul Berry2011-10-271-4/+4
* i965/gen6+: Parameterize barycentric interpolation modes.Paul Berry2011-10-2710-38/+103
* i965/fs: Fix split_virtual_grfs() when delta_xy not in a virtual register.Paul Berry2011-10-271-1/+1
* intel: Drop texture border support code.Eric Anholt2011-10-261-16/+1
* glsl: Add uniform_locations_assigned parameter to do_dead_code opt passIan Romanick2011-10-251-1/+2
* i965: Add more #defines for Gen6+ 3DSTATE_GS fields.Kenneth Graunke2011-10-251-0/+8
* i965: Add new brw_context::max_gs_threads constant.Kenneth Graunke2011-10-252-0/+8
* i965: Rename (vs|wm)_max_threads to max_(vs|wm)_threads for consistency.Kenneth Graunke2011-10-2510-24/+29
* i965: Remove "single threaded" INTEL_DEBUG mode.Kenneth Graunke2011-10-253-11/+0
* i965: Apply post-sync non-zero workaround to homebrew workaround.Kenneth Graunke2011-10-241-0/+2
* i965: Set MaxIfDepth to UINT_MAX on Gen6+ and 16 on prior generations.Kenneth Graunke2011-10-211-0/+1
* i965: Remove copy and pasted gen7_wm_constants state atom.Kenneth Graunke2011-10-202-56/+1
* i965: Use AUB_TRACE_WM_CONSTANTS in gen7_prepare_wm_push_constants.Kenneth Graunke2011-10-201-1/+1
* i965: Fix incorrect dirty bit in gen6_prepare_wm_push_constants.Kenneth Graunke2011-10-201-2/+2
* i965/vs: Fix comparisons with uint negation.Eric Anholt2011-10-203-0/+32
* i965/fs: Fix comparisions with uint negation.Eric Anholt2011-10-204-0/+49
* i965: silence signed/unsigned comparison warningBrian Paul2011-10-191-1/+2
* i965: setup address rounding enable bitsYuanhan Liu2011-10-193-0/+25
* i965: remove unused vars in brw_set_ff_sync_message()Brian Paul2011-10-181-3/+0
* i965: Disassemble Ivybridge Data Port/Data Cache messages.Kenneth Graunke2011-10-181-0/+8
* i965: Document most of the brw_instruction message structs.Kenneth Graunke2011-10-181-39/+79
* i965: Rename pixel_scoreboard_clear to last_render_target for clarity.Kenneth Graunke2011-10-185-16/+16
* i965: Remove duplicate copies of mlen & rlen from instruction decode.Kenneth Graunke2011-10-181-13/+4
* i965: Factor out code for setting Message Descriptors.Kenneth Graunke2011-10-181-129/+77
* i965: Remove EOT parameter from brw_SAMPLE and brw_set_sampler_message.Kenneth Graunke2011-10-184-13/+5
* i965: Document the brw_instruction Message Descriptor structures.Kenneth Graunke2011-10-181-2/+27
* i965: Rename BRW_MESSAGE_TARGET_* to BRW_SFID_* and document them.Kenneth Graunke2011-10-183-60/+75
* i965: Clarify check for which cache to use on Gen6 data port reads.Kenneth Graunke2011-10-181-3/+3
* i965: Use Ivybridge's "Legacy Data Port" for reads/writes.Kenneth Graunke2011-10-183-5/+16
* intel: Add HiZ operations to intel_context::vtbl for all driversChad Versace2011-10-184-0/+91
* i965: Initialize intel_context::vtbl after calling intelInitContext()Chad Versace2011-10-181-1/+2
* i965/gen6: Fix segfault in prepare_blend_state()Chad Versace2011-10-181-1/+1
* intel: Convert from GLboolean to 'bool' from stdbool.h.Kenneth Graunke2011-10-1847-305/+310
* i965 Gen6+: De-compact clip plane constants for old VS backend.Paul Berry2011-10-131-8/+7
* i965: Fix computation of abs(-x) in FSPaul Berry2011-10-112-1/+5
* i965: Replace incorrect use of GLboolean with enum brw_compression.Kenneth Graunke2011-10-113-5/+9
* i965: Change type of brw_context.primitive from GLenum to hardware primitiveChad Versace2011-10-104-43/+41
* i965: Split brw_set_prim into brw/gen6 variantsChad Versace2011-10-101-1/+18
* i965: Fix timer query on gen6+Zou Nan hai2011-10-101-5/+12
* i965: Fix inconsistent indentation in brw_eu_emit.c.Kenneth Graunke2011-10-071-197/+197
* mesa: Use gl_shader_program::_LinkedShaders instead of FragmentProgramIan Romanick2011-10-073-5/+8
* mesa: Use gl_shader_program::_LinkedShaders instead of VertexProgramIan Romanick2011-10-072-4/+7
* i965: make swizzle_for_size() return unsignedBrian Paul2011-10-071-2/+2
* i965: make size_swizzles[] static constBrian Paul2011-10-071-1/+1
* i965: silence unused var warnings in non-debug buildsBrian Paul2011-10-072-0/+2
* i965 Gen6+: De-compact clip planes.Paul Berry2011-10-067-68/+56
* i965 VS: Change nr_userclip to nr_userclip_planes.Paul Berry2011-10-064-13/+16
* i965: Make brw_compute_vue_map's userclip dependency a boolean.Paul Berry2011-10-0613-25/+32