summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* gallivm: obey clarified shift behaviorRoland Scheidegger2013-08-022-8/+24
* tgsi: obey clarified shift behaviorRoland Scheidegger2013-08-021-12/+27
* gallium: clarify shift behavior with shift count >= 32Roland Scheidegger2013-08-021-12/+18
* nvc0: properly align NVE4_COMPUTE_MP_TEMP_SIZESamuel Pitoiset2013-07-312-2/+3
* gallivm: use nearest rounding for float->unorm24 conversionRoland Scheidegger2013-07-311-4/+6
* gallium/util: reformat, comment util_get_offset()Brian Paul2013-07-311-3/+7
* gallium/util: comments, var renaming in u_inlines.hBrian Paul2013-07-311-13/+48
* softpipe: use new softpipe_resource_data() accessorBrian Paul2013-07-313-4/+20
* softpipe: don't ignore pipe_constant_buffer::buffer_offsetBrian Paul2013-07-311-3/+5
* gallium/docs: clarify definition of PIPE_CAP_USER_CONSTANT_BUFFERS, etcBrian Paul2013-07-311-5/+8
* st/dri: add a new driconf option disable_shader_bit_encoding for UnigineMarek Olšák2013-07-304-1/+6
* mesa,glsl,st/dri: add a new driconf option force_glsl_version for UnigineMarek Olšák2013-07-304-7/+12
* st/dri: remove driOptionCache from dri_context in favor of dri_screenMarek Olšák2013-07-302-13/+1
* st/dri: move enabling postprocessing to dri_screenMarek Olšák2013-07-304-16/+18
* st/dri: remove more unused driconf optionsMarek Olšák2013-07-301-6/+1
* st/dri: implement the driconf option force_s3tc_enable properlyMarek Olšák2013-07-305-12/+23
* driconf: remove the unused option allow_large_texturesMarek Olšák2013-07-301-2/+1
* st/dri: support the driconf option disable_blend_func_extendedMarek Olšák2013-07-304-3/+8
* st/osmesa: initialize disable_glsl_line_continuationsMarek Olšák2013-07-301-0/+1
* gallium/postprocessing: convert blits to pipe->blitMarek Olšák2013-07-305-25/+54
* gallium/postprocessing: fix shader parsingMarek Olšák2013-07-301-2/+2
* Revert "r300g: Give CLIP_DISABLE another try"Marek Olšák2013-07-302-3/+2
* r600g/compute: Added missing address space checking of kernel parametersJonathan Charest2013-07-301-3/+2
* clover: Added missing address space checking of kernel parameters v2Jonathan Charest2013-07-301-15/+31
* gallivm: (trivial) git rid of assertion in float->uint conversion codeRoland Scheidegger2013-07-291-2/+3
* nvc0: force use of correct firmware fileMaarten Lankhorst2013-07-281-1/+1
* gallivm: fix float->SNORM conversionRoland Scheidegger2013-07-272-11/+47
* util: don't flush overflowing values to infinity in half-float conversionRoland Scheidegger2013-07-272-9/+17
* tgsi: handle texel swizzles correctly for d3d10-style sample opcodesRoland Scheidegger2013-07-271-5/+35
* gallivm: handle texel swizzles correctly for d3d10-style sample opcodesRoland Scheidegger2013-07-272-0/+29
* st/clover: Allow double precision operationsNiels Ole Salscheider2013-07-251-0/+1
* gallium/vl: add prime supportDave Airlie2013-07-261-1/+19
* xa: move surface to ref/unref apiJerome Glisse2013-07-253-2/+18
* xa: let ddx handle flushJerome Glisse2013-07-252-9/+2
* xa: export a common context flush functionJerome Glisse2013-07-254-7/+17
* xa: add handle type parameter to get handleJerome Glisse2013-07-252-2/+18
* xa: add xa_surface_from_handle()Rob Clark2013-07-252-4/+46
* gallivm: Remove NoFramePointerElimNonLeaf for LLVM >= 3.4.Vinson Lee2013-07-251-0/+2
* draw: fix vertex id computationZack Rusin2013-07-255-13/+37
* draw: cleanup and fix instance id computationZack Rusin2013-07-254-13/+8
* gallivm: Remove dead code in lp_build_compare_ext.Vinson Lee2013-07-241-6/+0
* nv50,nvc0: s/uint16/uint32 for constant buffer offsetChristoph Bumiller2013-07-242-2/+2
* draw: always call util_cpu_detect() in draw context creation.Roland Scheidegger2013-07-241-1/+4
* gallium/util: Fix detection of AVX cpu capsAndre Heider2013-07-231-2/+25
* clover: Respect kernel argument alignment restrictions.Francisco Jerez2013-07-222-2/+19
* clover: Extend kernel arguments for differing host and device data types.Francisco Jerez2013-07-222-4/+56
* clover: Byte-swap kernel arguments when host and device endianness differ.Francisco Jerez2013-07-221-37/+65
* clover: Add kernel argument fields to allow differing host/target data types.Francisco Jerez2013-07-221-2/+23
* clover: Pass corresponding module::argument to kernel::argument::bind().Francisco Jerez2013-07-222-84/+61
* clover: Return correct value for CL_DEVICE_ENDIAN_LITTLETom Stellard2013-07-223-1/+8