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
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Always have the struct gl_program * in the backend visitor.
Eric Anholt
2013-10-15
4
-14
/
+15
*
i965: Drop a couple of unused defines.
Eric Anholt
2013-10-15
1
-3
/
+0
*
i965: Remove dead arguments from prog_data_compare.
Eric Anholt
2013-10-15
8
-17
/
+8
*
i965: Don't copy prop source mods into instructions that can't take them.
Matt Turner
2013-10-14
4
-0
/
+26
*
i965: Merge intel_context.h into brw_context.h.
Kenneth Graunke
2013-10-13
2
-172
/
+120
*
i965: Delete our copy of likely/unlikely macros.
Kenneth Graunke
2013-10-13
1
-10
/
+0
*
mesa: Move U_FIXED/S_FIXED macros from i965 to macros.h.
Kenneth Graunke
2013-10-13
1
-26
/
+0
*
i965: Move need_workaround_flush = true to intel_batchbuffer_init.
Kenneth Graunke
2013-10-13
2
-2
/
+2
*
i965: Move DriverFlag initialization to brw_init_state().
Kenneth Graunke
2013-10-13
2
-4
/
+5
*
i965: Merge intelInitContext into brwCreateContext.
Kenneth Graunke
2013-10-13
2
-83
/
+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
3
-730
/
+685
*
i965: Move memset of TextureFormatSupported to brw_init_surface_formats.
Kenneth Graunke
2013-10-13
2
-3
/
+2
*
i965: Remove has_aa_line_parameters.
Kenneth Graunke
2013-10-13
3
-3
/
+5
*
i965: Move state setup from brwCreateContext to brw_init_state().
Kenneth Graunke
2013-10-13
2
-8
/
+8
*
i965: Remove the brw_context::emit_state_always flag.
Kenneth Graunke
2013-10-13
3
-5
/
+2
*
i965: Move hardware feature flags to brw_device_info.
Kenneth Graunke
2013-10-13
3
-4
/
+18
*
i965: Move device quirks to brw_device_info.
Kenneth Graunke
2013-10-13
3
-8
/
+27
*
i965: Move hardware limits to brw_device_info.
Kenneth Graunke
2013-10-13
3
-83
/
+117
*
i965: Replace some intel_screen fields with brw_device_info references.
Kenneth Graunke
2013-10-13
4
-62
/
+22
*
i965: Delete the INTEL_SEPARATE_STENCIL override.
Kenneth Graunke
2013-10-13
1
-27
/
+0
*
i965: Add a new brw_device_info structure.
Kenneth Graunke
2013-10-13
6
-0
/
+150
*
i965: Add the family name to the PCI ID table.
Kenneth Graunke
2013-10-13
1
-1
/
+1
*
i965: Remove #define name from PCI ID table.
Kenneth Graunke
2013-10-13
1
-1
/
+1
*
i965: Pull most driconf option handling into a centralized function.
Kenneth Graunke
2013-10-13
2
-47
/
+61
*
i965: Move a bunch of code from intelInitContext to brwCreateContext.
Kenneth Graunke
2013-10-13
2
-50
/
+44
*
i965: Update the comment about viewport hacks.
Kenneth Graunke
2013-10-13
1
-1
/
+7
*
i965: Pull out INTEL_DEBUG handling into new intel_debug.[ch] files.
Kenneth Graunke
2013-10-13
5
-128
/
+200
*
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: Turn on GLSL 1.50 and GL 3.2 support for i965 gen7.
Paul Berry
2013-10-12
2
-2
/
+4
*
i965: extend fast texture upload
Frank Henigman
2013-10-10
1
-69
/
+402
*
i965: Clean up error handling for context creation.
Eric Anholt
2013-10-10
4
-34
/
+8
*
intel: Remove silly check for !bufmgr.
Eric Anholt
2013-10-10
1
-6
/
+0
*
dri: Move API version validation into dri/common.
Eric Anholt
2013-10-10
3
-80
/
+13
*
i965/fs: Convert gen7 to using GRFs for texture messages.
Eric Anholt
2013-10-10
9
-109
/
+170
*
i965/fs: Allocate more register classes on gen7.
Eric Anholt
2013-10-10
2
-18
/
+30
*
i965/fs: Use per-channel interference for register_coalesce_2().
Eric Anholt
2013-10-10
3
-23
/
+26
*
i965/fs: Use the new per-channel live ranges for dead code elimination.
Eric Anholt
2013-10-10
2
-3
/
+16
*
i965/fs: Keep a copy of the live variables class around.
Eric Anholt
2013-10-10
3
-12
/
+17
*
i965/fs: Invalidate live intervals when compacting; don't fix them.
Kenneth Graunke
2013-10-10
1
-4
/
+1
*
i965/fs: Remove start/end aliases in compute_live_intervals().
Kenneth Graunke
2013-10-10
1
-8
/
+6
*
i965/fs: Track live variable ranges on a per-channel level.
Eric Anholt
2013-10-10
2
-74
/
+85
*
i965/fs: Factor def[]/use[] setup out to a separate function.
Eric Anholt
2013-10-10
2
-16
/
+43
*
i965/fs: Create a helper function for invalidating live intervals.
Kenneth Graunke
2013-10-10
7
-15
/
+21
*
i965/fs: Do live variables dataflow analysis on a per-channel level.
Eric Anholt
2013-10-10
2
-17
/
+73
*
i965/fs: Rename num_vars to num_vgrfs in live interval analysis.
Kenneth Graunke
2013-10-10
2
-8
/
+7
*
i965/fs: Short-circuit a loop in live variable analysis.
Kenneth Graunke
2013-10-10
1
-5
/
+6
[next]