i965: Fix flat integral varyings.
[mesa.git] / src / mesa / drivers / dri / i965 /
2011-10-31 Paul Berryi965: Fix flat integral varyings.
2011-10-31 Paul Berryi965/gen6+: Switch GLSL from ALT to IEEE floating point...
2011-10-29 Eric Anholti965: Remove the prepare() hook from state atoms.
2011-10-29 Eric Anholti965: Remove the memcpy()ed atoms array now that everyt...
2011-10-29 Eric Anholti965: Merge brw_validate_state() and brw_upload_state...
2011-10-29 Eric Anholti965: Remove state upload code for calling prepare...
2011-10-29 Eric Anholti965: Remove some old texturing debug code.
2011-10-29 Eric Anholti965: Finally, move the global fallbacks check to emit...
2011-10-29 Eric Anholti965: Move index buffer upload to emit() time.
2011-10-29 Eric Anholti965: Do a hack job of merging VB prepare()/emit()...
2011-10-29 Eric Anholti965: Move the WM input sizes calculation to emit(...
2011-10-29 Eric Anholti965: Move program compile to emit() time.
2011-10-29 Eric Anholti965/gen4: Move CURBE offset calculation to emit()...
2011-10-29 Eric Anholti965/gen4: Fold push constant prepare()/emit() together.
2011-10-29 Eric Anholti965/gen6: Move viewport state setup to emit() time.
2011-10-29 Eric Anholti965/gen4: Move URB fence recalculate to emit() time.
2011-10-29 Eric Anholti965: Fold the gen6/7 URB state prepare()/emit() together.
2011-10-29 Eric Anholti965: Move VS pull constant upload to emit() time.
2011-10-29 Eric Anholti965: Fold prepare() and emit() of VS surface state...
2011-10-29 Eric Anholti965: Move WM pull constant setup to emit() time.
2011-10-29 Eric Anholti965/gen7: Fold WM surface state prepare()/emit() together.
2011-10-29 Eric Anholti965/gen4: Fold WM surface state prepare()/emit() together.
2011-10-29 Eric Anholti965: Move sampler state to emit() time.
2011-10-29 Eric Anholti965/gen4: Move unit state setup to emit() time.
2011-10-29 Eric Anholti965/gen7: Fold prepare() and emit() of SF CLIP/VP...
2011-10-29 Eric Anholti965/gen4: Move CC VP to emit() time, since it's only...
2011-10-29 Eric Anholti965: Move push constants setup to emit() time.
2011-10-29 Eric Anholti965/gen6: Move setup of CC state batches to emit time.
2011-10-29 Eric Anholti965: Check Fallback again after upload.
2011-10-29 Eric Anholti965: Remove the validated BO list, now that it's unused.
2011-10-29 Eric Anholti965: Use the batch save/reset code to avoid needing...
2011-10-29 Eric Anholti965: Add a note about an unsafe-looking state check.
2011-10-28 Ian Romanicki965: Use glsl_type::column_type instead of open-coding it
2011-10-28 Kenneth Graunkei965/fs: Use the actual hardware g0 register for texel...
2011-10-27 Paul Berryi965/gen6+: Add support for noperspective interpolation.
2011-10-27 Paul Berryi965/gen6+: Rename GEN6_CLIP_BARYCENTRIC_ENABLE.
2011-10-27 Paul Berryi965/fs: use determine_interpolation_mode().
2011-10-27 Paul Berryi965/gen6+: Parameterize barycentric interpolation...
2011-10-27 Paul Berryi965/fs: Fix split_virtual_grfs() when delta_xy not...
2011-10-26 Eric Anholtintel: Drop texture border support code.
2011-10-26 Ian Romanickglsl: Add uniform_locations_assigned parameter to do_de...
2011-10-26 Kenneth Graunkei965: Add more #defines for Gen6+ 3DSTATE_GS fields.
2011-10-26 Kenneth Graunkei965: Add new brw_context::max_gs_threads constant.
2011-10-26 Kenneth Graunkei965: Rename (vs|wm)_max_threads to max_(vs|wm)_threads...
2011-10-26 Kenneth Graunkei965: Remove "single threaded" INTEL_DEBUG mode.
2011-10-24 Kenneth Graunkei965: Apply post-sync non-zero workaround to homebrew...
2011-10-21 Kenneth Graunkei965: Set MaxIfDepth to UINT_MAX on Gen6+ and 16 on...
2011-10-20 Kenneth Graunkei965: Remove copy and pasted gen7_wm_constants state...
2011-10-20 Kenneth Graunkei965: Use AUB_TRACE_WM_CONSTANTS in gen7_prepare_wm_pus...
2011-10-20 Kenneth Graunkei965: Fix incorrect dirty bit in gen6_prepare_wm_push_c...
2011-10-20 Eric Anholti965/vs: Fix comparisons with uint negation.
2011-10-20 Eric Anholti965/fs: Fix comparisions with uint negation.
2011-10-19 Brian Pauli965: silence signed/unsigned comparison warning
2011-10-19 Yuanhan Liui965: setup address rounding enable bits
2011-10-19 Brian Pauli965: remove unused vars in brw_set_ff_sync_message()
2011-10-18 Kenneth Graunkei965: Disassemble Ivybridge Data Port/Data Cache messages.
2011-10-18 Kenneth Graunkei965: Document most of the brw_instruction message...
2011-10-18 Kenneth Graunkei965: Rename pixel_scoreboard_clear to last_render_targ...
2011-10-18 Kenneth Graunkei965: Remove duplicate copies of mlen & rlen from instr...
2011-10-18 Kenneth Graunkei965: Factor out code for setting Message Descriptors.
2011-10-18 Kenneth Graunkei965: Remove EOT parameter from brw_SAMPLE and brw_set_...
2011-10-18 Kenneth Graunkei965: Document the brw_instruction Message Descriptor...
2011-10-18 Kenneth Graunkei965: Rename BRW_MESSAGE_TARGET_* to BRW_SFID_* and...
2011-10-18 Kenneth Graunkei965: Clarify check for which cache to use on Gen6...
2011-10-18 Kenneth Graunkei965: Use Ivybridge's "Legacy Data Port" for reads...
2011-10-18 Chad Versaceintel: Add HiZ operations to intel_context::vtbl for...
2011-10-18 Chad Versacei965: Initialize intel_context::vtbl after calling...
2011-10-18 Chad Versacei965/gen6: Fix segfault in prepare_blend_state()
2011-10-18 Kenneth Graunkeintel: Convert from GLboolean to 'bool' from stdbool.h.
2011-10-13 Paul Berryi965 Gen6+: De-compact clip plane constants for old...
2011-10-11 Paul Berryi965: Fix computation of abs(-x) in FS
2011-10-11 Kenneth Graunkei965: Replace incorrect use of GLboolean with enum...
2011-10-10 Chad Versacei965: Change type of brw_context.primitive from GLenum...
2011-10-10 Chad Versacei965: Split brw_set_prim into brw/gen6 variants
2011-10-10 Zou Nan haii965: Fix timer query on gen6+
2011-10-08 Kenneth Graunkei965: Fix inconsistent indentation in brw_eu_emit.c.
2011-10-07 Ian Romanickmesa: Use gl_shader_program::_LinkedShaders instead...
2011-10-07 Ian Romanickmesa: Use gl_shader_program::_LinkedShaders instead...
2011-10-07 Brian Pauli965: make swizzle_for_size() return unsigned
2011-10-07 Brian Pauli965: make size_swizzles[] static const
2011-10-07 Brian Pauli965: silence unused var warnings in non-debug builds
2011-10-07 Paul Berryi965 Gen6+: De-compact clip planes.
2011-10-07 Paul Berryi965 VS: Change nr_userclip to nr_userclip_planes.
2011-10-07 Paul Berryi965: Make brw_compute_vue_map's userclip dependency...
2011-10-07 Paul Berryi965: Move ClipPlanesEnabled state to VS cache key.
2011-10-07 Paul Berryi965: Rearrange VS cache key struct.
2011-10-07 Paul Berrymesa: Create _mesa_bitcount_64() to replace i965's...
2011-10-05 Paul Berryi965 Gen6: Implement gl_ClipVertex.
2011-10-04 Brian Pauli965: remove unneeded includes of texstore.h
2011-10-03 Eric Anholti965: Add support for GL_EXT_texture_array and GL_MESA_...
2011-10-03 Eric Anholtintel: Add a helper function for getting miptree size...
2011-10-03 Eric Anholti965: Refactor out the cube map setup for general textu...
2011-10-03 Kenneth Graunkei965: Stop lowering integer division to multiply and...
2011-10-03 Kenneth Graunkei965: Reverse the operands for INT DIV prior to Gen6.
2011-10-03 Kenneth Graunkei965/vs: Implement integer quotient and remainder math...
2011-10-03 Kenneth Graunkei965/fs: Implement integer quotient and remainder math...
2011-10-03 Kenneth Graunkei965: Set the signed/unsigned type bit in Gen4/5 math...
2011-10-03 Kenneth Graunkei965: Fix message and response length calculations...
2011-10-03 Kenneth Graunkei965: Fix assertions about register types for INT DIV...
2011-10-02 Eric Anholti965: Make sure to upload the data for a collection...
next