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/fs: Statically allocate the reg_sets at context initialization.
Eric Anholt
2012-10-17
1
-0
/
+2
*
mesa: Remove the EmitNVTempInitialization shader compiler option.
Kenneth Graunke
2012-10-16
1
-1
/
+0
*
i965: Reduce maximum GL_ARB_fragment_program instruction count to 1024.
Eric Anholt
2012-10-08
1
-4
/
+4
*
i965: brwInitVtbl needs to know the chipset generation
Ian Romanick
2012-09-28
1
-0
/
+5
*
i965: Don't free the intel_context structure when intelCreateContext fails.
Ian Romanick
2012-09-28
1
-3
/
+2
*
mesa: s/FREE/free/
Brian Paul
2012-09-01
1
-1
/
+1
*
i965: Allow creation of OpenGL 3.1 contexts
Ian Romanick
2012-08-29
1
-0
/
+19
*
i965: Set context flags
Ian Romanick
2012-08-29
1
-0
/
+8
*
i965: Disable the swrast context setup on GL 3.1 core.
Eric Anholt
2012-08-28
1
-1
/
+3
*
i965/gen6+: Add support for GL_ARB_timer_query.
Eric Anholt
2012-08-26
1
-0
/
+2
*
i965: Validate API and version in brwCreateContext
Ian Romanick
2012-08-13
1
-3
/
+37
*
i965/gen7: Reduce GT1 WM thread count according to updated BSpec.
Eric Anholt
2012-07-27
1
-1
/
+1
*
intel: increase wm thread number to 80 on gen6 GT2
Zou Nan hai
2012-07-27
1
-5
/
+1
*
i965/msaa: Switch on 8x MSAA for Gen7.
Paul Berry
2012-07-24
1
-1
/
+3
*
i965/msaa: Remove comment about falsely claiming to support MSAA.
Paul Berry
2012-07-24
1
-5
/
+0
*
i965/gen7: Increase the WM threads to hardware limits.
Eric Anholt
2012-07-20
1
-1
/
+1
*
i965: Add hardware context support.
Kenneth Graunke
2012-07-10
1
-0
/
+1
*
i965/msaa: Fix centroid interpolation of unlit pixels.
Paul Berry
2012-07-02
1
-0
/
+4
*
mesa: rename MaxTransformFeedbackSeparateAttribs to MaxTransformFeedbackBuffers
Marek Olšák
2012-06-28
1
-1
/
+1
*
i965: add flag to enable cut_index
Jordan Justen
2012-05-23
1
-0
/
+1
*
i965: create code path to handle primitive restart in hardware
Jordan Justen
2012-05-23
1
-0
/
+2
*
i965/gen6+: Add support for GL_ARB_blend_func_extended.
Eric Anholt
2012-05-23
1
-0
/
+1
*
i965: Rewrite the HiZ op
Chad Versace
2012-02-07
1
-55
/
+0
*
i965: Add a driconf option to force GLSL extension behavior to "warn".
Eric Anholt
2012-01-30
1
-0
/
+2
*
i965/gen6/GT1: Increase max_vs_entries to 256.
Paul Berry
2012-01-25
1
-1
/
+1
*
i965: Remove the INTEL_OLD_VS option.
Kenneth Graunke
2012-01-18
1
-8
/
+2
*
i965: Claim to support 4 multisamples on gen6+.
Eric Anholt
2012-01-10
1
-0
/
+8
*
i965: Increase the number of array texture levels to the hardware limit.
Eric Anholt
2012-01-10
1
-5
/
+6
*
i965/gen7: Flush the batch between transform feedbacks.
Eric Anholt
2012-01-06
1
-3
/
+10
*
i965: Implement bounds checking for transform feedback output.
Kenneth Graunke
2011-12-20
1
-0
/
+1
*
i965: Flush pipeline on EndTransformFeedback.
Paul Berry
2011-12-20
1
-0
/
+1
*
i965 gen6: Initial implementation of transform feedback.
Paul Berry
2011-12-20
1
-0
/
+20
*
i965: Advertise our vertex shader texture units.
Kenneth Graunke
2011-12-19
1
-1
/
+1
*
i965 gen6: Allocate URB space for GS
Paul Berry
2011-12-07
1
-0
/
+1
*
i965: Set the maximum number of GS URB entries on Sandybridge.
Kenneth Graunke
2011-12-07
1
-0
/
+2
*
i965: Don't perform the precompile on fragment shaders by default.
Eric Anholt
2011-11-30
1
-0
/
+1
*
i965: Use the surface format table to determine render target supportedness.
Eric Anholt
2011-11-22
1
-0
/
+2
*
i965: Prevent recursive calls to FLUSH_VERTICES [v2]
Chad Versace
2011-11-22
1
-0
/
+66
*
i965: remove #include of api_noop.h
Brian Paul
2011-11-11
1
-1
/
+0
*
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
[next]