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
/
brw_context.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
i965: enable up to 32 inputs for geometry shaders in gen8+
Iago Toral Quiroga
2017-09-28
1
-1
/
+2
*
Revert "i965: Reset miptree aux state on update_image_buffer"
Jason Ekstrand
2017-09-19
1
-3
/
+1
*
i965: Reset miptree aux state on update_image_buffer
Jason Ekstrand
2017-09-18
1
-1
/
+3
*
i965: Plumb brw through to intel_batchbuffer_reset().
Kenneth Graunke
2017-09-18
1
-1
/
+1
*
i965: Move TexSubImage functions to intel_tex_image.c
Jason Ekstrand
2017-09-15
1
-1
/
+0
*
i965: drop unused brw->needs_unlit_centroid_workaround
Lionel Landwerlin
2017-08-30
1
-2
/
+0
*
i965: drop brw->has_surface_tile_offset in favor of devinfo's
Lionel Landwerlin
2017-08-30
1
-1
/
+0
*
i965: drop unused brw->has_pln
Lionel Landwerlin
2017-08-30
1
-1
/
+0
*
i965: drop brw->must_use_separate_stencil in favor of devinfo's
Lionel Landwerlin
2017-08-30
1
-1
/
+0
*
i965: drop unused brw->has_negative_rhw_bug
Lionel Landwerlin
2017-08-30
1
-1
/
+0
*
i965: drop unused brw->has_compr4
Lionel Landwerlin
2017-08-30
1
-1
/
+0
*
i965: drop brw->has_llc in favor of devinfo->has_llc
Lionel Landwerlin
2017-08-30
1
-1
/
+0
*
i965: drop brw->is_broxton
Lionel Landwerlin
2017-08-30
1
-1
/
+0
*
i965: drop brw->is_cherryview in favor of devinfo->is_cherryview
Lionel Landwerlin
2017-08-30
1
-2
/
+1
*
i965: drop brw->is_haswell in favor of devinfo->is_haswell
Lionel Landwerlin
2017-08-30
1
-3
/
+2
*
i965: drop brw->is_baytrail in favor of devinfo->is_baytrail
Lionel Landwerlin
2017-08-30
1
-1
/
+0
*
i965: drop brw->is_g4x in favor of devinfo->is_g4x
Lionel Landwerlin
2017-08-30
1
-2
/
+1
*
i965: drop brw->gt in favor of devinfo->gt
Lionel Landwerlin
2017-08-30
1
-1
/
+0
*
i965: drop brw->gen in favor of devinfo->gen
Lionel Landwerlin
2017-08-30
1
-31
/
+37
*
i965: Devirtualize update_renderbuffer_surface.
Kenneth Graunke
2017-08-23
1
-4
/
+0
*
i965: enable STD430 packing by default on IVB+
Timothy Arceri
2017-08-22
1
-0
/
+16
*
i965: Use ISL for emitting null surface states.
Kenneth Graunke
2017-08-19
1
-2
/
+2
[next]