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
*
intel: Remove the last spans code!
Eric Anholt
2013-04-30
1
-3
/
+0
*
mesa: convert _NEW_RASTERIZER_DISCARD to a driver flag
Marek Olšák
2013-04-24
1
-0
/
+1
*
mesa,i965: use NewDriverState to communicate TFB state changes with the driver
Marek Olšák
2013-04-24
1
-0
/
+2
*
i965: bump MAX_DEPTH_TEXTURE_SAMPLES to 4/8
Chris Forbes
2013-03-24
1
-2
/
+2
*
mesa: allow internalformat_query with multisample texture targets
Chris Forbes
2013-03-24
1
-2
/
+4
*
i965: Don't print a fatal-looking message if intelCreateContext fails.
Kenneth Graunke
2013-03-20
1
-1
/
+0
*
i965: Make perf_debug() output to GL_ARB_debug_output in a debug context.
Eric Anholt
2013-03-05
1
-1
/
+5
*
i965: expose sample positions
Chris Forbes
2013-03-02
1
-0
/
+3
*
i965: expose new max sample counts
Chris Forbes
2013-03-02
1
-2
/
+10
*
i965: Set UniformBufferOffsetAlignment to sizeof(vec4)
Ian Romanick
2013-02-07
1
-0
/
+1
*
i965: Add chipset limits for Haswell GT1/GT2.
Kenneth Graunke
2013-01-28
1
-1
/
+17
*
mesa: Make the drivers call a non-code-generated dispatch table setup.
Eric Anholt
2013-01-21
1
-1
/
+1
*
intel: Enable GL_ARB_internalformat_query
Ian Romanick
2013-01-15
1
-0
/
+23
*
intel: Move validation of context version into intelInitContext
Chad Versace
2013-01-15
1
-42
/
+5
*
driconf: Add a new option: disable_glsl_line_continuations
Carl Worth
2013-01-11
1
-0
/
+2
*
drivers: compute version and then initialize exec table
Jordan Justen
2012-12-16
1
-0
/
+8
*
i965: Add a debug flag for counting cycles spent in each compiled shader.
Eric Anholt
2012-12-05
1
-0
/
+3
*
mesa: Rename API_OPENGL to API_OPENGL_COMPAT.
Paul Berry
2012-11-29
1
-1
/
+1
*
i965: Validate requested GLES context version in brwCreateContext
Chad Versace
2012-11-19
1
-33
/
+25
*
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
[next]