aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_context.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* intel: Fix typeos from 3d028024 and 790ff232Ian Romanick2011-01-201-5/+5
* i965: Set correct values for range/precision of fragment shader typesIan Romanick2011-01-201-0/+9
* i965: Use last vertex convention for quad provoking vertex on sandybridgeZhenyu Wang2011-01-041-0/+7
* i965: Enable IF statements in the VS.Eric Anholt2010-12-011-3/+0
* i965: re-enable gen6 IF statements in the fragment shader.Eric Anholt2010-11-101-1/+1
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-1/+1
* Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg2010-10-131-1/+1
* i965: Disable emitting if () statements on gen6 until we really fix them.Eric Anholt2010-10-071-0/+3
* intel: Fix GL_ARB_shading_language_120 commitKristian Høgsberg2010-09-221-11/+0
* mesa: don't advertise bogus GL_ARB_shading_language_120 extensionBrian Paul2010-09-211-0/+10
* glsl2: Add flags to enable variable index loweringIan Romanick2010-09-171-0/+7
* i965: Request that returns be lowered in shader mainIan Romanick2010-09-131-0/+1
* glsl2: Add EmitNoNoise flag, use it to remove noise opcodesIan Romanick2010-09-091-0/+1
* glsl: make compiler options per-targetLuca Barbieri2010-09-081-2/+5
* i965: Set the maximum number of threads on Sandybridge.Zhenyu Wang2010-08-201-1/+5
* i965: Sandybridge doesn't have Compr4 mode, since it's not needed any more.Zhenyu Wang2010-08-201-1/+2
* Merge branch 'shader-file-reorg'Brian Paul2010-06-231-1/+0
|\
| * mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul2010-06-101-1/+1
| * i965: remove UseProgram driver callbackBrian Paul2010-06-101-10/+0
* | i965: Remove unnecessary header.Vinson Lee2010-06-121-1/+0
* | i965: Set the CC VP state immediately on state change.Eric Anholt2010-06-111-0/+8
* | i965: remove UseProgram driver callbackBrian Paul2010-06-101-10/+0
|/
* i965: Avoid calloc/free in the CURBE upload process.Eric Anholt2010-06-091-0/+3
* i965: Remove the half-baked code for multiple OQs at the same time.Eric Anholt2010-05-161-2/+0
* intel: Drop viewport hack when we canKristian Høgsberg2010-05-111-2/+0
* dri: Add DRI entrypoints to create a context for a given APIKristian Høgsberg2010-04-281-2/+3
* intel: Clean up chipset name and gen num for IronlakeZhenyu Wang2010-04-211-2/+2
* i965: Use the PLN instruction when possible in interpolation.Eric Anholt2010-03-101-0/+1
* i965: Don't include SNB in has_negative_rhw_bug.Eric Anholt2010-02-251-1/+1
* i965: Fix up the VF stats packet header.Eric Anholt2010-02-251-1/+1
* Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg2010-02-191-2/+2
* i965: Fix build after merge of mesa stable branch.Eric Anholt2010-01-251-0/+1