summaryrefslogtreecommitdiff
path: root/src/gallium/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-08-15gallium/nouveau: handle query_renderer capsEmil Velikov3-9/+61
2014-08-15gallium/vc4: handle query_renderer capsEmil Velikov1-0/+12
2014-08-15gallium/r300/r600/radeonsi: handle query_renderer capsEmil Velikov3-0/+33
2014-08-15gallium/ilo: handle query_renderer capsEmil Velikov2-1/+25
2014-08-15gallium/i915: handle query_renderer capsEmil Velikov2-0/+28
2014-08-15gallium/freedreno: handle query_renderer capsEmil Velikov1-0/+12
2014-08-15r600g: Implement ARB_derivative_controlGlenn Kennard2-10/+12
2014-08-14nv50,nvc0: add support for fine derivativesIlia Mirkin3-2/+6
2014-08-14gallium: add opcodes/cap for fine derivative supportIlia Mirkin13-0/+13
2014-08-15r600g: Implement BPTC texture supportGlenn Kennard1-0/+24
2014-08-14radeonsi: implement BPTC texture supportGrigori Goronzy1-0/+20
2014-08-14radeonsi: fix buffer invalidation of unbound texture buffer objectsMarek Olšák3-7/+17
2014-08-14r600g: implement invalidation of texture buffer objectsMarek Olšák5-5/+51
2014-08-14r600g: fix constant buffer fetchesMarek Olšák1-0/+1
2014-08-14r600g: clear constant buffer sizes at the beginning of CSMarek Olšák3-87/+49
2014-08-14svga: remove some unneeded INLINE qualifiersBrian Paul3-5/+5
2014-08-13r300g: Fix bug in build_loop_info()/compiler v2Tom Stellard1-11/+23
2014-08-13radeonsi/compute: Stop leaking the input bufferTom Stellard1-7/+14
2014-08-13radeonsi/compute: Whitespace fixesTom Stellard1-2/+1
2014-08-13radeonsi/compute: Call si_pm4_free_state() after emitting compute stateTom Stellard1-1/+1
2014-08-13radeonsi/compute: Update reference counts for buffers in si_set_global_binding()Tom Stellard1-2/+2
2014-08-13radeon/compute: Report a value for PIPE_SHADER_CAP_MAX_CONST_BUFFER_SIZETom Stellard2-1/+17
2014-08-13radeon/compute: Fix reported values for MAX_GLOBAL_SIZE and MAX_MEM_ALLOC_SIZETom Stellard1-13/+19
2014-08-13ra: cleanup the public APIConnor Abbott1-1/+1
2014-08-13nvc0: increase GLSL level to 400 to enable ARB_gpu_shader5Ilia Mirkin1-1/+1
2014-08-13automake: compact gallium/drivers and gallium/winsys makefilesEmil Velikov1-100/+0
2014-08-13android: gallium/freedreno: add preliminary buildEmil Velikov1-0/+44
2014-08-13automake: gallium/freedreno: drop spurious include dirsEmil Velikov2-4/+2
2014-08-13android: gallium/radeon: attempt to fix the android buildPaulo Sergio Travaglia4-4/+41
2014-08-13android: gallium/nouveau: fix include folders, link against libstlportEmil Velikov1-4/+5
2014-08-12nvc0: add BPTC format supportIlia Mirkin1-0/+7
2014-08-12softpipe,llvmpipe: mark BPTC formats as unsupportedIlia Mirkin2-0/+10
2014-08-12vc4: Drop the dump_fbo() routine.Eric Anholt1-50/+0
2014-08-12vc4: Claim the GL 2.1 minimum for 3D textures.Eric Anholt1-1/+2
2014-08-12vc4: Declare what vertex formats we actually support.Eric Anholt1-2/+7
2014-08-12vc4: Stash some debug code for format support checks.Eric Anholt1-0/+9
2014-08-12vc4: Texture format support has nothing to do with VBO format support.Eric Anholt1-2/+1
2014-08-12vc4: Fix off-by-one in texture maximum levels.Eric Anholt1-1/+1
2014-08-12vc4: Add support for the FLR opcode.Eric Anholt1-0/+18
2014-08-12gallium/r300: Fix a link error in the testsJason Ekstrand1-1/+1
2014-08-12svga: Add a limit to the maximum surface sizeCharmaine Lee5-5/+71
2014-08-12radeon/uvd: fix gpu_address for video surfacesChristian König2-0/+4
2014-08-11nvc0/ir: describe the tex arguments for fermi/keplerIlia Mirkin1-0/+25
2014-08-11nvc0/ir: add kepler+ support for indirect texture referencesIlia Mirkin1-7/+27
2014-08-11nvc0/ir: add base tex offset for fermi indirect tex caseIlia Mirkin1-2/+10
2014-08-11vc4: Flip which primitives are considered front-facing.Eric Anholt1-1/+1
2014-08-11vc4: Don't forget to set the depth clear value in the packet.Eric Anholt1-1/+1
2014-08-11vc4: Add support for gl_FragCoord.Eric Anholt5-4/+76
2014-08-11vc4: Refactor shader input setup again.Eric Anholt1-17/+24
2014-08-11vc4: Clean up the tile alloc buffer size.Eric Anholt1-1/+9