i965/fs: Add CS shader time support
[mesa.git] / src / mesa / drivers / dri / i965 / brw_context.h
2015-05-02 Jordan Justeni965/fs: Add CS shader time support
2015-05-02 Jordan Justeni965/cs: Support CS program precompile
2015-05-02 Jordan Justeni965/cs: Emit compute shader code and upload programs
2015-05-02 Jordan Justeni965/cs: Add max_cs_threads
2015-05-02 Paul Berryi965/cs: Add brw_cs_prog_data, brw_cs_prog_key and...
2015-05-02 Jordan Justeni965/cs: Add BRW_NEW_CS_PROG_DATA and BRW_CACHE_CS_PROG
2015-05-02 Paul Berryi965/cs: Add BRW_NEW_COMPUTE_PROGRAM state flag.
2015-04-29 Topi Pohjolaineni965: Refactor rb surface setup to allow caller to...
2015-04-27 Zoë BladeFix a few typos
2015-04-27 Francisco Jerezi965/gen7: Factor out texture surface state set-up...
2015-04-22 Jason Ekstrandi965: Add a brw_compiler structure and store the regist...
2015-04-22 Jason Ekstrandi965: Use device_info instead of the context for comput...
2015-04-22 Jason Ekstrandi965/device_info: Add a supports_simd16_3src flag
2015-04-22 Jason Ekstrandi965: Make the disassembler take a device_info instead...
2015-04-17 Kenneth Graunkei965: Make shader_time store names/ids instead of refer...
2015-04-13 Chad Versacei965: Refactor brw_is_hiz_depth_format()
2015-03-31 Jordan Justeni965/state: Remove brw->state.dirty
2015-03-31 Jordan Justeni965/state: Add compute pipeline with empty atom lists
2015-03-31 Jordan Justeni965/state: Create separate dirty state bits for each...
2015-03-31 Jordan Justeni965/state: Support multiple pipelines in brw->num_atoms
2015-03-20 Neil Robertsi965: Store the GPU revision number in brw_context
2015-03-18 Chris Wilsoni965: Throttle to the previous frame
2015-03-18 Chris Wilsoni965: Throttle rendering to an fbo
2015-03-02 Matt Turneri965: Remove hand-rolled memcpy implementation.
2015-03-02 Francisco Jerezi965: Remove the create_raw_surface vtbl hook.
2015-02-18 Chris Forbesi965: Add device limits for tess threads & URB entries
2015-02-17 Kenneth Graunkei965: Do Sandybridge workaround flushes before each...
2015-02-10 Francisco Jerezi965: Generalize the update_null_renderbuffer_surface...
2015-02-10 Francisco Jerezi965: Allocate binding table space for shader images.
2015-02-02 Laura EkstrandDD: Refactor BlitFramebuffer.
2015-01-31 Francisco Jerezi965: Enable L3 caching of buffer surfaces.
2015-01-15 Ian Romanicki965: Store the atoms directly in the context
2015-01-15 Ian Romanicki965: Micro-optimize brw_get_index_type
2015-01-05 Kenneth Graunkei965: Implement WaCsStallAtEveryFourthPipecontrol on...
2015-01-01 Kenneth Graunkei965: Fix start/base_vertex_location for >1 prims but...
2014-12-16 Kenneth Graunkei965/query: Cache whether the batch references the...
2014-12-10 Kristian Høgsbergi965: Generate vs code using scalar backend for BDW+
2014-12-10 Kristian Høgsbergi965: Rename brw_vec4_prog_data/key to brw_bue_prog_dat...
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.
next