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
*
mesa: add viewport() helper
Samuel Pitoiset
2017-06-23
1
-21
/
+27
*
mesa: add KHR_no_error support for glViewportArrayv()
Samuel Pitoiset
2017-06-23
3
-1
/
+13
*
mesa: add viewport_array() helper
Samuel Pitoiset
2017-06-23
1
-7
/
+14
*
mesa: add KHR_no_error support for glViewportIndexed*()
Samuel Pitoiset
2017-06-23
3
-2
/
+24
*
mesa: rename ViewportIndexedf() to viewport_indexed_err()
Samuel Pitoiset
2017-06-23
1
-6
/
+7
*
mesa: add KHR_no_error support for glClipControl()
Samuel Pitoiset
2017-06-23
3
-1
/
+12
*
mesa: add clip_control() helper
Samuel Pitoiset
2017-06-23
1
-27
/
+34
*
i965: Convert upload_default_color to genxml.
Rafael Antognolli
2017-06-22
1
-77
/
+85
*
i965: Remove unused code and delete file.
Rafael Antognolli
2017-06-22
2
-626
/
+0
*
i965: Convert vs, gs, tcs, tes and cs samplers to genxml.
Rafael Antognolli
2017-06-22
3
-126
/
+123
*
i965: Convert fs sampler state to use genxml.
Rafael Antognolli
2017-06-22
3
-23
/
+540
*
genxml: fix gen5 sampler border color state.
Rafael Antognolli
2017-06-22
1
-20
/
+20
*
aubinator: Dump sampler state pointers on gen6 too.
Rafael Antognolli
2017-06-22
1
-0
/
+11
*
anv: Fix -Wswitch in anv_layout_to_aux_usage()
Chad Versace
2017-06-22
1
-0
/
+3
*
i965: Fix -Wunused-variable in gen8_write_pma_stall_bits()
Chad Versace
2017-06-22
1
-2
/
+0
*
i965/CFL: Add PCI Ids for Coffee Lake.
Anusha Srivatsa
2017-06-22
3
-0
/
+38
*
intel: Enable vulkan build for gen10
Anuj Phogat
2017-06-22
1
-0
/
+4
*
anv/cnl: Generate and use gen10 functions
Anuj Phogat
2017-06-22
4
-1
/
+13
*
anv/cnl: Don't set FloatBlendOptimizationEnable{Mask}
Anuj Phogat
2017-06-22
1
-3
/
+6
*
anv/cnl: Use GENX(xx) in place of GEN9_xx
Anuj Phogat
2017-06-22
1
-8
/
+8
*
anv/cnl: Add #defines for MOCS and genX(x)
Anuj Phogat
2017-06-22
1
-0
/
+14
*
intel/genxml: Add Gen10 CACHE_MODE_1 definitions
Anuj Phogat
2017-06-22
1
-0
/
+18
*
intel/genxml: Rename StartInstanceLocation to StartingInstanceLocation
Anuj Phogat
2017-06-22
1
-1
/
+1
*
intel/genxml: Rename IndirectStatePointer to BorderColorPointer
Anuj Phogat
2017-06-22
1
-1
/
+1
*
intel/genxml: Combine DataDWord{0, 1} fields in to ImmediateData field
Anuj Phogat
2017-06-22
1
-2
/
+1
*
intel/genxml: Add INSTDONE registers in gen10
Anuj Phogat
2017-06-22
1
-0
/
+115
*
intel/genxml: Add better support for MI_MATH in gen10
Anuj Phogat
2017-06-22
1
-4
/
+65
*
i965/dri: Add intel_screen param to intel_create_winsys_renderbuffer
Chad Versace
2017-06-22
3
-11
/
+17
*
i965: Move brw_context format arrays to intel_screen
Chad Versace
2017-06-22
4
-40
/
+64
*
i965: Rename some vague format members of brw_context
Chad Versace
2017-06-22
9
-28
/
+28
*
egl: Rename 'count' in ${platform}_add_configs_for_visuals (v2)
Chad Versace
2017-06-22
4
-25
/
+28
*
egl/x11: Declare EGLConfig attrib array inside loop
Chad Versace
2017-06-22
1
-12
/
+12
*
egl/drm: Declare EGLConfig attrib array inside loop
Chad Versace
2017-06-22
1
-5
/
+5
*
egl/android: Declare EGLConfig attrib array inside loop (v2)
Chad Versace
2017-06-22
1
-9
/
+7
*
egl/dri2: Declare loop vars inside the loop
Chad Versace
2017-06-22
1
-24
/
+19
*
egl/wayland: Declare loop vars inside the loop
Chad Versace
2017-06-22
1
-27
/
+17
*
egl/surfaceless: Move loop vars inside the loop
Chad Versace
2017-06-22
1
-7
/
+5
*
egl/x11: Declare loop vars inside the loop
Chad Versace
2017-06-22
1
-8
/
+7
*
egl/drm: Move loop vars inside the loop
Chad Versace
2017-06-22
1
-22
/
+15
*
egl/android: Declare loop vars inside their loops (v2)
Chad Versace
2017-06-22
1
-19
/
+15
*
svga: minor whitespace fixes in svga_pipe_vertex.c
Brian Paul
2017-06-22
1
-6
/
+10
*
svga: check return value from svga_set_shader( SVGA3D_SHADERTYPE_GS, NULL)
Brian Paul
2017-06-22
1
-0
/
+2
*
svga: fix pre-mature flushing of the command buffer
Charmaine Lee
2017-06-22
5
-5
/
+24
*
swr: invalidate attachment on transition change
George Kyriazis
2017-06-22
3
-0
/
+28
*
Revert "getteximage: Return correct error value when texure object is not found"
Juan A. Suarez Romero
2017-06-22
1
-9
/
+3
*
egl: properly count configs
Eric Engestrom
2017-06-22
5
-6
/
+12
*
egl/android: Change order of EGLConfig generation (v2)
Chad Versace
2017-06-22
1
-7
/
+25
*
i915: Fix gl_Fragcoord interpolation
Ville Syrjälä
2017-06-22
5
-16
/
+21
*
egl: simplify dri_config conditionals
Eric Engestrom
2017-06-22
2
-17
/
+11
*
radeonsi/gfx9: enable DCC fast clear
Marek Olšák
2017-06-22
1
-4
/
+0
[next]