aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_context.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* i965: Use native integer uniforms when the new VS backend is in use.Eric Anholt2011-08-301-0/+6
* i965/vs: Move the flag for whether to use the new backend to the context.Eric Anholt2011-08-301-0/+2
* i965: Fix Android build by removing relative includesChad Versace2011-08-301-1/+1
* i965: Rename CMD_VF_STATISTICS_(965|GM45) to include "3DSTATE".Kenneth Graunke2011-07-181-2/+2
* intel: Make our context structure be a ralloc context.Eric Anholt2011-07-111-1/+2
* i965/gen6: Limit the workaround flush to once per primitive.Eric Anholt2011-06-201-0/+2
* i965: Fix flipped GT1 vs GT2 URB VS entry count limits.Eric Anholt2011-06-071-2/+2
* i965: Raise const.MaxTextureLevels to 14 (8192)Chris Wilson2011-06-021-3/+3
* i965: Rename IS_GT1 and IS_GT2 to IS_SNB_GT1 and IS_SNB_GT2.Kenneth Graunke2011-05-181-1/+1
* i965: Don't use the GS for breaking down quads on Ivybridge.Kenneth Graunke2011-05-171-1/+1
* i965: Initial Ivybridge URB space partitioning, including push constants.Kenneth Graunke2011-05-171-0/+6
* i965: Set maximum number of threads for Ivybridge.Kenneth Graunke2011-05-171-1/+11
* i965: Rename max_vs_handles to max_vs_entries for consistency.Kenneth Graunke2011-05-171-2/+2
* i965: Move the CC VP to state streaming.Eric Anholt2011-04-291-8/+0
* i965: Allocate the whole URB to the VS and fix calculations for Gen6.Kenneth Graunke2011-04-181-1/+4
* i965: Fix the VS thread limits for GT1, and clarify the WM limits on both.Eric Anholt2011-04-011-2/+11