summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2015-03-25radeonsi: increase coords array size for radeon_llvm_emit_prepare_cube_coordsMarek Olšák2-2/+2
2015-03-25auxiliary/os: fix the android build - s/drm_munmap/os_munmap/Emil Velikov1-2/+2
2015-03-25freedreno: update generated headersRob Clark5-6/+6
2015-03-25freedreno: fix slice pitch calculationsIlia Mirkin1-1/+1
2015-03-25freedreno/a3xx: use the same layer size for all slicesIlia Mirkin1-1/+8
2015-03-25st/egl: don't ship the dri2.c link at the tarballEmil Velikov3-3/+2
2015-03-12freedreno/ir3: fix failed assert in groupingRob Clark1-27/+44
2015-03-12freedreno/ir3: handle flat bypass for a4xxRob Clark8-5/+99
2015-03-12freedreno/ir3: add support for memory (cat6) instructionsRob Clark3-1/+8
2015-03-12freedreno/ir3: fix up cat6 instruction encodingsRob Clark3-139/+121
2015-03-12freedreno/a4xx: aniso filteringRob Clark1-4/+6
2015-03-12freedreno: update generated headersRob Clark5-5/+20
2015-03-12freedreno/a4xx: set PC_PRIM_VTX_CNTL.VAROUT properlyRob Clark1-1/+6
2015-03-12freedreno: update generated headersRob Clark7-16/+45
2015-03-12freedreno/a4xx: bit of cleanupRob Clark4-33/+27
2015-03-12freedreno/a2xx: fix increment in assertRob Clark1-1/+2
2015-03-11r300g: fix sRGB->sRGB blitsMarek Olšák1-0/+9
2015-03-11r300g: fix a crash when resolving into an sRGB textureMarek Olšák1-3/+5
2015-03-11r300g: fix RGTC1 and LATC1 SNORM formatsMarek Olšák2-31/+17
2015-03-11r300g: Fix the ATI1N swizzle (RGTC1 and LATC1)Stefan Dösinger1-1/+3
2015-03-11freedreno/ir3: fix silly typo for binning pass shadersRob Clark1-1/+1
2015-03-11freedreno/ir3: get the # of miplevels from getinfoIlia Mirkin1-0/+20
2015-03-11freedreno/ir3: fix array count returned by TXQIlia Mirkin1-2/+42
2015-03-11freedreno: move fb state copy after checking for size changeIlia Mirkin1-2/+2
2015-03-07r300g: Check return value of snprintf().Matt Turner1-1/+6
2015-03-07r300g: Use PATH_MAX instead of limiting ourselves to 100 chars.Matt Turner1-3/+3
2015-03-07gallium/auxiliary/indices: fix start paramMarc-Andre Lureau1-4/+4
2015-02-27auxilary/os: correct sysctl use in os_get_total_physical_memory()Jonathan Gray1-2/+2
2015-02-27r600g/sb: treat undefined values like constantsDave Airlie1-2/+2
2015-02-27pipe-loader: Fix build with dri drivers enabled, and vl state trackers disabledTom Stellard1-1/+5
2015-02-27st/omx/dec/h264: fix picture out-of-order with poc type 0 v2Leo Liu1-0/+5
2015-02-24radeonsi: fix point spritesMarek Olšák1-1/+1
2015-02-24radeonsi: don't use SQC_CACHES to flush ICACHE and KCACHE on SIMarek Olšák1-18/+11
2015-02-24auxiliary/vl: honour the DRI2PROTO_CFLAGSEmil Velikov1-0/+1
2015-02-24auxiliary/vl: Build vl_winsys_dri.c only when needed.Emil Velikov1-0/+4
2015-02-24Revert "radeon/llvm: enable unsafe math for graphics shaders"Michel Dänzer1-4/+0
2015-02-24radeonsi: fix a crash if a stencil ref state is set before a DSA stateMarek Olšák1-4/+8
2015-02-24radeonsi: small fix in SPI stateMarek Olšák1-2/+4
2015-02-24nvc0: allow holes in xfb target listsIlia Mirkin2-4/+13
2015-02-24nvc0: bail out of 2d blits with non-A8_UNORM alpha formatsIlia Mirkin1-2/+5
2015-02-12auxiliary/vl: bring back the VL code for the dri targetsEmil Velikov8-6/+25
2015-02-07gallium/hud: also try R8_UNORM format for font texture10.5-branchpointBrian Paul1-9/+15
2015-02-07gallium/hud: flush stdout in print_help(), for WindowsBrian Paul1-0/+1
2015-02-07st/dri: Make depth buffer optional for postprocessingPark, Jeongmin2-2/+2
2015-02-07postprocess: Check for depth buffer in pp_jimenezmlaaPark, Jeongmin1-0/+3
2015-02-06tgsi/ureg: Add missing some missing opcodes opcode_tmp.hEric Anholt1-0/+4
2015-02-06tgsi/ureg: Move ureg_dst_register() to the header.Eric Anholt2-28/+25
2015-02-06gallium/u_tests: test a NULL buffer sampler viewMarek Olšák2-13/+42
2015-02-06gallium/u_tests: test a NULL constant bufferMarek Olšák1-0/+57
2015-02-06gallium/u_tests: test a NULL texture sampler viewMarek Olšák1-17/+85