aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_context.h
Commit message (Expand)AuthorAgeFilesLines
* i965: Drop broken front_buffer_reading/drawing optimization.Eric Anholt2014-03-111-17/+0
* i965: Fix render-to-texture in non-FinishRenderTexture cases.Eric Anholt2014-03-061-0/+7
* glsl/i965: move lower_offset_array up to GLSL compiler level.Dave Airlie2014-02-251-1/+0
* i965: support instanced GS on gen7Jordan Justen2014-02-201-0/+2
* i965: Move up duplicated fields from stage-specific prog_data to brw_stage_pr...Francisco Jerez2014-02-191-19/+13
* i965: Implement HiZ resolves on Broadwell.Kenneth Graunke2014-02-191-0/+4
* i965: Pull format conversion logic out of brw_depthbuffer_format.Kenneth Graunke2014-02-191-0/+1
* i965: Implement a brw_load_register_mem helper function.Kenneth Graunke2014-02-071-0/+7
* i965/cs: Create the brw_compute_program struct, and the code to initialize it.Paul Berry2014-02-051-0/+8
* i965: Create drm_intel_bo_map wrappers with performance warnings.Kenneth Graunke2014-02-031-0/+6
* i965: Update multisampling state for Broadwell.Kenneth Graunke2014-01-311-0/+4
* i965: Update 3DSTATE_{DEPTH,STENCIL,...}_BUFFER and such for Broadwell.Kenneth Graunke2014-01-311-0/+9
* i965: Update SOL state for Broadwell.Kenneth Graunke2014-01-311-0/+3
* i965: Rework vertex uploads for Broadwell.Kenneth Graunke2014-01-311-0/+1
* mesa: change gl_format to mesa_formatMark Mueller2014-01-271-1/+1
* i965: Support 32 texture image units on Haswell+.Kenneth Graunke2014-01-221-1/+1
* i965: Add GS support to INTEL_DEBUG=shader_time.Paul Berry2014-01-211-0/+3
* i965: Re-combine the Gen4-5 and Gen6+ write_depth_count functions.Kenneth Graunke2014-01-201-0/+1
* i965: Use the new drm_intel_bo offset64 field.Kenneth Graunke2014-01-201-1/+1
* i965: Stop doing our optimization on a copy of the GLSL IR.Eric Anholt2014-01-171-3/+0
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* i965: Delete duplicate write_timestamp function.Kenneth Graunke2014-01-101-0/+1
* i965: Delete unused INTEL_WRITE_{PART,FULL} and INTEL_READ #defines.Kenneth Graunke2014-01-061-4/+0
* 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