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
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Implement GL_ARB_texture_filter_anisotropic
Adam Jackson
2017-08-25
3
-0
/
+3
*
i965: add missing `const` in function signature
Eric Engestrom
2017-08-24
1
-1
/
+1
*
i965: Stop using wm_prog_data->binding_table.render_target_start.
Kenneth Graunke
2017-08-23
1
-7
/
+3
*
i965: Add a brw_wm_prog_data::has_render_target_reads field.
Kenneth Graunke
2017-08-23
1
-4
/
+2
*
i965: Inline brw_update_renderbuffer_surfaces().
Kenneth Graunke
2017-08-23
2
-38
/
+20
*
i965: Pass fb into emit_null_surface instead of dimensions.
Kenneth Graunke
2017-08-23
1
-16
/
+12
*
i965: Devirtualize update_renderbuffer_surface.
Kenneth Graunke
2017-08-23
4
-30
/
+5
*
i965: Delete update_renderbuffer_surface flags.
Kenneth Graunke
2017-08-23
2
-21
/
+5
*
i965: Make brw_update_renderbuffer_surface static.
Kenneth Graunke
2017-08-23
2
-11
/
+6
*
i965: Drop BRW_NEW_BLORP from SURFACE_STATE setup code.
Kenneth Graunke
2017-08-23
5
-29
/
+1
*
i965: Make a BRW_NEW_FAST_CLEAR_COLOR dirty bit.
Kenneth Graunke
2017-08-23
8
-5
/
+25
*
i965: Drop Gen7+ nonsense from brw_ff_gs.c.
Kenneth Graunke
2017-08-23
1
-4
/
+3
*
i965: Only set key->flat_shade if COL0/COL1 are written.
Kenneth Graunke
2017-08-23
1
-1
/
+3
*
i965: Clean up brwNewProgram().
Kenneth Graunke
2017-08-23
1
-28
/
+5
*
i965/clear: Quantize the depth clear value based on the format
Jason Ekstrand
2017-08-21
1
-2
/
+12
*
i965: enable STD430 packing by default on IVB+
Timothy Arceri
2017-08-22
1
-0
/
+16
*
i965/bufmgr: s/BO_ALLOC_FOR_RENDER/BO_ALLOC_BUSY/
Jason Ekstrand
2017-08-20
4
-19
/
+18
*
i965/tex: Change the flags type on create_for_teximage
Jason Ekstrand
2017-08-20
1
-1
/
+1
*
i965/tex: Don't pass samples to miptree_create_for_teximage
Jason Ekstrand
2017-08-19
1
-1
/
+1
*
i965: Use ISL for emitting null surface states.
Kenneth Graunke
2017-08-19
7
-351
/
+49
*
i965: Remove tabs in intel_batchbuffer.c.
Kenneth Graunke
2017-08-18
1
-7
/
+7
*
i965/miptree: Return NONE from texture_aux_usage when fully resolved
Jason Ekstrand
2017-08-18
1
-1
/
+14
*
i965: Stop looking at NewDriverState when emitting 3DSTATE_URB
Jason Ekstrand
2017-08-18
3
-5
/
+11
*
i965: Mark all EGLimages as non-coherent.
Kenneth Graunke
2017-08-18
1
-5
/
+3
*
i965: Fix missing newlines in perf_debug messages.
Kenneth Graunke
2017-08-17
2
-3
/
+3
*
i965: Alphabetize TCS image dirty bits
Kenneth Graunke
2017-08-16
1
-1
/
+1
*
i965: Always allow CPU readback of the scanout on LLC platforms
Chris Wilson
2017-08-16
1
-1
/
+15
*
i965: make sure check_and_emit_atom gets inlined
Tapani Pälli
2017-08-16
1
-1
/
+1
*
i965: Advertise the CCS modifier
Ben Widawsky
2017-08-14
1
-4
/
+40
*
i965/miptree: More conservatively resolve external images
Jason Ekstrand
2017-08-14
3
-1
/
+47
*
i965: Pretend that CCS modified images are two planes
Ben Widawsky
2017-08-14
1
-21
/
+34
*
i965/screen: Support import and export of surfaces with CCS
Jason Ekstrand
2017-08-14
1
-8
/
+71
*
i965/miptree: Allocate mcs_buf for an image's CCS
Ben Widawsky
2017-08-14
1
-4
/
+91
*
i965: Support images with aux buffers
Ben Widawsky
2017-08-14
1
-0
/
+6
*
i965/screen: Stop redefining DRM_FORMAT_MOD_(INVALID|LINEAR)
Jason Ekstrand
2017-08-14
1
-8
/
+0
*
i965/blorp: Correct type of src_format in call to intel_miptree_texture_aux_u...
Scott D Phillips
2017-08-14
1
-1
/
+2
*
i965: Guard GetBufferSubData's streaming memcpy load with USE_SSE41
Kenneth Graunke
2017-08-12
1
-0
/
+2
*
i965: Clean up intel_batchbuffer_init().
Kenneth Graunke
2017-08-12
3
-12
/
+11
*
dri: Introduce SWAP_METHOD tokens
Thomas Hellstrom
2017-08-10
6
-10
/
+8
*
dri: Fix __DRIconfig reporting of __DRI_ATTRIB_SWAP_METHOD
Thomas Hellstrom
2017-08-10
2
-6
/
+2
*
i965/bufmgr: Set bo->idle after waiting.
Kenneth Graunke
2017-08-08
1
-0
/
+2
*
i965: Don't use ggtt_bo for Gen8+ streamout offset buffer.
Kenneth Graunke
2017-08-08
1
-1
/
+1
*
i965: Simplify *_bo() helpers.
Kenneth Graunke
2017-08-08
1
-47
/
+25
*
i965: Get rid of KSP_ro
Kenneth Graunke
2017-08-08
1
-15
/
+4
*
i965: Only call create_for_planar_image for multiple planes
Jason Ekstrand
2017-08-08
1
-1
/
+4
*
i965/miptree: Set supports_fast_clear = false in make_shareable
Jason Ekstrand
2017-08-07
1
-0
/
+1
*
i965/miptree: Rework create flags
Jason Ekstrand
2017-08-07
8
-38
/
+52
*
i965/miptree: Delete MIPTREE_LAYOUT_TILING_(Y|ANY)
Jason Ekstrand
2017-08-07
6
-24
/
+8
*
i965/miptree: Delete an unused function declaration
Jason Ekstrand
2017-08-07
1
-5
/
+0
*
i965/miptree: Call alloc_aux in create_for_bo
Jason Ekstrand
2017-08-07
1
-6
/
+7
[next]