summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* virgl: add assert and missing function parametervirgl_fix_type_v1Robert Foss2018-11-211-1/+4
* r600: clean up the GS ring buffers when the context is destroyedGert Wollny2018-11-211-0/+6
* radv: only sync CP DMA for transfer operations or bottom pipeSamuel Pitoiset2018-11-211-2/+6
* radv: ignore subpass self-dependenciesSamuel Pitoiset2018-11-211-0/+10
* Revert "nir/builder: Assert that intN_t immediates fit"Iago Toral Quiroga2018-11-211-4/+0
* nir/from_ssa: fix bit-size of temporary registerIago Toral Quiroga2018-11-211-2/+5
* mesa: Remove unneeded bitfield widths from the VAO.Mathias Fröhlich2018-11-211-2/+2
* mesa: Factor out struct gl_vertex_format.Mathias Fröhlich2018-11-2124-202/+224
* tnl: Use gl_array_attribute::_ElementSize.Mathias Fröhlich2018-11-211-9/+2
* nouveau: Use gl_array_attribute::_ElementSize.Mathias Fröhlich2018-11-211-1/+1
* mesa: Unify glEdgeFlagPointer data type.Mathias Fröhlich2018-11-211-1/+1
* mesa: Work with bitmasks when en/dis-abling VAO arrays.Mathias Fröhlich2018-11-214-29/+45
* mesa: Remove gl_array_attributes::Enabled.Mathias Fröhlich2018-11-214-24/+4
* mesa: Use gl_vertex_array_object::Enabled for glGet.Mathias Fröhlich2018-11-212-9/+36
* mesa: Use the gl_vertex_array_object::Enabled bitfield.Mathias Fröhlich2018-11-215-43/+39
* mesa: Rename gl_vertex_array_object::_Enabled -> Enabled.Mathias Fröhlich2018-11-2111-36/+36
* radeonsi: go back to using bottom-of-pipe for beginning of TIME_ELAPSEDMarek Olšák2018-11-201-11/+4
* radeonsi: don't send data after write-confirm with BOTTOM_OF_PIPE_TSMarek Olšák2018-11-203-9/+5
* st/mesa: pin driver threads to a fixed CCX when glthread is enabledMarek Olšák2018-11-203-56/+21
* st/mesa: regularly re-pin driver threads to the CCX where the app thread isMarek Olšák2018-11-202-0/+34
* drirc: enable glthread for Talos PrincipleMarek Olšák2018-11-201-0/+7
* mesa/glthread: enable immediate modeMarek Olšák2018-11-202-5/+11
* mesa/glthread: pass the function name to _mesa_glthread_restore_dispatchMarek Olšák2018-11-204-5/+8
* gallium/u_tests: fix MSVC build by using old-style zero initializersMarek Olšák2018-11-201-3/+3
* i965: Do NIR shader cloning in the caller.Kenneth Graunke2018-11-2012-21/+17
* i965: Use a 'nir' temporary rather than poking at brw_programKenneth Graunke2018-11-206-22/+25
* gallium/u_tests: add a compute shader test that clears an imageMarek Olšák2018-11-201-0/+77
* ac: handle cast derefsDave Airlie2018-11-211-0/+3
* radv: handle loading from shared pointersDave Airlie2018-11-211-9/+18
* ac: avoid casting pointers on bcsel and storesDave Airlie2018-11-213-3/+14
* meson: Add tests to suitesDylan Baker2018-11-2024-33/+70
* i965/batch: avoid reverting batch buffer if saved state is an emptyAndrii Simiklit2018-11-205-2/+13
* travis: adding missing x11-xcb for meson+vulkanEmil Velikov2018-11-201-0/+1
* glx: make xf86vidmode mandatory for direct renderingEmil Velikov2018-11-206-35/+6
* travis: drop unneeded x11proto-xf86vidmode-devEmil Velikov2018-11-201-10/+0
* ac/nir: fix intrinsic name string size in visit_image_atomic()Samuel Pitoiset2018-11-201-1/+1
* radv: Use structured intrinsics instead of indexing workaround for GFX9.Bas Nieuwenhuizen2018-11-193-8/+75
* i965: Allow only one slot of clip distances to be set on Gen4-5.Kenneth Graunke2018-11-191-1/+3
* nir: Make nir_lower_clip_vs optionally work with variables.Kenneth Graunke2018-11-195-15/+40
* nir: Save nir_variable pointers in nir_lower_clip_vs rather than locs.Kenneth Graunke2018-11-191-16/+8
* nir: Inline lower_clip_vs() into nir_lower_clip_vs().Kenneth Graunke2018-11-191-41/+32
* nir: Use nir_shader_get_entrypoint in nir_lower_clip_vs().Kenneth Graunke2018-11-191-4/+2
* nir: handle shared pointers in lowering indirect derefs.Dave Airlie2018-11-201-2/+2
* nir: move getting deref from var after we check deref type.Dave Airlie2018-11-201-4/+3
* spirv/vtn: handle variable pointers without offset loweringDave Airlie2018-11-202-8/+10
* intel/fs,vec4: Fix a compiler warningJason Ekstrand2018-11-192-3/+3
* intel,nir: Move gl_LocalInvocationID lowering to nir_lower_system_valuesJason Ekstrand2018-11-194-34/+50
* gbm: add missing comma between stringsEric Engestrom2018-11-191-1/+1
* radv: implement fast HTILE clears for depth or stencil only on GFX9Samuel Pitoiset2018-11-192-5/+269
* radv: rewrite the condition that checks allowed depth/stencil valuesSamuel Pitoiset2018-11-191-8/+4