summaryrefslogtreecommitdiff
path: root/src/gallium/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-06-19radeonsi: rename r600_texture -> si_texture, rxxx -> xxx or sxxxMarek Olšák16-892/+886
2018-06-19amd,radeonsi: rename radeon_winsys_cs -> radeon_cmdbufMarek Olšák50-236/+236
2018-06-19freedreno/a5xx: move emit_marker5() into a5xx backendRob Clark5-21/+24
2018-06-19freedreno/a5xx: fix crash in dEQP-GLES31.stress.vertex_attribute_binding.buff...Rob Clark3-1/+24
2018-06-19freedreno/a5xx: don't crash if compute shader compile failsRob Clark1-0/+2
2018-06-19freedreno/ir3: fix missing recursion into block conditionRob Clark1-0/+4
2018-06-19freedreno/a5xx: better FOUR_QUAD/TWO_QUAD decision for computeRob Clark1-4/+12
2018-06-19freedreno/a5xx: bordercolor fixesRob Clark1-4/+27
2018-06-19freedreno: remove per-stateobj dirty_mask'sRob Clark5-37/+16
2018-06-19freedreno/a5xx: remove one image stateblockRob Clark1-13/+0
2018-06-19freedreno/a5xx: cubemap image fixesRob Clark2-2/+7
2018-06-19freedreno/ir3: handle image bufferRob Clark1-1/+8
2018-06-19freedreno/ir3: handle arrays of imagesRob Clark1-6/+30
2018-06-19freedreno/ir3: images can be arrays tooRob Clark2-22/+83
2018-06-19freedreno/ir3: use move_load_const passRob Clark1-0/+3
2018-06-19radeonsi: ignore PIPE_RESOURCE_FLAG_MAP_COHERENTMarek Olšák2-5/+4
2018-06-19radeonsi: always put persistent buffers into GTT on radeonMarek Olšák1-1/+5
2018-06-19radeonsi: fix si_get_num_queries for radeonMarek Olšák1-5/+16
2018-06-19radeonsi: don't expose performance counters for non-existent blocksMarek Olšák1-13/+16
2018-06-19radeonsi: set a better NUM_PATCHES hard limitMarek Olšák1-3/+10
2018-06-19radeonsi: make sure LS-HS vector lanes are reasonably occupiedMarek Olšák1-0/+8
2018-06-19radeonsi: properly compute an LS-HS thread group size limitMarek Olšák1-2/+3
2018-06-19v3d: Fix blitting from a linear winsys BO.Eric Anholt1-0/+36
2018-06-19radeonsi: enable OpenGL 3.3 compat profileTimothy Arceri1-1/+1
2018-06-18v3d: Set the SO offsets correctly if we have to re-emit.Eric Anholt5-4/+24
2018-06-18swr/rast: Clang-Format most rasterizer source codeAlok Hota114-22174/+27802
2018-06-15v3d: Handle a no-intersection scissor even if it's outside of the VP.Eric Anholt1-10/+8
2018-06-15v3d: Use the proper depth texture type for sampling.Eric Anholt1-3/+3
2018-06-15v3d: Fix shaders using pixel center W but no varyings.Eric Anholt1-1/+1
2018-06-14nvc0: add support for programmable sample locationsRhys Perry10-46/+299
2018-06-14gallium: add support for programmable sample locationsRhys Perry16-0/+16
2018-06-14v3d: Fix polygon offset for Z16 buffers.Eric Anholt3-2/+14
2018-06-14v3d: Don't set the first_ez_state to DISABLED if after only UNDECIDED draws.Eric Anholt1-1/+2
2018-06-14v3d: Use the right size for v3d 4.x TEXTURE_SHADER_STATE BO.Eric Anholt1-2/+2
2018-06-14v3d: Add static asserts for other packed packet sizes.Eric Anholt2-0/+7
2018-06-14v3d: Fix the size of the packed attribute state.Eric Anholt1-1/+1
2018-06-14v3d: Remove some unused context fields from vc4.Eric Anholt1-11/+0
2018-06-14v3d: Remove unused QUNIFORM_STENCIL left over from vc4.Eric Anholt1-9/+0
2018-06-14v3d: Use our #define for max attributes in shader caps.Eric Anholt1-1/+1
2018-06-13radeonsi/gfx9: fix si_get_buffer_from_descriptors for 48-bit pointersMarek Olšák1-2/+2
2018-06-13radeonsi/gfx9: update & clean up a DPBB heuristicMarek Olšák1-9/+5
2018-06-13radeonsi/gfx9: set POPS_DRAIN_PS_ON_OVERLAP due to a hw bugMarek Olšák1-2/+4
2018-06-13radeonsi/gfx9: remove UINT_MAX array terminators in bin size tablesMarek Olšák1-19/+1
2018-06-13radeonsi/gfx9: update bin sizesMarek Olšák1-35/+38
2018-06-13radeonsi/gfx9: update primitive binning code for EQAAMarek Olšák1-4/+9
2018-06-13radeonsi: assume that rasterizer state is non-NULL in draw_vboMarek Olšák4-75/+61
2018-06-13radeonsi: micro-optimize prim checking and fix guardband with lines+adjacencyMarek Olšák4-13/+23
2018-06-13radeonsi: move the guardband registers into a separate state atomMarek Olšák5-19/+35
2018-06-13radeonsi/gfx9: implement the scissor bug workaround without performance dropMarek Olšák2-29/+81
2018-06-13radeonsi: don't set VGT_LS_HS_CONFIG if it doesn't changeMarek Olšák3-6/+12