index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i965
/
brw_context.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Add new brw_context::max_gs_threads constant.
Kenneth Graunke
2011-10-25
1
-0
/
+7
*
i965: Rename (vs|wm)_max_threads to max_(vs|wm)_threads for consistency.
Kenneth Graunke
2011-10-25
1
-14
/
+14
*
i965: Remove "single threaded" INTEL_DEBUG mode.
Kenneth Graunke
2011-10-25
1
-5
/
+0
*
i965: Set MaxIfDepth to UINT_MAX on Gen6+ and 16 on prior generations.
Kenneth Graunke
2011-10-21
1
-0
/
+1
*
i965: Initialize intel_context::vtbl after calling intelInitContext()
Chad Versace
2011-10-18
1
-1
/
+2
*
intel: Convert from GLboolean to 'bool' from stdbool.h.
Kenneth Graunke
2011-10-18
1
-22
/
+23
*
i965: Add support for GL_EXT_texture_array and GL_MESA_texture_array.
Eric Anholt
2011-10-03
1
-0
/
+5
*
intel: Introduce a new intel_context::gt field to go along with gen.
Kenneth Graunke
2011-09-26
1
-3
/
+3
*
i965: Enable lower_clip_distance.
Paul Berry
2011-09-23
1
-0
/
+1
*
i965/vs: Switch to the new VS backend by default.
Eric Anholt
2011-09-08
1
-1
/
+1
*
mesa: add a UniformBooleanTrue option
Bryan Cain
2011-09-05
1
-1
/
+3
*
i965: Use native integer uniforms when the new VS backend is in use.
Eric Anholt
2011-08-30
1
-0
/
+6
*
i965/vs: Move the flag for whether to use the new backend to the context.
Eric Anholt
2011-08-30
1
-0
/
+2
*
i965: Fix Android build by removing relative includes
Chad Versace
2011-08-30
1
-1
/
+1
*
i965: Rename CMD_VF_STATISTICS_(965|GM45) to include "3DSTATE".
Kenneth Graunke
2011-07-18
1
-2
/
+2
*
intel: Make our context structure be a ralloc context.
Eric Anholt
2011-07-11
1
-1
/
+2
*
i965/gen6: Limit the workaround flush to once per primitive.
Eric Anholt
2011-06-20
1
-0
/
+2
*
i965: Fix flipped GT1 vs GT2 URB VS entry count limits.
Eric Anholt
2011-06-07
1
-2
/
+2
*
i965: Raise const.MaxTextureLevels to 14 (8192)
Chris Wilson
2011-06-02
1
-3
/
+3
*
i965: Rename IS_GT1 and IS_GT2 to IS_SNB_GT1 and IS_SNB_GT2.
Kenneth Graunke
2011-05-18
1
-1
/
+1
*
i965: Don't use the GS for breaking down quads on Ivybridge.
Kenneth Graunke
2011-05-17
1
-1
/
+1
*
i965: Initial Ivybridge URB space partitioning, including push constants.
Kenneth Graunke
2011-05-17
1
-0
/
+6
*
i965: Set maximum number of threads for Ivybridge.
Kenneth Graunke
2011-05-17
1
-1
/
+11
*
i965: Rename max_vs_handles to max_vs_entries for consistency.
Kenneth Graunke
2011-05-17
1
-2
/
+2
*
i965: Move the CC VP to state streaming.
Eric Anholt
2011-04-29
1
-8
/
+0
*
i965: Allocate the whole URB to the VS and fix calculations for Gen6.
Kenneth Graunke
2011-04-18
1
-1
/
+4
*
i965: Fix the VS thread limits for GT1, and clarify the WM limits on both.
Eric Anholt
2011-04-01
1
-2
/
+11
*
intel: Fix typeos from 3d028024 and 790ff232
Ian Romanick
2011-01-20
1
-5
/
+5
*
i965: Set correct values for range/precision of fragment shader types
Ian Romanick
2011-01-20
1
-0
/
+9
*
i965: Use last vertex convention for quad provoking vertex on sandybridge
Zhenyu Wang
2011-01-04
1
-0
/
+7
*
i965: Enable IF statements in the VS.
Eric Anholt
2010-12-01
1
-3
/
+0
*
i965: re-enable gen6 IF statements in the fragment shader.
Eric Anholt
2010-11-10
1
-1
/
+1
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-1
/
+1
*
Rename GLvisual and __GLcontextModes to struct gl_config
Kristian Høgsberg
2010-10-13
1
-1
/
+1
*
i965: Disable emitting if () statements on gen6 until we really fix them.
Eric Anholt
2010-10-07
1
-0
/
+3
*
intel: Fix GL_ARB_shading_language_120 commit
Kristian Høgsberg
2010-09-22
1
-11
/
+0
*
mesa: don't advertise bogus GL_ARB_shading_language_120 extension
Brian Paul
2010-09-21
1
-0
/
+10
*
glsl2: Add flags to enable variable index lowering
Ian Romanick
2010-09-17
1
-0
/
+7
*
i965: Request that returns be lowered in shader main
Ian Romanick
2010-09-13
1
-0
/
+1
*
glsl2: Add EmitNoNoise flag, use it to remove noise opcodes
Ian Romanick
2010-09-09
1
-0
/
+1
*
glsl: make compiler options per-target
Luca Barbieri
2010-09-08
1
-2
/
+5
*
i965: Set the maximum number of threads on Sandybridge.
Zhenyu Wang
2010-08-20
1
-1
/
+5
*
i965: Sandybridge doesn't have Compr4 mode, since it's not needed any more.
Zhenyu Wang
2010-08-20
1
-1
/
+2
*
Merge branch 'shader-file-reorg'
Brian Paul
2010-06-23
1
-1
/
+0
|
\
|
*
mesa: rename src/mesa/shader/ to src/mesa/program/
Brian Paul
2010-06-10
1
-1
/
+1
|
*
i965: remove UseProgram driver callback
Brian Paul
2010-06-10
1
-10
/
+0
*
|
i965: Remove unnecessary header.
Vinson Lee
2010-06-12
1
-1
/
+0
*
|
i965: Set the CC VP state immediately on state change.
Eric Anholt
2010-06-11
1
-0
/
+8
*
|
i965: remove UseProgram driver callback
Brian Paul
2010-06-10
1
-10
/
+0
|
/
*
i965: Avoid calloc/free in the CURBE upload process.
Eric Anholt
2010-06-09
1
-0
/
+3
[next]