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_compiler.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/ir: Skip eliminate_find_live_channel() for stages with sparse thread dis...
Francisco Jerez
2016-09-21
1
-0
/
+49
*
intel: s/brw_device_info/gen_device_info/
Jason Ekstrand
2016-09-03
1
-4
/
+4
*
intel: Add a new "common" library for more code sharing
Jason Ekstrand
2016-09-03
1
-1
/
+1
*
i965: Allocate space in the binding table for non-coherent FB fetch.
Francisco Jerez
2016-08-25
1
-0
/
+1
*
i965/fs: Add brw_wm_prog_key bit specifying whether FB reads should be coherent.
Francisco Jerez
2016-08-25
1
-0
/
+1
*
i965: Implement the WaPreventHSTessLevelsInterference workaround.
Kenneth Graunke
2016-08-18
1
-0
/
+2
*
i965: Fix encode_slm_size() to take a generation, not a device info.
Kenneth Graunke
2016-06-13
1
-2
/
+2
*
i965: Fix shared local memory size for Gen9+.
Kenneth Graunke
2016-06-12
1
-0
/
+33
*
i965/fs Add a wm_prog_data bit for has_side_effects
Jason Ekstrand
2016-06-03
1
-0
/
+1
*
i965: Remove old CS local ID handling
Jordan Justen
2016-06-01
1
-8
/
+0
*
i965: Add CS push constant info to brw_cs_prog_data
Jordan Justen
2016-06-01
1
-0
/
+12
*
i965: Store number of threads in brw_cs_prog_data
Jordan Justen
2016-06-01
1
-0
/
+1
*
i965: Add uniform for a CS thread local base ID
Jordan Justen
2016-06-01
1
-0
/
+1
*
i965/fs: Implement SIMD32 register allocation support.
Francisco Jerez
2016-05-27
1
-1
/
+1
*
i965: Invoke lowering pass for YUV textures
Kristian Høgsberg Kristensen
2016-05-24
1
-0
/
+7
*
i965: Support textures with multiple planes
Kristian Høgsberg Kristensen
2016-05-24
1
-0
/
+1
*
i965: Delete brw_wm_prog_key::render_to_fbo and drawable_height.
Kenneth Graunke
2016-05-20
1
-1
/
+0
*
i965/fs: Add an allow_spilling flag to brw_compile_fs
Jason Ekstrand
2016-05-17
1
-0
/
+1
*
i965/fs: calculate first non-payload GRF using attrib slots
Juan A. Suarez Romero
2016-05-17
1
-0
/
+1
*
i965/fs: Organize prog_data by ksp number rather than SIMD width
Jason Ekstrand
2016-05-14
1
-5
/
+7
*
i965/fs: Rework the persample shading key/prog_data bits
Jason Ekstrand
2016-05-14
1
-2
/
+2
*
i965: Add support for GL_ARB_cull_distance
Kristian Høgsberg Kristensen
2016-05-13
1
-0
/
+2
*
i965: Generalize wm_key->compute_sample_id to wm_key->multisample_fbo.
Kenneth Graunke
2016-04-20
1
-1
/
+1
*
i965: Delete now dead persample_2x FS program key flag.
Kenneth Graunke
2016-04-20
1
-1
/
+0
*
i965/fs: Add a flat_inputs field to prog_data
Jason Ekstrand
2016-04-06
1
-0
/
+6
*
i965: Add an INTEL_PRECISE_TRIG=1 option to fix SIN/COS output range.
Kenneth Graunke
2016-04-04
1
-0
/
+6
*
i965/gs: Pass VerticesIn though prog_data
Jason Ekstrand
2016-02-11
1
-0
/
+2
*
i965/fs: Pass usage of depth, W, and sample mask through prog_data
Jason Ekstrand
2016-02-11
1
-0
/
+3
*
i965: Move brw_compiler_create() to new brw_compiler.c.
Matt Turner
2016-02-01
1
-0
/
+3
*
i965: Implement a drirc workaround for broken dual color blending.
Kenneth Graunke
2016-01-22
1
-0
/
+1
*
i965: Add support for gl_DrawIDARB and enable extension
Kristian Høgsberg Kristensen
2015-12-29
1
-0
/
+1
*
i965: Add support for gl_BaseVertexARB and gl_BaseInstanceARB
Kristian Høgsberg Kristensen
2015-12-29
1
-0
/
+2
*
i965: Handle mix-and-match TCS/TES with separate shader objects.
Kenneth Graunke
2015-12-22
1
-0
/
+9
*
i965: Create and set a new brw_tcs_prog_data::outputs_written field.
Kenneth Graunke
2015-12-22
1
-0
/
+3
*
i965: Implement gl_PatchVerticesIn by baking it into brw_tcs_prog_key.
Kenneth Graunke
2015-12-22
1
-0
/
+2
*
i965: Add tessellation control shaders.
Kenneth Graunke
2015-12-22
1
-0
/
+26
*
i965: Add tessellation evaluation shaders
Kenneth Graunke
2015-12-22
1
-0
/
+24
*
i965: Add tessellation shader VUE map code.
Kenneth Graunke
2015-12-14
1
-2
/
+18
*
i965: Move brw_cs_fill_local_id_payload() to libi965_compiler
Kristian Høgsberg Kristensen
2015-12-11
1
-0
/
+7
*
i965: Calculate appropriate L3 partition weights for the current pipeline state.
Francisco Jerez
2015-12-09
1
-0
/
+1
*
i965: Add backend structures for tess stages
Chris Forbes
2015-12-07
1
-0
/
+18
*
i965: Add enums for 3DSTATE_TE field values.
Kenneth Graunke
2015-11-18
1
-0
/
+28
*
i965: Add missing stdio.h include to brw_compiler.h.
Kenneth Graunke
2015-11-17
1
-0
/
+1
*
i965: Convert scalar_* flags to a scalar_stage array.
Kenneth Graunke
2015-11-16
1
-2
/
+1
*
i965: Print input/output VUE maps on INTEL_DEBUG=vs, gs.
Kenneth Graunke
2015-11-13
1
-0
/
+2
*
i965/fs: Add a sampler program key for whether the texture is 16x MSAA
Neil Roberts
2015-11-05
1
-0
/
+7
*
i965: Update stale comment about unused VUE map slots.
Kenneth Graunke
2015-10-28
1
-3
/
+1
*
i965: Make brw_varying_to_offset take a const pointer to the VUE map.
Kenneth Graunke
2015-10-24
1
-2
/
+2
*
i965: Implement ARB_shader_stencil_export (gen9+)
Ben Widawsky
2015-10-21
1
-0
/
+1
*
i965: Add a brw->scalar_gs flag controlled by INTEL_SCALAR_GS=1.
Kenneth Graunke
2015-10-21
1
-0
/
+1
[next]