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: Move intel_context::perf_debug to brw_context.
Kenneth Graunke
2013-07-09
1
-1
/
+1
*
i965: Move intel_context::batch to brw_context.
Kenneth Graunke
2013-07-09
1
-1
/
+1
*
i965: Move intel_context::hw_ctx to brw_context.
Kenneth Graunke
2013-07-09
1
-2
/
+2
*
i965: Move intel_context::bufmgr to brw_context.
Kenneth Graunke
2013-07-09
1
-1
/
+1
*
i965: Move intel_context::optionCache to brw_context.
Kenneth Graunke
2013-07-09
1
-3
/
+3
*
i965: Pass brw_context to functions rather than intel_context.
Kenneth Graunke
2013-07-09
1
-1
/
+1
*
i965: Move ctx->Const setup from intelInitContext to the new helper.
Kenneth Graunke
2013-07-09
1
-0
/
+21
*
i965: Split code to set ctx->Const values into a helper function.
Kenneth Graunke
2013-07-09
1
-110
/
+120
*
i965: Split BeginTransformFeedback hook into Gen6 and Gen7+ variants.
Kenneth Graunke
2013-05-21
1
-3
/
+5
*
i965: Rely on hardware contexts for query objects on Gen6+.
Kenneth Graunke
2013-05-20
1
-1
/
+5
*
i965: Require hardware contexts (and thus Kernel 3.6) on Gen6+.
Kenneth Graunke
2013-05-20
1
-1
/
+17
*
i965/vs: Set the PreferDP4 shader compiler option.
Kenneth Graunke
2013-05-12
1
-0
/
+2
*
mesa: add & use a new driver flag for UBO updates instead of _NEW_BUFFER_OBJECT
Marek Olšák
2013-05-11
1
-0
/
+1
*
mesa: move max texture image unit constants to gl_program_constants
Marek Olšák
2013-05-11
1
-5
/
+5
*
i965: Add chipset limits for the Haswell GT3 variant.
Kenneth Graunke
2013-05-09
1
-0
/
+6
*
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
[next]