Replace gl_vert_result enum with gl_varying_slot.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_context.h
2013-03-15 Paul BerryReplace gl_vert_result enum with gl_varying_slot.
2013-03-15 Paul Berryi965: Change fragment input related bitfields to 64...
2013-03-14 Eric Anholti965: Split shader_time entries into separate cachelines.
2013-03-02 Kenneth Graunkei965: Replace the global brw->query.bo variable with...
2013-03-02 Kenneth Graunkei965: Use query->last_index instead of the global brw...
2013-03-02 Kenneth Graunkei965: Remove brw_query_object::first_index field as...
2013-03-01 Chris Forbesi965: expose sample positions
2013-03-01 Chris Forbesi965: add support for sample mask on Gen6+
2013-02-19 Paul Berryi965: Remove unused userclip flags.
2013-02-06 Kenneth Graunkei965: Implement CopyTexSubImage2D via BLORP (and use...
2013-02-03 Kenneth Graunkei965: Remove dead field brw_wm_prog_data::error.
2013-02-03 Kenneth Graunkei965: Remove dead field brw_context::constant_map.
2013-01-25 Eric Anholti965: Use the glarray _ElementSize that Mesa tracks...
2013-01-12 Kenneth Graunkei965: Move program_id to intel_screen instead of brw_co...
2013-01-08 Paul Berrymesa: Add ALIGN() macro to main/macros.h.
2012-12-14 Eric Anholti965: Scale shader_time to compensate for resets.
2012-12-05 Eric Anholti965: Add a debug flag for counting cycles spent in...
2012-11-19 Eric Anholti965: Move all the depth/stencil/hiz offset logic into...
2012-11-15 Kenneth Graunkei965: Remove duplicate brw_opcodes table in favor of...
2012-11-15 Kenneth Graunkei965: Remove brw_instruction_info::is_arith().
2012-11-15 Kenneth Graunkei965: Remove unused BRW_PACKCOLOR8888 macro.
2012-11-15 Kenneth Graunkei965: Remove brw_shader_program wrapper struct.
2012-11-15 Kenneth Graunkei965: Remove unused struct brw_vs_ouput_sizes.
2012-11-08 Eric Anholti965: Fix slow leak of brw->wm.compile_data->store
2012-11-04 Eric Anholti965: Fix uploading user vertex arrays with basevertex...
2012-11-01 Kenneth Graunkei965/vs: Remove support for the old parameter layout.
2012-11-01 Kenneth Graunkei965/vs: Delete the old vertex shader backend.
2012-11-01 Kenneth Graunkei965: Don't bother trying to extend the current vertex...
2012-10-26 Eric Anholti965: Merge brw_prepare_query_begin() and brw_emit_quer...
2012-10-26 Eric Anholti965: Rename misleading "active" field of brw->query.
2012-10-17 Eric Anholti965/fs: Statically allocate the reg_sets at context...
2012-10-17 Eric Anholti965/vs: Add a little bit of IR-level debug ability.
2012-10-16 Eric Anholti965: Fix rendering to small mipmaps of depth/stencil...
2012-10-16 Eric Anholti965: Share the draw x/y offset masking code between...
2012-09-07 Eric Anholti965: Make the param pointer arrays for the VS dynamica...
2012-09-07 Eric Anholti965: Make the param pointer arrays for the WM dynamica...
2012-09-07 Eric Anholti965: Add functions for comparing two brw_wm/vs_prog_da...
2012-08-29 Ian Romanicki965: Set context flags
2012-08-14 Ian Romanicki965: Validate API and version in brwCreateContext
2012-08-13 Eric Anholti965: Add performance debug for shader recompiles.
2012-08-07 Eric Anholti965: Bind UBOs as surfaces like we do for pull constants.
2012-07-25 Eric Anholti965: Remove unused param conversion code.
2012-07-24 Paul Berryi965/msaa: Work around problems with null render target...
2012-07-12 Kenneth Graunkei965: Add a lowering pass to convert TXD to TXL by...
2012-07-02 Paul Berryi965/msaa: Fix centroid interpolation of unlit pixels.
2012-07-02 Jordan Justeni965: fix transform feedback with primitive restart
2012-06-27 Jordan Justeni965: enable ARB_instanced_arrays extension
2012-06-26 Paul Berryi965/msaa: Implement glSampleCoverage.
2012-05-25 Paul Berryi965/blorp: Allocate space for push constants on Gen7.
2012-05-23 Jordan Justeni965: add flag to enable cut_index
2012-05-23 Jordan Justeni965: create code path to handle primitive restart...
2012-05-23 Eric Anholti965/gen6+: Add support for GL_ARB_blend_func_extended.
2012-05-22 Paul Berryi965: Completely annotate the batch bo when aub dumping.
2012-05-15 Paul Berryi965/gen6: Initial implementation of MSAA.
2012-05-15 Paul Berryi965/gen6+: Add code to perform blits on the render...
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-05-10 Paul Berryintel: Add extern "C" declarations to headers
2012-04-19 Kenneth Graunkei965: Rename BRW_MAX_SURFACES to BRW_MAX_WM_SURFACES.
2012-04-19 Kenneth Graunkei965: Fix outdated comments about binding tables.
2012-03-07 Yuanhan Liui965: handle gl_PointCoord for Gen4 and Gen5 platforms
2012-02-28 Eric Anholti965: Avoid blocking on the GPU for setting the HiZ...
2012-02-21 Eric Anholti965/gen6: Fix the size of the GS surface binding table.
2012-02-21 Eric Anholti965: Rename the original binding table to mention...
2012-02-21 Eric Anholti965: Split the gen6 GS binding table to a separate...
2012-02-21 Eric Anholti965: Split the VS binding table to a separate table.
2012-02-21 Eric Anholti965/gen6+: Avoid recomputing whether we use noperspective.
2012-02-21 Eric Anholti965: Compute required barycentric interp modes once...
2012-02-21 Eric Anholti965: Move VUE map computation to once at VS compile...
2012-02-21 Eric Anholti965: Make the userclip flag for the VUE map come from...
2012-02-07 Chad Versacei965: Rewrite the HiZ op
2012-01-18 Kenneth Graunkei965: Remove the INTEL_OLD_VS option.
2012-01-06 Eric Anholti965/gen7: Fix up the transform feedback buffer pointer...
2012-01-06 Eric Anholti965/gen7: Flush the batch between transform feedbacks.
2011-12-23 Paul Berryi965: Rename BRW_NEW_WM_SURFACES to BRW_NEW_SURFACES.
2011-12-20 Paul Berryi965 gen6: Implement transform feedback queries.
2011-12-20 Paul Berryi965 gen6: Ensure correct transform feedback indices...
2011-12-20 Kenneth Graunkei965: Implement bounds checking for transform feedback...
2011-12-20 Paul Berryi965: Flush pipeline on EndTransformFeedback.
2011-12-20 Paul Berryi965 gen6: Initial implementation of transform feedback.
2011-12-08 Paul Berryi965 gen6: Allocate URB space for GS
2011-11-30 Eric Anholti965: Don't perform the precompile on fragment shaders...
2011-11-29 Mathias Fröhlichmesa: Make gl_program::InputsRead 64 bits.
2011-11-22 Eric Anholti965: Use the surface format table to determine render...
2011-11-22 Chad VersaceMerge branch 'hiz' of ssh://people.freedesktop.org...
2011-11-22 Chad Versacei965/gen6: Manipulate state batches for HiZ meta-ops...
2011-11-22 Chad Versacei965: Add HiZ operation state to brw_context
2011-11-11 Eric Anholti965: Add support for gl_VertexID and gl_InstanceID.
2011-11-11 Kenneth Graunkei965: Move and rename "wm sampler" fields to just ...
2011-11-11 Kenneth Graunkei965: Use a single binding table for all pipeline stages.
2011-11-11 Kenneth Graunkei965: Combine the two WM pull constant tracked state...
2011-11-11 Kenneth Graunkei965: Use 0 for the number of binding table entries...
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: Remove some old texturing debug code.
2011-10-29 Eric Anholti965: Remove the validated BO list, now that it's unused.
2011-10-27 Paul Berryi965/gen6+: Add support for noperspective interpolation.
2011-10-27 Paul Berryi965/gen6+: Parameterize barycentric interpolation...
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-18 Kenneth Graunkeintel: Convert from GLboolean to 'bool' from stdbool.h.
next