summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_context.h
Commit message (Expand)AuthorAgeFilesLines
* i965: refactor sample mask calculationChris Forbes2013-12-071-3/+4
* i965: Replace non-standard INLINE macro with "inline".Kenneth Graunke2013-12-051-8/+8
* i965: Drop trailing whitespace from the rest of the driver.Kenneth Graunke2013-12-051-11/+11
* i965: Externalize conditional_modifier for use in dump_instruction().Matt Turner2013-12-041-0/+1
* i965: Externalize reg_encoding for use in dump_instruction().Matt Turner2013-12-041-0/+1
* i965: Bump number of supported atomic counter buffers.Francisco Jerez2013-11-261-1/+1
* i965: Take "bookend" OA snapshots at the start/end of each batch.Kenneth Graunke2013-11-211-0/+20
* i965: Start and stop OA counters as necessary.Kenneth Graunke2013-11-211-0/+2
* i965: Track the number of monitors that need OA counters.Kenneth Graunke2013-11-211-0/+3
* i965: Enumerate Observability Architecture counters on Gen5+.Kenneth Graunke2013-11-211-0/+9
* i965: Enumerate the pipeline statistics register counters on Gen6+.Kenneth Graunke2013-11-211-0/+5
* i965: Add basic driver hooks and plumbing for AMD_performance_monitor.Kenneth Graunke2013-11-211-0/+4
* i965: Introduce an UNKNOWN_RING state.Kenneth Graunke2013-11-211-0/+1
* i965: Convert brw->batch.is_blit to a BLT_RING/RENDER_RING enum.Kenneth Graunke2013-11-211-1/+6
* i965/gen7: Emit workaround flush when changing GS enable state.Paul Berry2013-11-181-0/+6
* i965: Refactor the renderer string creation out of intelGetStringIan Romanick2013-11-071-0/+2
* i965: Refactor the vendor string out of intelGetStringIan Romanick2013-11-071-0/+2
* i965: Propagate the GPU reset notifiction strategy down into the driverIan Romanick2013-11-071-0/+8
* i965: Add function to query the GPU reset status for a contextIan Romanick2013-11-071-0/+3
* mesa/dri: Add basic plumbing for GLX_ARB_robustness reset notification strategyIan Romanick2013-11-071-0/+1
* Revert "i965: Add support for GL_AMD_performance_monitor on Ironlake."Kenneth Graunke2013-11-071-14/+0
* i965: Combine {brw,gen7}_update_texture_buffer_surface() functions.Kenneth Graunke2013-11-051-0/+3
* i965: Unvirtualize brw_create_constant_surface; delete Gen7+ variant.Kenneth Graunke2013-11-051-6/+6
* i965: Virtualize emit_buffer_surface_state().Kenneth Graunke2013-11-051-0/+9
* i965: Fix compiler warning.Courtney Goeltzenleuchter2013-11-051-1/+1
* i965: Eliminate the saved_viewport wrapperIan Romanick2013-11-051-2/+0
* i965: Add FS backend for builtin gl_SampleMask[]Anuj Phogat2013-11-011-0/+1
* i965: Add FS backend for builtin gl_SamplePositionAnuj Phogat2013-11-011-0/+1
* i965: Implement glDrawTransformFeedback().Kenneth Graunke2013-10-311-0/+26
* i965: Implement Pause/ResumeTransformfeedback driver hooks on Gen7+.Kenneth Graunke2013-10-311-0/+9
* i965: Create a new brw_transform_feedback_object subclass.Kenneth Graunke2013-10-311-0/+9
* i965: Implement ABO surface state emission.Francisco Jerez2013-10-291-0/+11
* i965: Define vtbl method that initializes an untyped R/W surface.Francisco Jerez2013-10-291-0/+7
* i965: Add lowering pass to fold offset into unnormalized coordsChris Forbes2013-10-261-0/+1
* i965: Add lowering pass for splitting textureGatherOffsetsChris Forbes2013-10-261-0/+1
* i965/gs: Add the ability to compile a DUAL_INSTANCED geometry shader.Paul Berry2013-10-241-0/+6
* i965/gs: Precompile geometry shaders.Paul Berry2013-10-241-0/+6
* i965: Expose write_reg() as brw_store_register_mem64().Kenneth Graunke2013-10-231-0/+2
* i965: Merge brw_destroy_context() into intelDestroyContext().Kenneth Graunke2013-10-171-2/+0
* i965: Un-virtualize brw_new_batch().Kenneth Graunke2013-10-171-1/+0
* i965: Un-virtualize brw_finish_batch().Kenneth Graunke2013-10-171-1/+0
* i965/fs: Remove bogus field prog_data->dispatch_width.Paul Berry2013-10-151-1/+0
* i965/vec4: Dynamically assign the VS/GS binding table offsets.Eric Anholt2013-10-151-51/+0
* i965/fs: Dynamically set up the WM binding table offsets.Eric Anholt2013-10-151-36/+5
* i965: Make a brw_stage_prog_data for storing the SURF_INDEX information.Eric Anholt2013-10-151-5/+37
* i965: Drop a couple of unused defines.Eric Anholt2013-10-151-3/+0
* i965: Remove dead arguments from prog_data_compare.Eric Anholt2013-10-151-2/+1
* i965: Merge intel_context.h into brw_context.h.Kenneth Graunke2013-10-131-2/+120
* i965: Remove has_aa_line_parameters.Kenneth Graunke2013-10-131-1/+0
* i965: Remove the brw_context::emit_state_always flag.Kenneth Graunke2013-10-131-2/+0