i965: Clean up error handling for context creation.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_context.h
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.
2013-09-16 Paul Berryi965/fs: Stop wasting input attribute space on gl_FragC...
2013-09-16 Paul Berryi965/sf: Use BRW_SF_URB_ENTRY_READ_OFFSET rather than...
2013-09-16 Paul Berryi965/fs: Change brw_wm_prog_data::urb_read_length to...
2013-09-16 Paul Berryi965/fs: Expose "urb_setup" as part of brw_wm_prog_data.
2013-09-13 Kenneth Graunkei965: Use brw_stage_state for WM data as well.
2013-09-13 Kenneth Graunkei965: Increase the size of brw_stage_state::surf_offset.
2013-09-13 Kenneth Graunkei965: Add comments to the new brw_state_state structure...
2013-09-11 Paul Berryi965/gs: Set control data header size/format appropriat...
2013-09-05 Paul Berryi965/gen7.5: Fix lower bound on number of VS URB entries.
2013-09-02 Kenneth Graunkei965: Remove unused ATTRIB_BIT_DWORDS define.
2013-09-01 Paul Berryi965: Modify signature to update_texture_surface functions.
2013-09-01 Paul Berryi965/vs: generalize gen6_vs_push_constants in preparati...
2013-09-01 Paul Berryi965/gs: Implement support for geometry shader surfaces.
2013-09-01 Paul Berryi965: Make sure constants re-sent after constant buffer...
2013-09-01 Paul Berryi965/gs: Allocate push constant space for use by GS.
2013-09-01 Paul Berryi965/gs: Allocate URB space for use by GS.
2013-09-01 Paul Berryi965: Make CACHE_NEW_GS_PROG.
2013-09-01 Paul Berryi965/gs: Create brw_context::gs structure to track...
2013-09-01 Paul Berryi965: Move data from brw->vs into a base class if gs...
2013-09-01 Paul Berryi965/gs: Update defines related to GS surface organization.
2013-09-01 Paul Berryi965: Move vec4 register allocation data structures...
2013-09-01 Paul Berryi965: Rename user-defined gs structs from vec4_gs to gs.
2013-09-01 Paul Berryi965: rename legacy gs structs and functions to ff_gs.
2013-08-26 Kenneth Graunkei965/vs: Allocate register set once at context creation.
2013-08-23 Paul Berryi965/gs: Add a data structure for tracking VS output...
2013-08-23 Paul Berryi965/vec4: Make a function for setting up vec4 program...
2013-08-23 Paul Berryi965: Make prim_to_hw_prim accessible outside brw_draw.c.
2013-08-23 Paul Berryi965/gs: Create structs for use by GS program compilation.
2013-08-23 Paul Berryi965/gs: Add brw->geometry_program.
2013-08-23 Paul Berryi965/vec4: Allow for dispatch_grf_start_reg to vary.
2013-08-19 Kenneth Graunkei965/vs: Rework binding table size calculation.
2013-08-19 Kenneth Graunkei965/fs: Track the binding table size in brw_wm_prog_data.
2013-08-19 Kenneth Graunkei965: Use SURF_INDEX_DRAW() for drawbuffer binding...
2013-08-19 Kenneth Graunkei965: Make sampler counts available for the entire...
2013-08-19 Kenneth Graunkei965: Upload separate VS and FS sampler state tables.
2013-08-19 Kenneth Graunkei965: Make upload_sampler_state_table a virtual function.
2013-08-19 Kenneth Graunkei965: Upload separate per-stage sampler state tables.
2013-08-19 Kenneth Graunkei965: Split sampler count variable to be per-stage.
2013-08-19 Paul Berryi965: STATIC_ASSERT that there aren't too many BRW_NEW_...
2013-08-17 Kenneth Graunkei965: Move GL_APPLE_object_purgeable functionality...
2013-08-14 Kenneth Graunkei965: Mark a few brw_draw_upload.c functions as non...
2013-08-01 Chris Forbesi965: Add helper functions for interpolation map
2013-08-01 Chris Forbesi965 Gen4/5: Introduce 'interpolation map' alongside...
2013-07-25 Kenneth GraunkeRevert "i965: Delete pre-DRI2.3 viewport hacks."
2013-07-09 Kenneth Graunkei965: Delete intel_context entirely.
2013-07-09 Kenneth Graunkei965: Move intel_context::gen and gt fields to brw_context.
2013-07-09 Kenneth Graunkei965: Move intel_context::has_llc to brw_context.
2013-07-09 Kenneth Graunkei965: Move intel_context::is_<platform> flags to brw_co...
2013-07-09 Kenneth Graunkei965: Move must_use/has_separate_stencil fields to...
2013-07-09 Kenneth Graunkei965: Move intel_context::has_hiz to brw_context.
2013-07-09 Kenneth Graunkei965: Move intel_context::has_swizzling to brw_context.
2013-07-09 Kenneth Graunkei965: Move intel_context::intelScreen to brw_context.
2013-07-09 Kenneth Graunkei965: Move intel_context::driContext to brw_context.
2013-07-09 Kenneth Graunkei965: Move intel_context::NewGLState to brw_context.
2013-07-09 Kenneth Graunkei965: Move intel_context::upload to brw_context.
2013-07-09 Kenneth Graunkei965: Move intel_context::max_gtt_map_object_size to...
2013-07-09 Kenneth Graunkei965: Move intel_context::perf_debug to brw_context.
2013-07-09 Kenneth Graunkei965: Move intel_context::no_batch_wrap to brw_context.
2013-07-09 Kenneth Graunkei965: Move intel_context's framerate throttling fields...
2013-07-09 Kenneth Graunkei965: Move intel_context::stats_wm to brw_context.
2013-07-09 Kenneth Graunkei965: Move intel_context::batch to brw_context.
2013-07-09 Kenneth Graunkei965: Move intel_context::hw_ctx to brw_context.
2013-07-09 Kenneth Graunkei965: Move intel_context::bufmgr to brw_context.
2013-07-09 Kenneth Graunkei965: Move intel_context's driconf flags to brw_context.
2013-07-09 Kenneth Graunkei965: Move intel_context::reduced_primitive to brw_context.
2013-07-09 Kenneth Graunkei965: Move front buffer rendering fields from intel_con...
2013-07-09 Kenneth Graunkei965: Move intel_context::vtbl to brw_context.
2013-07-09 Kenneth Graunkei965: Move intel_context::optionCache to brw_context.
2013-07-09 Kenneth Graunkei965: Pass brw_context to functions rather than intel_c...
2013-07-03 Kenneth Graunkei965: Remove render_target_supported from the vtable.
2013-07-03 Kenneth Graunkei965: Move is_hiz_depth_format out of the vtable.
2013-06-17 Eric Anholtintel: Allow blorp CopyTexSubImage to nonzero destinati...
2013-06-15 Chris Forbesi965: Shrink Gen5 VUE map layout to be the same as...
2013-06-12 Paul Berryi965/blorp: Expand clear class hierarchy to prepare...
2013-06-11 Kenneth Graunkei965: Emit the depth/stencil state pointer directly...
2013-06-11 Kenneth Graunkei965: Emit the CC state pointer directly rather than...
2013-06-11 Kenneth Graunkei965: Emit the BLEND_STATE pointer directly rather...
2013-05-21 Kenneth Graunkei965: Split BeginTransformFeedback hook into Gen6 and...
2013-05-21 Kenneth Graunkei965: Kill software primitive counting entirely.
2013-05-21 Kenneth Graunkei965: Remove software geometry query code.
2013-05-21 Kenneth Graunkei965: Delete unused brw->sol.offset_0_batch_start field.
2013-05-20 Kenneth Graunkei965: Create a BRW_NEW_META_IN_PROGRESS state flag.
2013-05-20 Kenneth Graunkei965: Rely on hardware contexts for query objects on...
2013-05-11 Marek Olšákmesa: add & use a new driver flag for UBO updates inste...
2013-05-01 Kenneth Graunkei965: Lower textureGrad() for samplerCubeShadow.
2013-04-30 Eric Anholti965: Implement color clears using a simple shader...
2013-04-24 Marek Olšákmesa: don't flag _NEW_DEPTH in Begin/EndQuery if driver...
2013-04-24 Marek Olšákmesa: convert _NEW_RASTERIZER_DISCARD to a driver flag
2013-04-24 Marek Olšákmesa,i965: use NewDriverState to communicate TFB state...
2013-04-11 Paul Berryi965/vs: split brw_vs_prog_data into generic and VS...
next