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: Reduce gl_MaxGeometryInputComponents to 64.
Paul Berry
2013-10-24
1
-1
/
+1
*
i965: Fix gl_MaxCombinedTextureImageUnits.
Paul Berry
2013-10-24
1
-1
/
+6
*
i965: Add support for GL_ARB_texture_buffer_range.
Eric Anholt
2013-10-23
1
-0
/
+11
*
i965: Drop unused simple_list.h includes.
Kenneth Graunke
2013-10-21
1
-1
/
+0
*
i965: Fold brwInitVtbl() into brwCreateContext().
Kenneth Graunke
2013-10-17
1
-1
/
+9
*
i965: Merge brw_destroy_context() into intelDestroyContext().
Kenneth Graunke
2013-10-17
1
-1
/
+19
*
i965: Unindent the body of intelDestroyContext.
Kenneth Graunke
2013-10-17
1
-24
/
+25
*
i965: Move need_workaround_flush = true to intel_batchbuffer_init.
Kenneth Graunke
2013-10-13
1
-2
/
+0
*
i965: Move DriverFlag initialization to brw_init_state().
Kenneth Graunke
2013-10-13
1
-4
/
+0
*
i965: Merge intelInitContext into brwCreateContext.
Kenneth Graunke
2013-10-13
1
-73
/
+43
*
i965: Move viewport driver hook setup to brw_init_driver_functions.
Kenneth Graunke
2013-10-13
1
-12
/
+12
*
i965: Make brwInitFunctions take brw_context rather than intel_screen.
Kenneth Graunke
2013-10-13
1
-6
/
+6
*
i965: Merge intelInitFunctions() and brwInitFunctions().
Kenneth Graunke
2013-10-13
1
-10
/
+3
*
i965: Merge intel_context.c into brw_context.c.
Kenneth Graunke
2013-10-13
1
-0
/
+685
*
i965: Remove has_aa_line_parameters.
Kenneth Graunke
2013-10-13
1
-1
/
+0
*
i965: Move state setup from brwCreateContext to brw_init_state().
Kenneth Graunke
2013-10-13
1
-8
/
+0
*
i965: Remove the brw_context::emit_state_always flag.
Kenneth Graunke
2013-10-13
1
-2
/
+0
*
i965: Move hardware feature flags to brw_device_info.
Kenneth Graunke
2013-10-13
1
-4
/
+3
*
i965: Move device quirks to brw_device_info.
Kenneth Graunke
2013-10-13
1
-7
/
+3
*
i965: Move hardware limits to brw_device_info.
Kenneth Graunke
2013-10-13
1
-83
/
+11
*
i965: Replace some intel_screen fields with brw_device_info references.
Kenneth Graunke
2013-10-13
1
-26
/
+13
*
i965: Pull most driconf option handling into a centralized function.
Kenneth Graunke
2013-10-13
1
-10
/
+61
*
i965: Move a bunch of code from intelInitContext to brwCreateContext.
Kenneth Graunke
2013-10-13
1
-3
/
+44
*
i965: Rename brwCreateContext's error parameter to dri_ctx_error.
Kenneth Graunke
2013-10-13
1
-3
/
+3
*
dri: Move i965-specific context flag logic to dri common.
Eric Anholt
2013-10-13
1
-8
/
+0
*
i965: Clean up error handling for context creation.
Eric Anholt
2013-10-10
1
-3
/
+3
*
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
[next]