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
*
spirv: Sort supported capabilities
Jason Ekstrand
2019-01-07
1
-5
/
+5
*
Revert recent changes about not including compute in combined limits.
Kenneth Graunke
2018-08-24
1
-11
/
+11
*
i965: don't include compute resources in "Combined" limits
Kenneth Graunke
2018-08-23
1
-11
/
+11
*
i965: Implement EGL_KHR_mutable_render_buffer
Chad Versace
2018-08-21
1
-2
/
+84
*
i965: Advertise 8 bits subpixel precision for viewport bounds on gen6+
Danylo Piliaiev
2018-08-20
1
-1
/
+1
*
xmlconfig: add kernel_driver device attribute
Qiang Yu
2018-08-17
1
-1
/
+2
*
i965: enable XFB and GeometryStreams for gen7+
Alejandro Piñeiro
2018-07-31
1
-0
/
+2
*
mesa: Add gl_shader_program param to ProgramBinarySerializeDriverBlob
Jordan Justen
2018-07-09
1
-1
/
+1
*
i965: Use ShaderCacheSerializeDriverBlob driver function
Jordan Justen
2018-07-09
1
-0
/
+4
*
i965: enable AtomicStorage capability for gen7+
Alejandro Piñeiro
2018-07-03
1
-0
/
+1
*
i965: Disable internal CCS for shadows of multi-sampled windows
Jason Ekstrand
2018-06-04
1
-1
/
+10
*
i965: silence unused variable
Lionel Landwerlin
2018-05-09
1
-1
/
+0
*
i965: Use ISL for emitting depth/stencil/hiz state on gen6+
Jason Ekstrand
2018-05-08
1
-9
/
+0
*
i965: Don't leak blorp on Gen4-5.
Kenneth Graunke
2018-05-07
1
-2
/
+1
*
i965: Always try to create a logical context
Chris Wilson
2018-05-03
1
-15
/
+14
*
i965: Push down the gl_vertex_array inputs into i965.
Mathias Fröhlich
2018-03-31
1
-0
/
+1
*
i965: initialize SPIR-V capabilities
Alejandro Piñeiro
2018-03-30
1
-0
/
+25
*
i965: Don't request GLSL IR lowering of gl_VertexID
Ian Romanick
2018-03-29
1
-1
/
+0
*
i965: Generalize intel_upload.c to support multiple uploaders.
Kenneth Graunke
2018-03-02
1
-0
/
+2
*
i965: Warn about preliminary support for Gen11
Matt Turner
2018-02-28
1
-0
/
+7
*
i965: use context priority definitions from gen_defines.h
Tapani Pälli
2018-02-28
1
-3
/
+5
*
i965: Implement GenerateMipmap directly, rather than using Meta.
Kenneth Graunke
2018-02-16
1
-0
/
+2
*
i965/gen10: Remove warning message.
Rafael Antognolli
2018-02-14
1
-7
/
+0
*
i965: Call prepare_external after implicit window-system MSAA resolves
Jason Ekstrand
2018-02-01
1
-0
/
+15
*
i965: move disk cache from brw_context to intel_screen
Tapani Pälli
2018-01-30
1
-3
/
+1
*
i965: fix disk_cache leak when destroying context
Tapani Pälli
2018-01-29
1
-0
/
+3
*
vbo: remove vbo_context.h and change includes to use vbo.h instead
Brian Paul
2018-01-24
1
-1
/
+1
*
i965: Accept CONTEXT_ATTRIB_PRIORITY for brwCreateContext
Chris Wilson
2018-01-22
1
-1
/
+3
*
i965/miptree: Add an explicit tiling parameter to create_for_bo
Jason Ekstrand
2018-01-21
1
-0
/
+4
*
Revert "i965: Enable flush control"
Adam Jackson
2018-01-15
1
-19
/
+1
*
glsl: remove Lower{TCS,TES}PatchVerticesIn
Iago Toral Quiroga
2018-01-10
1
-2
/
+0
*
intel/compiler/gen10: Disable push constants.
Rafael Antognolli
2017-12-19
1
-0
/
+7
*
i965: Add ARB_get_program_binary support using nir_serialization
Jordan Justen
2017-12-08
1
-0
/
+10
*
mesa: add AllowGLSLCrossStageInterpolationMismatch workaround
Tapani Pälli
2017-11-30
1
-0
/
+3
*
mesa: split extensions overrides and glGetString(GL_EXTENSIONS)
Emil Velikov
2017-11-16
1
-0
/
+1
*
i965: remove ARB_compute_shader extension override
Emil Velikov
2017-11-16
1
-2
/
+1
*
i965: use _mesa_is_desktop_gl helper
Emil Velikov
2017-11-16
1
-1
/
+1
*
i965: expose SRGB visuals and turn on EGL_KHR_gl_colorspace
Tapani Pälli
2017-11-09
1
-6
/
+10
*
i965: properly initialize brw->cs.base.stage to MESA_SHADER_COMPUTE
Kenneth Graunke
2017-11-08
1
-0
/
+1
*
i965: Enable flush control
Neil Roberts
2017-11-06
1
-1
/
+19
*
dri: Change __DriverApiRec::CreateContext to take a struct for attribs
Neil Roberts
2017-11-06
1
-17
/
+24
*
intel: Don't flush the old context in intelMakeCurrent
Neil Roberts
2017-11-06
1
-9
/
+0
*
i965: Initialize disk shader cache if MESA_GLSL_CACHE_DISABLE is false
Jordan Justen
2017-10-31
1
-0
/
+2
*
i965: Initialize sha1 hash of dri config options
Jordan Justen
2017-10-31
1
-0
/
+4
*
i965: unref push_const_bo in intelDestroyContext
Tapani Pälli
2017-10-27
1
-0
/
+6
*
i965: remove if conditions from scratch_bo unref
Tapani Pälli
2017-10-27
1
-10
/
+6
*
i965: Pass the EGL/DRI context priority through to the kernel
Chris Wilson
2017-10-20
1
-0
/
+18
*
egl,dri: Propagate context priority hint to driver->CreateContext
Chris Wilson
2017-10-20
1
-3
/
+4
*
i965: Allow mapped VBOs during drawing in non-debug contexts.
Kenneth Graunke
2017-10-11
1
-0
/
+3
*
i965: pass wanted format to intel_miptree_create_for_dri_image
Tapani Pälli
2017-10-06
1
-13
/
+1
[next]