i965/disasm: Disassemble the compaction control bit.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_context.h
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_...
2013-12-05 Matt Turneri965: Externalize reg_encoding for use in dump_instruct...
2013-11-27 Francisco Jerezi965: Bump number of supported atomic counter buffers.
2013-11-21 Kenneth Graunkei965: Take "bookend" OA snapshots at the start/end...
2013-11-21 Kenneth Graunkei965: Start and stop OA counters as necessary.
2013-11-21 Kenneth Graunkei965: Track the number of monitors that need OA counters.
2013-11-21 Kenneth Graunkei965: Enumerate Observability Architecture counters...
2013-11-21 Kenneth Graunkei965: Enumerate the pipeline statistics register counte...
2013-11-21 Kenneth Graunkei965: Add basic driver hooks and plumbing for AMD_perfo...
2013-11-21 Kenneth Graunkei965: Introduce an UNKNOWN_RING state.
2013-11-21 Kenneth Graunkei965: Convert brw->batch.is_blit to a BLT_RING/RENDER_R...
2013-11-18 Paul Berryi965/gen7: Emit workaround flush when changing GS enabl...
2013-11-08 Ian Romanicki965: Refactor the renderer string creation out of...
2013-11-08 Ian Romanicki965: Refactor the vendor string out of intelGetString
2013-11-08 Ian Romanicki965: Propagate the GPU reset notifiction strategy...
2013-11-08 Ian Romanicki965: Add function to query the GPU reset status for...
2013-11-08 Ian Romanickmesa/dri: Add basic plumbing for GLX_ARB_robustness...
2013-11-07 Kenneth GraunkeRevert "i965: Add support for GL_AMD_performance_monito...
2013-11-06 Kenneth Graunkei965: Combine {brw,gen7}_update_texture_buffer_surface...
2013-11-06 Kenneth Graunkei965: Unvirtualize brw_create_constant_surface; delete...
2013-11-06 Kenneth Graunkei965: Virtualize emit_buffer_surface_state().
2013-11-06 Courtney Goeltzenl... i965: Fix compiler warning.
2013-11-05 Ian Romanicki965: Eliminate the saved_viewport wrapper
2013-11-01 Anuj Phogati965: Add FS backend for builtin gl_SampleMask[]
2013-11-01 Anuj Phogati965: Add FS backend for builtin gl_SamplePosition
2013-10-31 Kenneth Graunkei965: Implement glDrawTransformFeedback().
2013-10-31 Kenneth Graunkei965: Implement Pause/ResumeTransformfeedback driver...
2013-10-31 Kenneth Graunkei965: Create a new brw_transform_feedback_object subclass.
2013-10-29 Francisco Jerezi965: Implement ABO surface state emission.
2013-10-29 Francisco Jerezi965: Define vtbl method that initializes an untyped...
2013-10-26 Chris Forbesi965: Add lowering pass to fold offset into unnormalize...
2013-10-26 Chris Forbesi965: Add lowering pass for splitting textureGatherOffsets
2013-10-25 Paul Berryi965/gs: Add the ability to compile a DUAL_INSTANCED...
2013-10-25 Paul Berryi965/gs: Precompile geometry shaders.
2013-10-23 Kenneth Graunkei965: Expose write_reg() as brw_store_register_mem64().
2013-10-17 Kenneth Graunkei965: Merge brw_destroy_context() into intelDestroyCont...
2013-10-17 Kenneth Graunkei965: Un-virtualize brw_new_batch().
2013-10-17 Kenneth Graunkei965: Un-virtualize brw_finish_batch().
2013-10-15 Paul Berryi965/fs: Remove bogus field prog_data->dispatch_width.
2013-10-15 Eric Anholti965/vec4: Dynamically assign the VS/GS binding table...
2013-10-15 Eric Anholti965/fs: Dynamically set up the WM binding table offsets.
2013-10-15 Eric Anholti965: Make a brw_stage_prog_data for storing the SURF_I...
2013-10-15 Eric Anholti965: Drop a couple of unused defines.
2013-10-15 Eric Anholti965: Remove dead arguments from prog_data_compare.
2013-10-13 Kenneth Graunkei965: Merge intel_context.h into brw_context.h.
2013-10-13 Kenneth Graunkei965: Remove has_aa_line_parameters.
2013-10-13 Kenneth Graunkei965: Remove the brw_context::emit_state_always flag.
2013-10-10 Eric Anholti965: Clean up error handling for context creation.
2013-10-10 Eric Anholti965/fs: Allocate more register classes on gen7.
2013-10-02 Chris Forbesi965: Emit a second set of SURFACE_STATE for gather4...
2013-10-02 Chris Forbesi965: make room in the binding table for a full alterna...
2013-10-02 Chia-I Wui965: compute DDX in a subspan based only on top row
2013-09-26 Kenneth Graunkei965: Add support for GL_AMD_performance_monitor on...
2013-09-17 Paul Berryi965: Add some missing bits to {mesa,brw,cache}_bits[].
2013-09-17 Paul Berryi965/gs: Implement basic gl_PrimitiveIDIn functionality.
2013-09-17 Paul Berryi965/gs: Add new primitive types.
2013-09-16 Paul Berryi965/gen6+: Remove VUE map dependency on userclip_active.
next