index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
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: Enable ARB_texture_gather on Gen7
Chris Forbes
2013-10-03
1
-0
/
+1
*
i965: compute DDX in a subspan based only on top row
Chia-I Wu
2013-10-02
1
-0
/
+2
*
i965: Add support for GL_AMD_performance_monitor on Ironlake.
Kenneth Graunke
2013-09-26
1
-0
/
+4
*
i965: Set *Program.Max{Input,Output}Components
Ian Romanick
2013-09-19
1
-1
/
+6
*
i965/gen6+: Support 128 varying components.
Paul Berry
2013-09-16
1
-0
/
+3
*
i965/gen7.5: Fix lower bound on number of VS URB entries.
Paul Berry
2013-09-05
1
-0
/
+7
*
mesa: Implement GL_DEBUG_OUTPUT
Timothy Arceri
2013-09-04
1
-0
/
+2
*
i965/vs: Allocate register set once at context creation.
Kenneth Graunke
2013-08-26
1
-0
/
+1
*
i965: Initialize all elements of ctx->ShaderCompilerOptions.
Paul Berry
2013-08-23
1
-1
/
+1
*
i965: STATIC_ASSERT that there aren't too many BRW_NEW_* flags.
Paul Berry
2013-08-19
1
-0
/
+5
*
i965: allow 8 user clip planes on CTG+
Chris Forbes
2013-08-16
1
-1
/
+1
*
i965: Don't allocate curbe buffers on Gen6+.
Kenneth Graunke
2013-08-06
1
-2
/
+4
*
i965: Initialize the maximum number of GS threads on Haswell.
Kenneth Graunke
2013-08-02
1
-0
/
+3
*
i965: Delete intel_context entirely.
Kenneth Graunke
2013-07-09
1
-4
/
+2
*
i965: Move intel_context::gen and gt fields to brw_context.
Kenneth Graunke
2013-07-09
1
-24
/
+24
*
i965: Move intel_context::is_<platform> flags to brw_context.
Kenneth Graunke
2013-07-09
1
-3
/
+3
*
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
[next]