summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* ilo: move MI functions to ilo_builder_mi.hChia-I Wu2014-09-128-168/+192
* ilo: add ILO_DEV_ASSERT()Chia-I Wu2014-09-125-113/+118
* ilo: use an accessor for dev->genChia-I Wu2014-09-1224-171/+198
* ilo: add GEN_EXTRACT() and GEN_SHIFT32()Chia-I Wu2014-09-124-133/+142
* ilo: remove ILO_GEN_GET_MAJOR()Chia-I Wu2014-09-121-1/+0
* ilo: careful with empty fb state in ilo_gpe_set_fb()Chia-I Wu2014-09-122-1/+6
* nv50,nvc0: enable ARB_texture_viewIlia Mirkin2014-09-124-6/+6
* gallium: add a texture target to sampler view and a CAP to use itIlia Mirkin2014-09-1213-0/+13
* nouveau: remove unneeded assertMaarten Lankhorst2014-09-111-1/+0
* nouveau: rework reference frame handlingMaarten Lankhorst2014-09-113-4/+37
* nouveau: fix MPEG4 hw decodingMaarten Lankhorst2014-09-111-3/+3
* nouveau: re-allocate bo's on overflowMaarten Lankhorst2014-09-114-11/+87
* ilo: fix a compile error with -Werror=format-securityChia-I Wu2014-09-121-1/+1
* radeon/uvd: use PIPE_USAGE_STAGING for msg&fb buffersChristian König2014-09-111-1/+1
* radeon/video: use the hw to initial clear the buffersChristian König2014-09-113-10/+8
* radeon/video: use more of the common buffer code v2Christian König2014-09-116-67/+62
* ilo: add a new disassemblerChia-I Wu2014-09-113-4444/+1352
* ilo: update genhw headersChia-I Wu2014-09-1111-247/+203
* radeonsi: Simplify si_dma_copy_tile functionMichel Dänzer2014-09-111-62/+41
* vc4: Add support for shadow samplers.Eric Anholt2014-09-091-3/+58
* vc4: Add support for texture swizzles.Eric Anholt2014-09-091-1/+8
* vc4: Move the texture format into a struct.Eric Anholt2014-09-091-3/+5
* vc4: Add support for depth texturing.Eric Anholt2014-09-091-3/+13
* vc4: Expose r4 to register allocation.Eric Anholt2014-09-094-23/+49
* vc4: Drop pointless raddr conflict handling on SF.Eric Anholt2014-09-091-1/+0
* vc4: The r4_count is supposed to be how many writes, not reads.Eric Anholt2014-09-091-1/+1
* r600g,radeonsi: Set RADEON_GEM_NO_CPU_ACCESS flag for tiled BOsMichel Dänzer2014-09-101-0/+1
* freedreno/a3xx: enable hw primitive-restartRob Clark2014-09-094-9/+20
* freedreno: update generated headersRob Clark2014-09-094-13/+18
* freedreno/ir3: fix potential segfault in RARob Clark2014-09-091-2/+6
* freedreno: don't overflow cmdstream buffer so muchRob Clark2014-09-091-0/+15
* freedreno/ir3: add no-copy-propagate fallback stepRob Clark2014-09-093-11/+21
* ilo: add ilo_builder.h to the sources listEmil Velikov2014-09-091-0/+1
* vc4: Fix segfaults when rendering with no color render target.Eric Anholt2014-09-092-8/+18
* vc4: Fill out the stencil clear field.Eric Anholt2014-09-093-1/+5
* vc4: Flip around the depth/stencil fields.Eric Anholt2014-09-093-5/+9
* vc4: Add support for loading/storing the depth buffer.Eric Anholt2014-09-092-7/+62
* vc4: Don't forget to do initial tile clearing for depth/stencil.Eric Anholt2014-09-091-1/+6
* vc4: Ignore non-address bits of the offset for load/store.Eric Anholt2014-09-091-1/+1
* vc4: Add a debug flag for flushing after every draw.Eric Anholt2014-09-093-0/+6
* vc4: Add missing null terminator to the debug options list.Eric Anholt2014-09-091-0/+1
* ilo: remove unused ilo_cp functionsChia-I Wu2014-09-092-146/+0
* ilo: convert GPE GEN6 command functions to use ilo_builderChia-I Wu2014-09-094-764/+730
* ilo: convert GPE GEN7 command functions to use ilo_builderChia-I Wu2014-09-094-517/+479
* ilo: convert GPE state functions to use ilo_builderChia-I Wu2014-09-094-154/+129
* ilo: convert GPE surface functions to use ilo_builderChia-I Wu2014-09-092-56/+36
* ilo: convert BLT to use ilo_builderChia-I Wu2014-09-091-119/+122
* ilo: use ilo_builder for kernels and STATE_BASE_ADDRESSChia-I Wu2014-09-099-201/+61
* ilo: make ilo_cp based on ilo_builderChia-I Wu2014-09-0916-979/+114
* ilo: add a builder for building BOs for submissionChia-I Wu2014-09-094-0/+1641