aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_context.c
Commit message (Expand)AuthorAgeFilesLines
* i965/fs: Statically allocate the reg_sets at context initialization.Eric Anholt2012-10-171-0/+2
* mesa: Remove the EmitNVTempInitialization shader compiler option.Kenneth Graunke2012-10-161-1/+0
* i965: Reduce maximum GL_ARB_fragment_program instruction count to 1024.Eric Anholt2012-10-081-4/+4
* i965: brwInitVtbl needs to know the chipset generationIan Romanick2012-09-281-0/+5
* i965: Don't free the intel_context structure when intelCreateContext fails.Ian Romanick2012-09-281-3/+2
* mesa: s/FREE/free/Brian Paul2012-09-011-1/+1
* i965: Allow creation of OpenGL 3.1 contextsIan Romanick2012-08-291-0/+19
* i965: Set context flagsIan Romanick2012-08-291-0/+8
* i965: Disable the swrast context setup on GL 3.1 core.Eric Anholt2012-08-281-1/+3
* i965/gen6+: Add support for GL_ARB_timer_query.Eric Anholt2012-08-261-0/+2
* i965: Validate API and version in brwCreateContextIan Romanick2012-08-131-3/+37
* i965/gen7: Reduce GT1 WM thread count according to updated BSpec.Eric Anholt2012-07-271-1/+1
* intel: increase wm thread number to 80 on gen6 GT2Zou Nan hai2012-07-271-5/+1
* i965/msaa: Switch on 8x MSAA for Gen7.Paul Berry2012-07-241-1/+3
* i965/msaa: Remove comment about falsely claiming to support MSAA.Paul Berry2012-07-241-5/+0
* i965/gen7: Increase the WM threads to hardware limits.Eric Anholt2012-07-201-1/+1
* i965: Add hardware context support.Kenneth Graunke2012-07-101-0/+1
* i965/msaa: Fix centroid interpolation of unlit pixels.Paul Berry2012-07-021-0/+4
* mesa: rename MaxTransformFeedbackSeparateAttribs to MaxTransformFeedbackBuffersMarek Olšák2012-06-281-1/+1
* i965: add flag to enable cut_indexJordan Justen2012-05-231-0/+1
* i965: create code path to handle primitive restart in hardwareJordan Justen2012-05-231-0/+2
* i965/gen6+: Add support for GL_ARB_blend_func_extended.Eric Anholt2012-05-231-0/+1
* i965: Rewrite the HiZ opChad Versace2012-02-071-55/+0
* i965: Add a driconf option to force GLSL extension behavior to "warn".Eric Anholt2012-01-301-0/+2
* i965/gen6/GT1: Increase max_vs_entries to 256.Paul Berry2012-01-251-1/+1
* i965: Remove the INTEL_OLD_VS option.Kenneth Graunke2012-01-181-8/+2
* i965: Claim to support 4 multisamples on gen6+.Eric Anholt2012-01-101-0/+8
* i965: Increase the number of array texture levels to the hardware limit.Eric Anholt2012-01-101-5/+6
* i965/gen7: Flush the batch between transform feedbacks.Eric Anholt2012-01-061-3/+10
* i965: Implement bounds checking for transform feedback output.Kenneth Graunke2011-12-201-0/+1
* i965: Flush pipeline on EndTransformFeedback.Paul Berry2011-12-201-0/+1
* i965 gen6: Initial implementation of transform feedback.Paul Berry2011-12-201-0/+20
* i965: Advertise our vertex shader texture units.Kenneth Graunke2011-12-191-1/+1
* i965 gen6: Allocate URB space for GSPaul Berry2011-12-071-0/+1
* i965: Set the maximum number of GS URB entries on Sandybridge.Kenneth Graunke2011-12-071-0/+2
* i965: Don't perform the precompile on fragment shaders by default.Eric Anholt2011-11-301-0/+1
* i965: Use the surface format table to determine render target supportedness.Eric Anholt2011-11-221-0/+2
* i965: Prevent recursive calls to FLUSH_VERTICES [v2]Chad Versace2011-11-221-0/+66
* i965: remove #include of api_noop.hBrian Paul2011-11-111-1/+0
* i965: Add new brw_context::max_gs_threads constant.Kenneth Graunke2011-10-251-0/+7
* i965: Rename (vs|wm)_max_threads to max_(vs|wm)_threads for consistency.Kenneth Graunke2011-10-251-14/+14
* i965: Remove "single threaded" INTEL_DEBUG mode.Kenneth Graunke2011-10-251-5/+0
* i965: Set MaxIfDepth to UINT_MAX on Gen6+ and 16 on prior generations.Kenneth Graunke2011-10-211-0/+1
* i965: Initialize intel_context::vtbl after calling intelInitContext()Chad Versace2011-10-181-1/+2
* intel: Convert from GLboolean to 'bool' from stdbool.h.Kenneth Graunke2011-10-181-22/+23
* i965: Add support for GL_EXT_texture_array and GL_MESA_texture_array.Eric Anholt2011-10-031-0/+5
* intel: Introduce a new intel_context::gt field to go along with gen.Kenneth Graunke2011-09-261-3/+3
* i965: Enable lower_clip_distance.Paul Berry2011-09-231-0/+1
* i965/vs: Switch to the new VS backend by default.Eric Anholt2011-09-081-1/+1
* mesa: add a UniformBooleanTrue optionBryan Cain2011-09-051-1/+3