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
/
intel
Commit message (
Expand
)
Author
Age
Files
Lines
*
anv/meta: Modify blitter API fields
Nanley Chery
2016-03-03
1
-18
/
+5
*
anv/meta: Add the beginnings of a blitter API
Jason Ekstrand
2016-03-03
1
-0
/
+48
*
anv/meta: Remove redundancies in do_buffer_copy()
Nanley Chery
2016-03-03
1
-28
/
+18
*
anv/meta: Replace copy_format w/ block size in do_buffer_copy()
Nanley Chery
2016-03-03
1
-11
/
+6
*
anv/meta: Add missing command to exit meta in anv_CmdUpdateBuffer()
Nanley Chery
2016-03-03
1
-0
/
+2
*
anv/image: Create a linear image when requested
Nanley Chery
2016-03-03
1
-1
/
+1
*
isl: Don't filter tiling flags if a specific tiling bit is set
Nanley Chery
2016-03-03
1
-5
/
+8
*
isl: Add function to get intratile offsets from x/y offsets
Nanley Chery
2016-03-03
2
-12
/
+43
*
anv/util: Fix vector resizing
Jason Ekstrand
2016-03-03
1
-12
/
+19
*
anv/gen7: Use predicated rendering for indirect compute
Jordan Justen
2016-03-02
1
-0
/
+45
*
anv: Save batch to local variable for indirect compute
Jordan Justen
2016-03-02
1
-5
/
+6
*
anv: Fix make check
Jason Ekstrand
2016-03-02
2
-7
/
+10
*
isl: Fix make check
Jason Ekstrand
2016-03-02
1
-0
/
+1
*
gen8/cmd_buffer: Properly return flushed push constant stages
Jason Ekstrand
2016-03-02
1
-1
/
+3
*
anv/meta_blit: Use unorm formats for 8 and 16-bit RGB and RGBA values
Jason Ekstrand
2016-03-01
1
-7
/
+16
*
Merge remote-tracking branch 'origin/master' into vulkan
Kenneth Graunke
2016-03-01
1
-7
/
+2
*
genxml: Make the border color pointer consistent across gens
Jason Ekstrand
2016-03-01
3
-7
/
+3
*
gen7/pipeline: Add competent blending
Jason Ekstrand
2016-03-01
1
-43
/
+45
*
anv: Unify gen7 and gen8 state
Jason Ekstrand
2016-03-01
4
-202
/
+72
*
anv/cmd_buffer: Look at both sides for stencil enable
Jason Ekstrand
2016-03-01
2
-6
/
+4
*
anv/cmd_buffer: Clean up stencil state setup on gen7
Jason Ekstrand
2016-03-01
1
-12
/
+8
*
anv/cmd_buffer: Clean up stencil state setup on gen8
Jason Ekstrand
2016-03-01
1
-16
/
+11
*
anv: Add in image->offset when setting up depth buffer
Kristian Høgsberg Kristensen
2016-03-01
1
-1
/
+1
*
anv/pipeline: Pull 3DSTATE_SBE into a shared helper
Jason Ekstrand
2016-03-01
3
-111
/
+111
*
genxml: Break output detail of 3DSTATE_SBE on gen7 into a struct
Jason Ekstrand
2016-02-29
2
-70
/
+46
*
anv/cmd_buffer: Dirty push constants when changing pipelines.
Jason Ekstrand
2016-02-29
2
-0
/
+22
*
anv/cmd_buffer: Re-emit push constants packets for all stages
Jason Ekstrand
2016-02-29
2
-24
/
+24
*
anv/pipeline: Follow push constant alignment restrictions on BDW+ and HSW gt3
Jason Ekstrand
2016-02-29
1
-1
/
+8
*
anv/pipeline: Avoid a division by zero
Jason Ekstrand
2016-02-29
1
-1
/
+1
*
anv/pipeline: Use dynamic checks for max push constants
Jason Ekstrand
2016-02-29
1
-7
/
+8
*
isl/surface_state: Fix array spacing on Gen7
Nanley Chery
2016-02-29
1
-0
/
+5
*
anv: Don't advertise pipelineStatisticsQuery
Kristian Høgsberg Kristensen
2016-02-29
1
-1
/
+1
*
anv: Set CURBEAllocationSize in MEDIA_VFE_STATE
Jordan Justen
2016-02-28
1
-13
/
+22
*
anv/gen7: Enable SLM in L3 cache control register
Jordan Justen
2016-02-28
1
-0
/
+62
*
anv/pipeline: Set URB offset to zero if size is zero
Jordan Justen
2016-02-28
1
-2
/
+3
*
anv/pipeline: Set FS URB space to zero if the FS is unused
Jordan Justen
2016-02-28
1
-1
/
+4
*
anv/pipeline: Set stage URB size to zero if it is unused
Jordan Justen
2016-02-28
1
-1
/
+1
*
anv/gen7: Clean up the dummy PS case
Jason Ekstrand
2016-02-27
1
-19
/
+13
*
anv/gen7: Set MaximumNumberofThreads in the dummy PS packet
Jason Ekstrand
2016-02-27
1
-1
/
+5
*
anv/gen7: Only try to get the depth format the surface has depth
Jason Ekstrand
2016-02-27
1
-1
/
+4
*
anv/image: Use isl for filling brw_image_param
Jason Ekstrand
2016-02-27
1
-111
/
+6
*
isl: Add helpers for filling out brw_image_param
Jason Ekstrand
2016-02-27
2
-1
/
+118
*
anv: Fill out image_param structs at view creation time
Jason Ekstrand
2016-02-27
3
-4
/
+12
*
anv/image: Add a ussage_mask field to image_view_init
Jason Ekstrand
2016-02-27
5
-19
/
+21
*
isl: Move isl_image.c to isl_storage_image.c
Jason Ekstrand
2016-02-27
2
-1
/
+1
*
anv: Use isl to fill buffer surface states
Jason Ekstrand
2016-02-27
3
-81
/
+6
*
isl: Add a helper for filling a buffer surface state
Jason Ekstrand
2016-02-27
4
-0
/
+121
*
anv: Remove unneeded fiels from anv_image_view
Jason Ekstrand
2016-02-27
2
-8
/
+6
*
anv/state: Remove unused fill_surface_state functions
Jason Ekstrand
2016-02-27
3
-419
/
+0
*
anv: Use ISL to fill out surface states
Jason Ekstrand
2016-02-27
1
-71
/
+79
[next]