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
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: replace VP/FP/ATIfs _Enabled flags with helper functions
Marek Olšák
2017-06-22
24
-76
/
+85
*
mesa: don't update draw buffer bounds in _mesa_update_state
Marek Olšák
2017-06-22
13
-3
/
+42
*
mesa: remove update_framebuffer_size
Marek Olšák
2017-06-22
1
-43
/
+1
*
mesa: replace ctx->Polygon._FrontBit with a helper function
Marek Olšák
2017-06-22
16
-28
/
+228
*
mesa: replace ctx->VertexProgram._TwoSideEnabled with a helper function
Marek Olšák
2017-06-22
6
-25
/
+17
*
mesa: stop using _NEW_STENCIL with st/mesa, use DriverFlags.NewStencil instead
Marek Olšák
2017-06-22
4
-15
/
+31
*
mesa: replace _mesa_update_stencil() with helper functions
Marek Olšák
2017-06-22
26
-66
/
+78
*
meta: do the full FBO completeness check in decompress_texture_image
Marek Olšák
2017-06-22
1
-0
/
+5
*
i965/gen6: Use isl-based miptree also for stencil rbs
Pohjolainen, Topi
2017-06-21
1
-3
/
+16
*
i965: Remove spurious mutex frobbing around call to intel_miptree_blit
Ian Romanick
2017-06-21
1
-13
/
+6
*
i965/miptree: Move isl_surf_get_(hiz|mcs)_surf out of the assert
Jason Ekstrand
2017-06-21
1
-4
/
+6
*
intel/genxml: Normalize URB Data field in WM_STATE.
Rafael Antognolli
2017-06-21
1
-1
/
+1
*
intel/genxml: Rename field on WM_STATE to match gen6+.
Rafael Antognolli
2017-06-21
1
-1
/
+1
*
intel/genxml: Normalize fields on WM_STATE.
Rafael Antognolli
2017-06-21
1
-2
/
+2
*
i915: Always emit W on gen3
Ville Syrjälä
2017-06-21
1
-6
/
+4
*
mesa: add KHR_no_error support for glStencilOp()
Samuel Pitoiset
2017-06-21
2
-0
/
+10
*
mesa: add stencil_op() helper
Samuel Pitoiset
2017-06-21
2
-20
/
+29
*
mesa: add KHR_no_error support for glStencilFunc()
Samuel Pitoiset
2017-06-21
2
-0
/
+11
*
mesa: add stencil_func() helper
Samuel Pitoiset
2017-06-21
2
-12
/
+20
*
mesa: add KHR_no_error support for glStencilOpSeparate()
Samuel Pitoiset
2017-06-21
2
-0
/
+12
*
mesa: add stencil_op_separate() helper
Samuel Pitoiset
2017-06-21
1
-24
/
+37
*
mesa: add KHR_no_error support for glStencilMaskSeparate()
Samuel Pitoiset
2017-06-21
2
-0
/
+11
*
mesa: add stencil_mask_separate() helper
Samuel Pitoiset
2017-06-21
1
-11
/
+20
*
mesa: add KHR_no_error support for glStencilFuncSeparate()
Samuel Pitoiset
2017-06-21
2
-0
/
+13
*
mesa: add stencil_func_separate() helper
Samuel Pitoiset
2017-06-21
1
-17
/
+28
*
st/mesa: fix assert to be simpler
Dave Airlie
2017-06-21
1
-4
/
+1
*
intel: compiler/i965: fix is_broxton checks
Lionel Landwerlin
2017-06-20
1
-1
/
+1
*
mesa/main: Move NULL pointer check.
Plamena Manolova
2017-06-20
1
-6
/
+6
*
i965: Fall back to normal blorp clear instead of meta clear
Ian Romanick
2017-06-20
3
-34
/
+30
*
meta/blit: Silence unused parameter warning
Ian Romanick
2017-06-20
1
-2
/
+2
*
meta: Silence unused parameter warning
Ian Romanick
2017-06-20
1
-2
/
+2
*
i965: Fix incorrect comment
Ian Romanick
2017-06-20
1
-1
/
+1
*
mesa: simplify _mesa_IsVertexArray()
Samuel Pitoiset
2017-06-20
1
-6
/
+1
*
mesa/format_info: use designated initialiser list
Eric Engestrom
2017-06-20
1
-17
/
+20
*
i965: perf: use gen_device_info rather then brw_context
Lionel Landwerlin
2017-06-19
1
-3
/
+4
*
intel: common: express timestamps units in frequency
Lionel Landwerlin
2017-06-19
1
-1
/
+1
*
i965: convert MI_REPORT_PERF_COUNT to genxml
Lionel Landwerlin
2017-06-19
3
-28
/
+34
*
i965: perf: fix codegen with single operand equation
Lionel Landwerlin
2017-06-19
1
-1
/
+3
*
i965/wm: Use stored hiz surface instead of creating copy
Topi Pohjolainen
2017-06-19
3
-86
/
+2
*
i965/blorp: Use hiz surface instead of creating copy
Topi Pohjolainen
2017-06-19
1
-14
/
+10
*
i965/miptree/gen7+: Use isl for hiz layouts
Topi Pohjolainen
2017-06-19
7
-245
/
+33
*
i965/miptree: Drop BO_ALLOC_FOR_RENDER in intel_miptree_alloc_mcs()
Topi Pohjolainen
2017-06-19
1
-1
/
+6
*
i965/miptree: Use isl for mcs layouts
Topi Pohjolainen
2017-06-19
3
-88
/
+21
*
i965/miptree: Refactor aux surface allocation
Topi Pohjolainen
2017-06-19
1
-18
/
+36
*
i965/gen6: Use isl for hiz
Topi Pohjolainen
2017-06-19
4
-40
/
+27
*
i965/miptree: Refactor isl aux usage resolver
Topi Pohjolainen
2017-06-19
4
-22
/
+41
*
i965/gen6: Use isl for stencil surfaces
Topi Pohjolainen
2017-06-19
2
-19
/
+19
*
i965/miptree: Prepare range getter for isl based
Topi Pohjolainen
2017-06-19
1
-1
/
+8
*
i965/miptree: Prepare stencil mapping for isl based
Topi Pohjolainen
2017-06-19
1
-4
/
+28
*
i965/blorp: Prepare for isl based miptrees
Topi Pohjolainen
2017-06-19
1
-2
/
+7
[next]