i965: Add new SIMD8 VS prog data flag
[mesa.git] / src / mesa / drivers / dri / i965 / brw_context.h
2014-12-10 Kristian Høgsbergi965: Add new SIMD8 VS prog data flag
2014-12-05 Kenneth Graunkei965: Compute VS attribute WA bits earlier and check...
2014-12-04 Kenneth Graunkei965: Store floating point mode choice in brw_stage_pro...
2014-12-04 Kenneth Graunkei965: Move PSCDEPTH calculations from draw time to...
2014-12-03 Kenneth Graunkei965: Delete brw_state_flags::cache and related code.
2014-12-03 Kenneth Graunkei965: Move BRW_NEW_*_PROG_DATA flags to .brw (not ...
2014-12-03 Kenneth Graunkei965: Rename CACHE_NEW_*_PROG to BRW_NEW_*_PROG_DATA.
2014-12-03 Kenneth Graunkei965: Remove "disable_derivative_optimization" driconf...
2014-11-29 Kenneth Graunkei965: Add _CACHE_ in brw_cache_id enum names.
2014-11-29 Kenneth Graunkei965: Move CACHE_NEW_SAMPLER to BRW_NEW_SAMPLER_STATE_T...
2014-11-29 Kenneth Graunkei965: Move CACHE_NEW_*_VP flags to BRW_NEW_*_VP.
2014-11-29 Kenneth Graunkei965: Combine CACHE_NEW_*_UNIT into BRW_NEW_GEN4_UNIT_S...
2014-11-04 Kenneth Graunkei965: Implement the PMA stall fix.
2014-10-25 Eric Anholti965: Skip recalculating URB allocations if the entry...
2014-10-16 Chris Forbesi965: Add new dirty flag for new TexBOs.
2014-10-01 Anuj Phogati965: Initialize the SampleMap{2,4,8}x variables
2014-10-01 Kenneth Graunkei965: Use "1ull" instead of "1" in BRW_NEW_* defines.
2014-10-01 Kenneth Graunkei965: Delete CACHE_NEW_BLORP_CONST_COLOR_PROG.
2014-09-19 Iago Toral Quirogai965/gen6/gs: Fix binding table clash between TF surfac...
2014-09-19 Samuel Iglesias... i965/gen6/gs: implement transform feedback support...
2014-09-19 Iago Toral Quirogai965/gs: Use single dispatch mode as fallback to dual...
2014-09-12 Kenneth Graunkei965: Separate gl_InstanceID and gl_VertexID uploading.
2014-09-10 Kenneth Graunkei965: Make gl_BaseVertex available in a buffer object.
2014-09-10 Kenneth Graunkei965: Calculate start/base_vertex_location after prepar...
2014-09-06 Jordan Justeni965: Add uses_kill to brw_wm_prog_data
2014-09-05 Jordan JustenRevert 5 i965 patches: 8e27a4d2, 373143ed, c5bdf9be...
2014-09-04 Kenneth Graunkei965: Move curb_read_length/total_scratch to brw_stage_...
2014-09-02 Jordan Justenmesa: Convert NewDriverState to 64-bits
2014-09-02 Paul Berryi965: Modify state upload to allow 2 different sets...
2014-09-02 Paul Berryi965: Modify dirty bit handling to support 2 pipelines.
2014-09-02 Paul Berryi965: Create a macro for checking a dirty bit.
2014-09-02 Paul Berryi965: Create a macro for setting all dirty bits.
2014-09-02 Paul Berryi965: Create a macro for setting a dirty bit.
2014-08-16 Jordan Justeni965: Split gen6 depth hiz state out from brw
2014-08-15 Kristian Høgsbergi965: Implement fast color clears using meta operations
2014-08-15 Kristian Høgsbergi965: Add optimization pass to let us use the replicate...
2014-08-15 Kristian Høgsbergi965: Provide a context flag to let us enable fast...
2014-08-15 Kristian Høgsbergi965: Add a mechanism for sending native primitives...
2014-08-15 Kristian Høgsbergi965: Add context flag to disable the viewport transform
2014-08-15 Kristian Høgsbergi965: Add an option to not generate the SIMD8 fragment...
2014-08-14 Kristian Høgsbergi965: Rename intelValidateState to intel_update_state
2014-08-14 Neil Robertsi965: Store uniform constant values in a gl_constant_va...
2014-08-02 Kenneth Graunkei965: Delete gen7_upload_sampler_state_table and vtable...
2014-08-02 Kenneth Graunkei965: Stop storing sdc_offset in brw_stage_state.
2014-07-02 Eric Anholti965/gen6+: Merge VS/GS and WM push constant buffer...
2014-07-02 Eric Anholti965: Move dispatch_grf_start_reg and first_curbe_grf...
2014-07-02 Eric Anholti965: Remove a dead define.
2014-07-02 Eric Anholti965: Reuse libdrm's header for AUB definitions.
2014-07-02 Eric Anholti965: Fix stale comments about the state cache.
2014-07-02 Eric Anholti965: Drop the memcmp for finding duplicated CURBE...
2014-07-02 Eric Anholti965: Reuse intel_upload.c for gen4/5 constant buffers.
2014-06-26 Matt Turneri965: Add is_cherryview flag to brw_context.
2014-06-26 Matt Turneri965: Replace 'struct brw_instruction' with 'brw_inst'.
2014-06-26 Matt Turneri965: Pass brw rather than gen to brw_disassemble_inst().
2014-06-21 Kenneth Graunkei965: Save meta stencil blit programs in the context.
2014-05-19 Kenneth Graunkei965: Rename brw_disasm/gen8_disassemble to brw/gen8_di...
2014-05-15 Matt Turneri965/disasm: Disassemble the compaction control bit.
2014-05-15 Topi Pohjolaineni965/meta: Stencil blit for miptree updownsampling
2014-05-15 Topi Pohjolaineni965/meta: Stencil blits
2014-05-15 Topi Pohjolaineni965: Extend brw_get_rb_for_first_slice() for specified...
2014-05-03 Eric Anholti965/gen7+: Move sampler state packets to the stage...
2014-05-03 Eric Anholti965: Simplify sampler setup by passing the stage state.
2014-05-01 Kenneth Graunkei965: Actually emit PIPELINE_SELECT and 3DSTATE_VF_STAT...
2014-04-30 Eric Anholti965: Track the number of samples in the drawbuffer.
2014-04-11 Eric Anholti965: Stop setting up a 1:1 "attrib" member in our...
2014-04-11 Eric Anholti965/gen7: Skip repeated NULL depth/stencil state emits.
2014-04-08 Kenneth Graunkemesa: Move is_power_of_two() function from brw_context...
2014-03-26 Eric Anholti965: Use intel_upload_space() for pull constant uploads.
2014-03-26 Eric Anholti965: Massively simplify the intel_upload implementation.
2014-03-24 Eric Anholti965/gen8: Change the winsys MSAA blits from blorp...
2014-03-18 Eric Anholti965: Drop some more dead code from the old CACHED_BATC...
2014-03-18 Kenneth Graunkei965: Allocate register sets at screen creation, not...
2014-03-14 Kenneth Graunkei965: Fix register types in dump_instructions(), again.
2014-03-11 Eric Anholti965: Drop broken front_buffer_reading/drawing optimiza...
2014-03-06 Eric Anholti965: Fix render-to-texture in non-FinishRenderTexture...
2014-02-25 Dave Airlieglsl/i965: move lower_offset_array up to GLSL compiler...
2014-02-20 Jordan Justeni965: support instanced GS on gen7
2014-02-19 Francisco Jerezi965: Move up duplicated fields from stage-specific...
2014-02-19 Kenneth Graunkei965: Implement HiZ resolves on Broadwell.
2014-02-19 Kenneth Graunkei965: Pull format conversion logic out of brw_depthbuff...
2014-02-07 Kenneth Graunkei965: Implement a brw_load_register_mem helper function.
2014-02-05 Paul Berryi965/cs: Create the brw_compute_program struct, and...
2014-02-04 Kenneth Graunkei965: Create drm_intel_bo_map wrappers with performance...
2014-02-01 Kenneth Graunkei965: Update multisampling state for Broadwell.
2014-02-01 Kenneth Graunkei965: Update 3DSTATE_{DEPTH,STENCIL,...}_BUFFER and...
2014-02-01 Kenneth Graunkei965: Update SOL state for Broadwell.
2014-02-01 Kenneth Graunkei965: Rework vertex uploads for Broadwell.
2014-01-27 Mark Muellermesa: change gl_format to mesa_format
2014-01-23 Kenneth Graunkei965: Support 32 texture image units on Haswell+.
2014-01-21 Paul Berryi965: Add GS support to INTEL_DEBUG=shader_time.
2014-01-20 Kenneth Graunkei965: Re-combine the Gen4-5 and Gen6+ write_depth_count...
2014-01-20 Kenneth Graunkei965: Use the new drm_intel_bo offset64 field.
2014-01-17 Eric Anholti965: Stop doing our optimization on a copy of the...
2014-01-17 José Fonsecas/Tungsten Graphics/VMware/
2014-01-10 Kenneth Graunkei965: Delete duplicate write_timestamp function.
2014-01-06 Kenneth Graunkei965: Delete unused INTEL_WRITE_{PART,FULL} and INTEL_R...
2013-12-07 Chris Forbesi965: refactor sample mask calculation
2013-12-05 Kenneth Graunkei965: Replace non-standard INLINE macro with "inline".
2013-12-05 Kenneth Graunkei965: Drop trailing whitespace from the rest of the...
2013-12-05 Matt Turneri965: Externalize conditional_modifier for use in dump_...
next