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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
i965: Delete a batch size assertion that isn't very useful.
Kenneth Graunke
2017-09-14
1
-3
/
+0
*
i965/screen: Implement queryDmaBufFormatModifierAttirbs
Jason Ekstrand
2017-09-14
1
-1
/
+23
*
i965/screen: Report the correct number of image planes
Jason Ekstrand
2017-09-14
1
-1
/
+8
*
dri/radeon: use ARRAY_SIZE macro
Eric Engestrom
2017-09-14
1
-1
/
+3
*
i965: Add an INTEL_DEBUG=submit option for printing batch statistics.
Kenneth Graunke
2017-09-13
1
-1
/
+1
*
i965: do not fallback to linear tiling for stencil surfaces
Iago Toral Quiroga
2017-09-12
1
-4
/
+7
*
i965/tex: add missing include
Eric Engestrom
2017-09-10
1
-0
/
+1
*
i965: Don't special case the batchbuffer when reference counting.
Kenneth Graunke
2017-09-08
1
-11
/
+4
*
i965: expose RGBA visuals only on Android
Emil Velikov
2017-09-06
1
-1
/
+22
*
genxml: Make Border Color Pointer an address on Gen4-5, not an offset.
Kenneth Graunke
2017-09-02
1
-6
/
+4
*
i965: Inline emit_reloc in __genx_combine_address
Kenneth Graunke
2017-09-02
1
-12
/
+5
*
i965: Fix crash in fallback GTT mapping.
Kenneth Graunke
2017-09-02
1
-2
/
+4
*
i965: Fix state flagging of Gen6 SOL programs.
Kenneth Graunke
2017-09-02
2
-19
/
+6
*
i965: Drop useless gen6_brw_upload_ff_gs_prog() wrapper.
Kenneth Graunke
2017-09-02
3
-7
/
+1
*
i965: Move BATCH_SZ define into intel_batchbuffer.c.
Kenneth Graunke
2017-09-01
2
-1
/
+2
*
i965: Drop batch_size argument from brw_bufmgr_init().
Kenneth Graunke
2017-09-01
3
-4
/
+3
*
i965: Rename brw_bo::offset64 to gtt_offset.
Chris Wilson
2017-09-01
3
-12
/
+35
*
i965: Drop the BRW_BATCH_STRUCT macro.
Kenneth Graunke
2017-09-01
2
-4
/
+1
*
i965: Don't double count the batch in aperture_space.
Kenneth Graunke
2017-09-01
1
-1
/
+1
*
i965: Use BLORP for buffer object stall avoidance blits instead of BLT.
Kenneth Graunke
2017-08-30
1
-11
/
+11
*
i965: Always flush caches after blitting to a GL buffer object.
Kenneth Graunke
2017-08-30
1
-1
/
+3
*
i965: Add PIPE_CONTRTOL_DATA_CACHE flush to brw_emit_mi_flush().
Kenneth Graunke
2017-08-30
1
-0
/
+1
*
i965: Add a brw_blorp_copy_buffers() command.
Kenneth Graunke
2017-08-30
2
-0
/
+29
*
i965: drop unused brw->needs_unlit_centroid_workaround
Lionel Landwerlin
2017-08-30
2
-11
/
+0
*
i965: drop brw->has_surface_tile_offset in favor of devinfo's
Lionel Landwerlin
2017-08-30
5
-8
/
+9
*
i965: drop unused brw->no_simd8
Lionel Landwerlin
2017-08-30
1
-1
/
+0
*
i965: drop unused brw->has_pln
Lionel Landwerlin
2017-08-30
2
-2
/
+0
*
i965: drop brw->must_use_separate_stencil in favor of devinfo's
Lionel Landwerlin
2017-08-30
4
-4
/
+5
*
i965: drop unused brw->has_negative_rhw_bug
Lionel Landwerlin
2017-08-30
2
-2
/
+0
*
i965: drop unused brw->has_compr4
Lionel Landwerlin
2017-08-30
2
-2
/
+0
*
i965: drop brw->has_llc in favor of devinfo->has_llc
Lionel Landwerlin
2017-08-30
7
-8
/
+8
*
i965: drop brw->is_broxton
Lionel Landwerlin
2017-08-30
4
-5
/
+2
*
i965: drop brw->is_cherryview in favor of devinfo->is_cherryview
Lionel Landwerlin
2017-08-30
3
-4
/
+4
*
i965: drop brw->is_haswell in favor of devinfo->is_haswell
Lionel Landwerlin
2017-08-30
23
-44
/
+45
*
i965: drop brw->is_baytrail in favor of devinfo->is_baytrail
Lionel Landwerlin
2017-08-30
8
-13
/
+13
*
i965: drop brw->is_g4x in favor of devinfo->is_g4x
Lionel Landwerlin
2017-08-30
8
-12
/
+10
*
i965: drop brw->gt in favor of devinfo->gt
Lionel Landwerlin
2017-08-30
5
-8
/
+5
*
i965: drop brw->gen in favor of devinfo->gen
Lionel Landwerlin
2017-08-30
47
-311
/
+506
*
i965: add 2xMSAA 16xMSAA modes to DRI configs.
Kevin Rogovin
2017-08-30
1
-5
/
+18
*
Revert "i965: add 2xMSAA and 16xMSAA to DRI configs for Gen9."
Kenneth Graunke
2017-08-30
1
-10
/
+3
*
i965: Bump the initial program cache size from 4kB to 16kB.
Kenneth Graunke
2017-08-29
1
-1
/
+1
*
i965: Issue performance warnings when growing the program cache
Kenneth Graunke
2017-08-29
1
-0
/
+3
*
i965: add 2xMSAA and 16xMSAA to DRI configs for Gen9.
Kevin Rogovin
2017-08-29
1
-3
/
+10
*
i965: Add $(WNO_OVERRIDE_INIT) to AM_CFLAGS
Matt Turner
2017-08-29
1
-0
/
+1
*
i965: Mark functions used conditionally as UNUSED
Matt Turner
2017-08-29
2
-3
/
+3
*
i965: Explicitly cast between different enums
Matt Turner
2017-08-29
1
-4
/
+4
*
i965: Remove some 'inline' keywords
Matt Turner
2017-08-29
1
-7
/
+7
*
i965: Fix whitespace issues in intel_buffer_objects.c.
Kenneth Graunke
2017-08-28
1
-31
/
+29
*
i965: Use GEN_GEN and GEN_IS_HASWELL in genX_state_upload.c code.
Kenneth Graunke
2017-08-25
1
-4
/
+4
*
mesa: Implement GL_ARB_polygon_offset_clamp
Adam Jackson
2017-08-25
1
-1
/
+1
[prev]
[next]