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
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/miptree: Use num_samples of 1 instead of 0 for single-sampled
Topi Pohjolainen
2017-07-20
10
-32
/
+38
*
i965/miptree: Switch to isl_surf::msaa_layout
Topi Pohjolainen
2017-07-20
6
-131
/
+30
*
i965: remove local vblank_mode option
Emil Velikov
2017-07-19
1
-1
/
+0
*
i965/blorp: Use the return value of brw_emit_reloc.
Kenneth Graunke
2017-07-18
1
-3
/
+3
*
i965: Delete dead brw_program_reloc function.
Kenneth Graunke
2017-07-18
1
-15
/
+0
*
i965: Convert WM_STATE to genxml on gen4-5.
Rafael Antognolli
2017-07-18
6
-437
/
+153
*
i965: Convert CLIP_STATE to genxml.
Rafael Antognolli
2017-07-18
4
-215
/
+100
*
i965/gen4: Set tile offsets to zero after depth rebase
Topi Pohjolainen
2017-07-18
1
-4
/
+6
*
i965: Refactor check for separate stencil
Topi Pohjolainen
2017-07-18
1
-4
/
+20
*
i965/wm: Use level offsets directly
Topi Pohjolainen
2017-07-18
1
-2
/
+2
*
i965: Use offset helper in intel_readpixels_tiled_memcpy()
Topi Pohjolainen
2017-07-18
1
-2
/
+5
*
i965/miptree: Pass flags instead of explicit tiling to surface creator
Topi Pohjolainen
2017-07-18
1
-5
/
+8
*
i965/miptree: Add pitch override for imported buffer objects
Topi Pohjolainen
2017-07-18
1
-3
/
+4
*
i965/miptree: Stop setting total_width/height for existing bo
Topi Pohjolainen
2017-07-18
2
-6
/
+0
*
i965/wm: Use isl for filling tex image parameters
Topi Pohjolainen
2017-07-18
3
-92
/
+19
*
i965/miptree: Check for miptree_create() failures
Topi Pohjolainen
2017-07-18
1
-0
/
+2
*
i965/miptree: Do not rely on msaa type to decide if aux is needed
Topi Pohjolainen
2017-07-18
2
-4
/
+47
*
i965: Make irb::mt_layer logical instead of physical
Topi Pohjolainen
2017-07-18
4
-59
/
+12
*
i965/tex: Use offset helper instead of accessing table directly
Topi Pohjolainen
2017-07-18
2
-4
/
+8
*
i965: Mark read-only args as const in intel_miptree_supports_hiz()
Topi Pohjolainen
2017-07-18
1
-2
/
+2
*
i965/miptree: Use > 1 instead of > 0 to check for multisampling
Topi Pohjolainen
2017-07-18
1
-2
/
+2
*
i965/miptree: Set refcount before failing via _release()
Topi Pohjolainen
2017-07-18
1
-1
/
+2
*
i965: Delete brw_sf_state.c again
Kenneth Graunke
2017-07-17
1
-200
/
+0
*
i965: Check if the modifier is supported in select_best_modifier
Jason Ekstrand
2017-07-17
1
-0
/
+3
*
i965: Rework the modifier info map
Jason Ekstrand
2017-07-17
1
-23
/
+25
*
i965/surface_state: Remove the mcs_buf->offset == 0 restriction
Jason Ekstrand
2017-07-17
1
-1
/
+0
*
intel/isl: Add a row_pitch parameter to surf_get_ccs_surf
Jason Ekstrand
2017-07-17
1
-1
/
+2
*
i965/miptree: Use BO_ALLOC_ZEROED for CCS_E buffers
Jason Ekstrand
2017-07-17
1
-23
/
+13
*
i965/screen: Allocate ZEROED BOs for images
Jason Ekstrand
2017-07-17
1
-1
/
+5
*
i965/bufmgr: Add a BO_ALLOC_ZEROED flag
Jason Ekstrand
2017-07-17
2
-2
/
+27
*
i965/miptree: Replace is_lossless_compressed with mt->aux_usage checks
Jason Ekstrand
2017-07-17
5
-41
/
+10
*
i965/miptree: Allocate HiZ up-front
Jason Ekstrand
2017-07-17
2
-17
/
+6
*
i965/miptree: Add an intel_tiling_supports_hiz helper
Jason Ekstrand
2017-07-17
1
-1
/
+11
*
i965/miptree: Gather initial aux allocation into a single function
Jason Ekstrand
2017-07-17
1
-30
/
+53
*
i965: use strtol to convert the integer deviceID override
Emil Velikov
2017-07-17
1
-1
/
+1
*
i965: miptree: silence coverity warning
Lionel Landwerlin
2017-07-17
1
-1
/
+1
*
dri: Make classic drivers allow __DRI_CTX_FLAG_NO_ERROR.
Kenneth Graunke
2017-07-17
1
-2
/
+3
*
i965: Compile with -msse2 (instead of -msse2)
Matt Turner
2017-07-14
1
-1
/
+1
*
i965: Compile with -msse3
Matt Turner
2017-07-14
1
-1
/
+2
*
dri: Add KHR_no_error DRI extension
Grigori Goronzy
2017-07-14
1
-0
/
+2
*
i965: Push UBO data, but don't use it just yet.
Kenneth Graunke
2017-07-13
2
-7
/
+64
*
i965: Pad buffer objects by 2kB in robust contexts to avoid OOB access.
Kenneth Graunke
2017-07-13
1
-2
/
+20
*
i965: Stop re-uploading push constants after URB reconfiguration.
Kenneth Graunke
2017-07-13
2
-8
/
+7
*
i965: Separate uploading push constant data from the pointer packets.
Kenneth Graunke
2017-07-13
3
-34
/
+52
*
i965: Introduce a BRW_NEW_DRAW_CALL dirty bit.
Kenneth Graunke
2017-07-13
3
-0
/
+8
*
i965: Store per-stage push constant BO pointers.
Kenneth Graunke
2017-07-13
3
-3
/
+6
*
i965: Select ranges of UBO data to be uploaded as push constants.
Kenneth Graunke
2017-07-13
5
-0
/
+10
*
i965: Require a UBO offset alignment of 32 bytes.
Kenneth Graunke
2017-07-13
1
-1
/
+4
*
i965: Switch to absolute addressing for constant buffer 0.
Kenneth Graunke
2017-07-13
3
-0
/
+31
*
i965: Use async maps for BufferSubData to regions with no valid data.
Kenneth Graunke
2017-07-13
1
-1
/
+3
[next]