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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
Merge remote-tracking branch 'public/master' into vulkan
Jason Ekstrand
2016-04-13
310
-2937
/
+5117
|
|
\
\
\
\
|
*
|
|
|
|
anv: Remove default scissor and viewport concepts
Nanley Chery
2016-04-13
4
-49
/
+9
|
*
|
|
|
|
anv: Replace ::disable_scissor with ::use_rectlists
Nanley Chery
2016-04-13
7
-7
/
+2
|
*
|
|
|
|
anv: Delete anv_graphics_pipeline_create_info::disable_viewport
Nanley Chery
2016-04-13
5
-5
/
+0
|
*
|
|
|
|
gen{7,8}_pipeline: Always set ViewportXYClipTestEnable
Nanley Chery
2016-04-13
2
-2
/
+2
|
*
|
|
|
|
gen{7,8}_pipeline: Apply 3DPRIM_RECTLIST restrictions
Nanley Chery
2016-04-13
2
-4
/
+4
|
*
|
|
|
|
anv_cmd_buffer: Don't make the initial state dirty
Nanley Chery
2016-04-13
1
-1
/
+1
|
*
|
|
|
|
anv/meta: Don't set the dynamic state for disabled operations
Nanley Chery
2016-04-13
4
-82
/
+3
|
*
|
|
|
|
anv/clear: Disable the scissor operation
Nanley Chery
2016-04-13
1
-0
/
+1
|
*
|
|
|
|
util: Fix race condition on libgcrypt initialization
Mark Janes
2016-04-12
1
-8
/
+11
|
*
|
|
|
|
nir/lower_system_values: Simplify the computation of LocalInvocationIndex
Jason Ekstrand
2016-04-10
1
-9
/
+8
|
*
|
|
|
|
anv/pipeline: Set up flat enables correctly
Jason Ekstrand
2016-04-09
1
-0
/
+1
|
*
|
|
|
|
genxml: Fix the name of a 3DSTATE_SF/SBE field on gen6-7.5
Jason Ekstrand
2016-04-09
3
-3
/
+3
|
*
|
|
|
|
genxml: Break output detail of 3DSTATE_SF on gen7 into a struct
Jason Ekstrand
2016-04-09
1
-41
/
+24
|
*
|
|
|
|
genxml: Fix up MOCS in RENDER_SURFACE_STATE on gen6 to match gen7
Jason Ekstrand
2016-04-09
1
-1
/
+2
|
*
|
|
|
|
anv/meta: Make clflushes conditional on !devinfo->has_llc
Jason Ekstrand
2016-04-08
2
-3
/
+6
|
*
|
|
|
|
anv/formats: Advertise blit support for stencil
Jason Ekstrand
2016-04-08
1
-6
/
+4
|
*
|
|
|
|
anv/blit2d: Add support for W-tiled destinations
Jason Ekstrand
2016-04-08
1
-44
/
+322
|
*
|
|
|
|
isl/surface_state: Set the correct pitch for W-tiled surfaces
Jason Ekstrand
2016-04-08
1
-1
/
+13
|
*
|
|
|
|
anv/blit2d: Add another passthrough varying to the VS
Jason Ekstrand
2016-04-08
1
-0
/
+9
|
*
|
|
|
|
anv/image: Remove the offset parameter from image_view_init
Jason Ekstrand
2016-04-08
6
-11
/
+9
|
*
|
|
|
|
anv/blit2d: Add a bind_dst helper function
Jason Ekstrand
2016-04-08
1
-33
/
+55
|
*
|
|
|
|
anv/blit2d: Simplify create_iview
Jason Ekstrand
2016-04-08
1
-30
/
+25
|
*
|
|
|
|
nir/gather_info: Handle discard_if
Jason Ekstrand
2016-04-08
1
-0
/
+1
|
*
|
|
|
|
anv/meta2d: Add support for blitting from W-tiled sources on gen7
Jason Ekstrand
2016-04-08
1
-49
/
+204
|
*
|
|
|
|
isl: Remove surf_get_intratile_offset_el
Jason Ekstrand
2016-04-08
3
-125
/
+0
|
*
|
|
|
|
isl: Rework the get_intratile_offset function
Jason Ekstrand
2016-04-08
3
-38
/
+60
|
*
|
|
|
|
anv/image: Expose the guts of CreateBufferView for meta
Jason Ekstrand
2016-04-08
2
-16
/
+29
|
*
|
|
|
|
anv/blit2d: Refactor in preparation for different src/dst types
Jason Ekstrand
2016-04-08
2
-120
/
+238
|
*
|
|
|
|
anv/blit2d: Add layouts for using a texel buffer source
Jason Ekstrand
2016-04-08
2
-12
/
+53
|
*
|
|
|
|
anv/blit2d: Rename the descriptor set and pipeline layouts
Jason Ekstrand
2016-04-08
2
-12
/
+12
|
*
|
|
|
|
anv/blit2d: Enhance teardown and clean up init error paths
Jason Ekstrand
2016-04-08
1
-60
/
+57
|
*
|
|
|
|
anv/blit2d: Factor binding the source image into a helper
Jason Ekstrand
2016-04-08
1
-57
/
+82
|
*
|
|
|
|
anv/blit2d: Inline meta_emit_blit2d
Jason Ekstrand
2016-04-08
1
-191
/
+170
|
*
|
|
|
|
anv/blit2d: Pass the source pitch into the shader
Jason Ekstrand
2016-04-08
1
-8
/
+13
|
*
|
|
|
|
anv/blit2d: Break the texelfetch portion of shader building into a helper
Jason Ekstrand
2016-04-08
1
-23
/
+36
|
*
|
|
|
|
anv/blit2d: Fix whitespace
Jason Ekstrand
2016-04-08
1
-10
/
+10
|
*
|
|
|
|
anv/blit2d: Fix a NIR writemask
Jason Ekstrand
2016-04-08
1
-1
/
+1
|
*
|
|
|
|
anv/meta2d: Don't declare an array sampler in the fragment shader
Jason Ekstrand
2016-04-08
1
-4
/
+4
|
*
|
|
|
|
anv/blit2d: Remove the tex_dim parameter from copy_fragment_shader
Jason Ekstrand
2016-04-08
1
-4
/
+4
|
*
|
|
|
|
Merge remote-tracking branch 'public/master' into vulkan
Jason Ekstrand
2016-04-07
94
-1115
/
+1786
|
|
\
\
\
\
\
|
*
|
|
|
|
|
i965/fs: Use the scale helper in surface_builder
Jason Ekstrand
2016-04-07
1
-2
/
+2
|
*
|
|
|
|
|
genxml: Add GEN6 genxml
Kristian Høgsberg Kristensen
2016-04-06
2
-0
/
+1940
|
*
|
|
|
|
|
i965/compiler: Remove a redundant declaration of brw_compiler_create
Jason Ekstrand
2016-04-04
1
-3
/
+0
|
*
|
|
|
|
|
i965/defines: Unconditionally define primitives
Jason Ekstrand
2016-04-04
1
-2
/
+0
|
*
|
|
|
|
|
Merge remote-tracking branch 'public/master' into vulkan
Jason Ekstrand
2016-04-04
84
-1976
/
+2376
|
|
\
\
\
\
\
\
|
*
|
|
|
|
|
|
nir: Stop double-printing function arguments
Jason Ekstrand
2016-04-04
1
-10
/
+0
|
*
|
|
|
|
|
|
glsl: Stop force-enabling compute shaders
Jason Ekstrand
2016-04-04
1
-2
/
+0
|
*
|
|
|
|
|
|
glsl/standalone: Get rid of the unneeded _mesa_error_no_memory stub
Jason Ekstrand
2016-04-04
1
-6
/
+0
|
*
|
|
|
|
|
|
Remove more spirv2nir remnants
Jason Ekstrand
2016-04-04
3
-28
/
+2
[prev]
[next]