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/chv: Display proper branding
Ben Widawsky
2016-03-11
1
-3
/
+28
*
i965/chv: Check that compute threads are above threshold
Ben Widawsky
2016-03-11
1
-0
/
+4
*
i965/chv: Use kernel provided info for max_cs_threads
Ben Widawsky
2016-03-11
1
-1
/
+8
*
i965: Set MaxFramebufferWidth/Height to 16384, not viewport.
Kenneth Graunke
2016-03-03
1
-2
/
+2
*
i965/formatquery: Respond queries SAMPLES and NUM_SAMPLE_COUNTS
Eduardo Lima Mitev
2016-03-03
1
-1
/
+0
*
i965: Move brw_query_samples_for_format() to brw_queryformat.c
Eduardo Lima Mitev
2016-03-03
1
-38
/
+0
*
i965: Add boilerplate function for QueryInternalFormat driver hook
Eduardo Lima Mitev
2016-03-03
1
-0
/
+1
*
i965: set ctx->Const.MaxViewport{Width,Height} to 32k
Samuel Iglesias Gonsálvez
2016-03-02
1
-0
/
+5
*
i965: Set compute shader shared memory max to 64k
Jordan Justen
2016-02-16
1
-1
/
+1
*
i965: Add a few assertions on lossless compression
Topi Pohjolainen
2016-02-16
1
-0
/
+4
*
i965: Add a flag telling color resolve pass to ignore CCS_E
Topi Pohjolainen
2016-02-16
1
-1
/
+11
*
i965: fix MAX_COMPUTE_SHARED_SIZE constant value
Samuel Pitoiset
2016-02-13
1
-0
/
+1
*
i965: Add means for limiting color resolves
Topi Pohjolainen
2016-02-13
1
-4
/
+4
*
main: Use a derived value for the default sample count
Neil Roberts
2016-02-05
1
-0
/
+19
*
i965: Implement a drirc workaround for broken dual color blending.
Kenneth Graunke
2016-01-22
1
-0
/
+3
*
i965: Remove unused hw_must_use_separate_stencil
Ben Widawsky
2016-01-13
1
-1
/
+1
*
i965: Enable ARB_tessellation_shader on Gen7-7.5.
Kenneth Graunke
2015-12-28
1
-2
/
+2
*
i965: Enable compute shaders in more cases for OpenGLES 3.1
Jordan Justen
2015-12-16
1
-1
/
+4
*
i965: Fix crash when calling glViewport with no surface bound
Neil Roberts
2015-12-16
1
-2
/
+4
*
i965/gen9: Resolve SRGB color buffers when GL_FRAMEBUFFER_SRGB enabled
Neil Roberts
2015-12-11
1
-0
/
+27
*
i965: Enable ARB_compute_shader extension on supported hardware
Jordan Justen
2015-12-09
1
-5
/
+6
*
i965: Resolve color and flush for all active shader images in intel_update_st...
Francisco Jerez
2015-12-09
1
-0
/
+18
*
i965: Add backend structures for tess stages
Chris Forbes
2015-12-07
1
-0
/
+2
*
i965: Set core tessellation-related limits
Chris Forbes
2015-12-07
1
-2
/
+6
*
i965: Request lowering of gl_TessLevel* from float[] to vec4s.
Kenneth Graunke
2015-12-07
1
-0
/
+2
*
util: move brw_env_var_as_boolean() to util
Rob Clark
2015-11-24
1
-2
/
+3
*
i965: Set MaxCombinedUniformBlocks properly.
Kenneth Graunke
2015-11-16
1
-0
/
+1
*
i965: Clean up context constant initialization code.
Kenneth Graunke
2015-11-16
1
-80
/
+54
*
i965: Convert scalar_* flags to a scalar_stage array.
Kenneth Graunke
2015-11-16
1
-1
/
+1
*
i965/skl+: Enable support for 16x multisampling
Neil Roberts
2015-11-05
1
-0
/
+6
*
i965: Move the entire compiler API into a single file
Jason Ekstrand
2015-10-19
1
-1
/
+1
*
mesa/i965: Refactor brw_is_front_buffer_{drawing,reading} to common code
Ian Romanick
2015-10-06
1
-7
/
+8
*
i965: Define BRW_MAX_SSBO
Iago Toral Quiroga
2015-10-05
1
-7
/
+7
*
i965: Define BRW_MAX_UBO
Iago Toral Quiroga
2015-10-05
1
-2
/
+2
*
i965: Remove early release of DRI2 miptree
Chris Wilson
2015-09-30
1
-1
/
+0
*
i965: Set MaxShaderStorageBuffers for compute shaders
Iago Toral Quiroga
2015-09-25
1
-0
/
+3
*
i965: set ARB_shader_storage_buffer_object related constant values
Samuel Iglesias Gonsalvez
2015-09-25
1
-0
/
+12
*
i965: Use 64-byte offset alignment for shader storage buffers
Iago Toral Quiroga
2015-09-25
1
-0
/
+9
*
i965: Advertise 65536 for GL_MAX_UNIFORM_BLOCK_SIZE.
Kenneth Graunke
2015-09-10
1
-0
/
+9
*
mesa: Rename MaxCombinedImageUnitsAndFragmentOutputs to MaxCombinedShaderOutp...
Francisco Jerez
2015-08-20
1
-1
/
+1
*
i965: Define implementation constants for ARB_shader_image_load_store.
Francisco Jerez
2015-08-11
1
-0
/
+12
*
i965: Enable hardware-generated binding tables on render path.
Abdiel Janulgue
2015-07-18
1
-0
/
+4
*
i965: Enable resource streamer for the batchbuffer
Abdiel Janulgue
2015-07-18
1
-0
/
+4
*
i965: Move pipecontrol workaround bo to brw_pipe_control
Chris Wilson
2015-07-08
1
-0
/
+7
*
i965/bxt: Add basic Broxton infrastructure
Ben Widawsky
2015-06-24
1
-0
/
+1
*
i965: Add compiler options to brw_compiler
Jason Ekstrand
2015-06-23
1
-43
/
+3
*
i965: Move INTEL_DEBUG variable parsing to screen creation time
Jason Ekstrand
2015-06-23
1
-1
/
+3
*
i965: enable ARB_framebuffer_no_attachments for Gen7+
Kevin Rogovin
2015-06-17
1
-0
/
+6
*
Revert "i965: Advertise a line width of 40.0 on Cherryview and Skylake."
Kenneth Graunke
2015-06-11
1
-5
/
+1
*
i965: do not round line width when multisampling or antialiaing are enabled
Iago Toral Quiroga
2015-06-11
1
-0
/
+7
[next]