summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* nv50: handle pure integer vertex attributesEmil Velikov2013-08-062-2/+14
* st/dri: add a new driconf option disable_shader_bit_encoding for UnigineMarek Olšák2013-08-064-1/+6
* mesa,glsl,st/dri: add a new driconf option force_glsl_version for UnigineMarek Olšák2013-08-064-7/+12
* st/dri: remove more unused driconf optionsMarek Olšák2013-08-061-6/+1
* st/dri: implement the driconf option force_s3tc_enable properlyMarek Olšák2013-08-065-12/+23
* driconf: remove the unused option allow_large_texturesMarek Olšák2013-08-061-2/+1
* st/dri: support the driconf option disable_blend_func_extendedMarek Olšák2013-08-064-3/+8
* st/osmesa: initialize disable_glsl_line_continuationsMarek Olšák2013-08-061-0/+1
* radeonsi: Number of SGPRs retrieved from LLVM already includes VCCMichel Dänzer2013-08-061-8/+8
* nvc0: properly align NVE4_COMPUTE_MP_TEMP_SIZESamuel Pitoiset2013-08-052-2/+3
* gallium/postprocessing: convert blits to pipe->blitMarek Olšák2013-08-055-25/+54
* gallium/postprocessing: fix shader parsingMarek Olšák2013-08-051-2/+2
* Revert "r300g: Give CLIP_DISABLE another try"Marek Olšák2013-08-052-3/+2
* gallium/vl: add prime supportDave Airlie2013-08-051-1/+19
* clover: Respect kernel argument alignment restrictions.Francisco Jerez2013-08-052-2/+19
* clover: Extend kernel arguments for differing host and device data types.Francisco Jerez2013-08-052-4/+56
* clover: Byte-swap kernel arguments when host and device endianness differ.Francisco Jerez2013-08-051-37/+65
* clover: Add kernel argument fields to allow differing host/target data types.Francisco Jerez2013-08-051-2/+23
* clover: Pass corresponding module::argument to kernel::argument::bind().Francisco Jerez2013-08-052-84/+61
* clover: Return correct value for CL_DEVICE_ENDIAN_LITTLETom Stellard2013-08-053-1/+8
* gallium: Add PIPE_CAP_ENDIANNESSTom Stellard2013-08-0514-1/+38
* nvc0: force use of correct firmware fileMaarten Lankhorst2013-08-031-1/+1
* nv50: fix some h264 interlaced decoding on vp2Ilia Mirkin2013-08-032-7/+8
* nv50,nvc0: s/uint16/uint32 for constant buffer offsetChristoph Bumiller2013-07-252-2/+2
* llvmpipe: clamp inputs for srgb render buffersRoland Scheidegger2013-07-181-0/+35
* llvmpipe: fix blending with SRC_ALPHA_SATURATE with some formats without alphaRoland Scheidegger2013-07-182-8/+26
* r600g: use WAIT_3D_IDLE before using CP DMAMarek Olšák2013-07-182-0/+2
* r300g: make use of gallium's os_get_process_name()Jonathan Gray2013-07-181-1/+6
* nv50: H.264/MPEG2 decoding support via VP2, available on NV84-NV96, NVA0Ilia Mirkin2013-07-1811-3/+1815
* gallivm: (trivial) simplify lp_build_cos/lp_build_sin a tiny bitRoland Scheidegger2013-07-171-7/+6
* util/u_format_s3tc: handle srgb formats correctly.Roland Scheidegger2013-07-172-185/+254
* r600g/sb: improve alu packing on caymanVadim Girlin2013-07-172-15/+89
* r600g/sb: fix handling of new multislot instructions on caymanVadim Girlin2013-07-173-5/+6
* r600g/sb: fix debug dump code in schedulerVadim Girlin2013-07-171-4/+5
* r600g/sb: fix initial register allocationVadim Girlin2013-07-171-0/+1
* r600g/sb: move chip & class name functions to sb_contextVadim Girlin2013-07-174-53/+55
* r600g/sb: fix handling of PS in source bytecode on caymanVadim Girlin2013-07-171-0/+5
* r600g/sb: Initialize ra_checker member variables.Vinson Lee2013-07-171-1/+1
* gallium/util: use explicily sized types for {un, }pack_rgba_{s, u}intEmil Velikov2013-07-172-8/+8
* llvmpipe: use MCJIT on ARM and AArch64Kyle McMartin2013-07-172-2/+9
* llvmpipe: support sRGB framebuffersRoland Scheidegger2013-07-164-18/+111
* Revert "r300g: allow HiZ with a 16-bit zbuffer"Marek Olšák2013-07-151-0/+1
* r300g/swtcl: fix a lockup in MSAA resolveMarek Olšák2013-07-151-0/+7
* r300g/swtcl: fix geometry corruption by uploading indices to a bufferMarek Olšák2013-07-153-45/+31
* gallivm: (trivial) use constant instead of exp2f() functionRoland Scheidegger2013-07-141-2/+3
* ilo: skip 3DSTATE_INDEX_BUFFER when possibleChia-I Wu2013-07-144-59/+77
* gallivm: handle srgb-to-linear and linear-to-srgb conversionsRoland Scheidegger2013-07-136-7/+332
* gallivm: better support for fast rsqrtRoland Scheidegger2013-07-132-16/+63
* r600g/sb: Initialize ra_constraint::cost.Vinson Lee2013-07-131-1/+1
* winsys/radeon: allow a NULL cs pointer in radeon_bo_map to fix a segfaultMarek Olšák2013-07-131-9/+11