aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* radv: Split out processing the vertex input state.Bas Nieuwenhuizen2018-01-301-35/+43
* radv: Move tessellation state out of pipeline.Bas Nieuwenhuizen2018-01-302-50/+58
* radv: Move blend state out of pipeline.Bas Nieuwenhuizen2018-01-302-67/+72
* radv: Split out generating VGT_SHADER_STAGES_EN.Bas Nieuwenhuizen2018-01-302-24/+27
* radv: Split out the ia_multi_vgt_param precomputation.Bas Nieuwenhuizen2018-01-303-91/+106
* radv: Split out db_shader_control computation.Bas Nieuwenhuizen2018-01-302-22/+22
* radv: Compute shader_z_format when emitting it.Bas Nieuwenhuizen2018-01-302-8/+3
* radv: Merge depth stencil state with PM4 generation.Bas Nieuwenhuizen2018-01-302-73/+58
* radv: Merge ps_input_cntl computation with PM4 generation.Bas Nieuwenhuizen2018-01-302-83/+79
* radv: Merge vtx_reuse_depth computation with PM4 generation.Bas Nieuwenhuizen2018-01-302-8/+6
* radv: Merge vs state computation with PM4 generation.Bas Nieuwenhuizen2018-01-302-58/+34
* radv: Merge binning state generation with pm4 emission.Bas Nieuwenhuizen2018-01-302-35/+19
* radv: Constify some pipeline helpers.Bas Nieuwenhuizen2018-01-302-6/+6
* radv: Add PM4 pregeneration for compute pipelines.Bas Nieuwenhuizen2018-01-302-58/+68
* radv: Record a PM4 sequence for graphics pipeline switches.Bas Nieuwenhuizen2018-01-303-451/+483
* radv: Determine unneeded dynamic states.Bas Nieuwenhuizen2018-01-303-38/+64
* mesa: check for invalid index on UUID glGet queriesAndres Rodriguez2018-01-301-0/+4
* mesa: fix glGet for ext_external_objects parametersAndres Rodriguez2018-01-302-0/+8
* mesa: fix error codes for importing memory/semaphore FDsAndres Rodriguez2018-01-301-2/+2
* radeonsi: fix fence_server_sync() holding up extra work v2Andres Rodriguez2018-01-302-25/+28
* radeonsi: implement semaphore_server_signal v2Andres Rodriguez2018-01-301-0/+37
* radeonsi: add support for importing PIPE_FD_TYPE_SYNCOBJ semaphoresAndres Rodriguez2018-01-301-6/+20
* winsys/amdgpu: add support for syncobj signaling v3Andres Rodriguez2018-01-303-1/+98
* mesa/st: add support for semaphore object signal/wait v4Andres Rodriguez2018-01-303-7/+134
* mesa: add support for semaphore object signal/wait v3Andres Rodriguez2018-01-302-0/+52
* mesa: add semaphore parameter stub v2Andres Rodriguez2018-01-301-0/+22
* mesa/st: add support for semaphore object create/import/delete v3Andres Rodriguez2018-01-305-0/+132
* mesa: add support for semaphore object creation/import/delete v3Andres Rodriguez2018-01-305-2/+222
* mesa/st: introduce EXT_semaphore and EXT_semaphore_fd v2Andres Rodriguez2018-01-303-0/+6
* u_threaded_context: add support for fence_server_signal v2Andres Rodriguez2018-01-302-0/+21
* gallium: add fence_server_signal() v2Andres Rodriguez2018-01-302-0/+37
* gallium: introduce PIPE_FD_TYPE_SYNCOBJAndres Rodriguez2018-01-301-0/+1
* gallium: introduce PIPE_CAP_FENCE_SIGNAL v2Andres Rodriguez2018-01-3018-1/+18
* gallium: add type parameter to create_fence_fdAndres Rodriguez2018-01-3011-15/+35
* ac/llvm: bump the number of results to 8.Dave Airlie2018-01-311-1/+1
* r600/sb: insert the else clause when we might depart from a loopDave Airlie2018-01-311-0/+17
* mesa: remove invalid assertion in _mesa_enable_vertex_array_attrib()Brian Paul2018-01-301-1/+0
* mesa: use gl_vert_attrib enum type in more placesBrian Paul2018-01-303-9/+9
* mesa: rename some 'client' array functionsBrian Paul2018-01-306-11/+11
* mesa: s/src/attribs/ in _mesa_update_client_array()Brian Paul2018-01-301-9/+9
* mesa: check/assert array index in _mesa_bind_vertex_buffer()Brian Paul2018-01-301-0/+1
* mesa: trivial comment typo fix in arrayobj.cBrian Paul2018-01-301-1/+1
* mesa: add an assertion in _mesa_enable_vertex_array_attrib()Brian Paul2018-01-301-0/+1
* mesa: rename some vars in client_state()Brian Paul2018-01-301-25/+25
* mesa: Care for differences in fog mode only if fog is consumed.Mathias Fröhlich2018-01-301-3/+5
* mesa: Reduce ffvertex_prog state_key to 36 bytes.Mathias Fröhlich2018-01-301-14/+15
* mesa: Remove unused ffvertex_prog texunit_really_enabled.Mathias Fröhlich2018-01-301-4/+0
* mesa: Remove unused bit in ffvertex_prog state_key.Mathias Fröhlich2018-01-301-6/+0
* mesa: texgen_enabled is only 1 bit.Mathias Fröhlich2018-01-301-1/+1
* mesa: Encode fog modes in a 2 bit field.Mathias Fröhlich2018-01-301-38/+37