summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
...
* util/format: Fix bug in float to non-float conversion in u_format_pack.py.James Benton2012-11-271-1/+1
* gallivm: Fix bug in lp_build_one which would incorrectly return a vector for ...James Benton2012-11-271-1/+1
* gallivm: use the new mip per quad handling in texture fetch pathRoland Scheidegger2012-11-273-193/+212
* gallivm,llvmpipe: handle TXF (texelFetch) instruction, including offsetsRoland Scheidegger2012-11-2711-67/+609
* util: Only use open coded snprintf for MSVC.Vinson Lee2012-11-162-3/+3
* util/u_debug: Fix DEBUG_NAMED_VALUE.José Fonseca2012-11-151-1/+1
* draw: fix crashes with out-of-bounds indicesRoland Scheidegger2012-11-152-6/+9
* auxillary: Append LLVM_CXXFLAGS to CXXFLAGSTom Stellard2012-11-131-0/+1
* gallivm,draw,llvmpipe: use base ptr + mip offsets instead of mip pointersRoland Scheidegger2012-11-128-25/+48
* gallium/u_blitter: handle PIPE_TEXTURE_CUBE_ARRAY in is_box_inside_resourceMarek Olšák2012-11-111-0/+6
* u_blitter: fix cube array checkDave Airlie2012-11-101-1/+1
* util/u_surface: Support 3D/array textures in util_resource_copy_region().José Fonseca2012-11-091-26/+44
* draw: Remove redundant draw_geometry_shader_delete().José Fonseca2012-11-092-8/+2
* util/u_surface: Fix util_clear_depth_stencil for Z32_FLOAT_S8X24_UINT.José Fonseca2012-11-091-12/+6
* softpipe,util: Fix blending of R and RG formats.José Fonseca2012-11-091-25/+1
* tgsi: Lift the requirement of indirection being done by ADDR register.José Fonseca2012-11-091-1/+0
* util: Fix reduction of line adjacency primitives.José Fonseca2012-11-091-0/+2
* util/u_rect: Make it C++ safe.José Fonseca2012-11-091-0/+15
* u_blitter: don't create fragment program for cube maps unless supported.Dave Airlie2012-11-091-1/+6
* u_blitter: add cube map array support.Dave Airlie2012-11-091-2/+3
* softpipe: add ARB_texture_cube_map_array support (v1.1)Dave Airlie2012-11-092-30/+103
* gallium: add defines/shader opcode for texture cube map arrayDave Airlie2012-11-094-2/+12
* r600g: add in-place DB decompression and texturing with DB tilingMarek Olšák2012-11-061-1/+2
* util: Make u_framebuffer.h C++ safe.José Fonseca2012-11-051-0/+8
* gallium/u_vbuf: document how it worksMarek Olšák2012-11-012-3/+63
* gallium/u_vbuf: optimize looping over the list of buffers to uploadMarek Olšák2012-11-011-9/+12
* gallium/u_vbuf: skip processing of buffers unused by the vertex element stateMarek Olšák2012-11-011-15/+24
* draw: fix assertion failure in draw_emit_vertex_attrMarek Olšák2012-10-311-2/+3
* gallium: add start_slot parameter to set_vertex_buffersMarek Olšák2012-10-3122-220/+404
* r600g: implement texturing with 8x MSAA compressed surfaces for EvergreenMarek Olšák2012-10-292-0/+14
* mesa: bump MAX_VARYING to 32Marek Olšák2012-10-291-1/+1
* gallium/gallivm: code generation options for LLVM 3.1+Alexander V. Nikolaev2012-10-283-17/+44
* gallivm/llvmpipe: fix 64-bit %ll format compiler warnings for mingw32Brian Paul2012-10-261-4/+3
* vl: fix the dri winsys helper screen initChristian König2012-10-261-0/+2
* gallivm: Hide AVX support when requested by LP_NATIVE_VECTOR_WIDTH or unsuppo...José Fonseca2012-10-171-0/+10
* gallivm: Use mcjit for ppc_64 architectureWill Schmidt2012-10-171-1/+4
* tgsi: silence MSVC signed/unsigned comparison warningsBrian Paul2012-10-172-2/+2
* util: fix MSVC signed/unsigned comparison warning in u_upload_mgr.c codeBrian Paul2012-10-171-1/+1
* util: fix MSVC signed/unsigned comparison warning in u_vbuf.c codeBrian Paul2012-10-171-1/+1
* util: fix MSVC double/float conversion warning in u_format_r11g11b10f.hBrian Paul2012-10-171-1/+1
* draw: silence MSVC signed/unsigned comparison warningsBrian Paul2012-10-174-8/+8
* util/blitter: silence assorted MSVC warningsBrian Paul2012-10-172-21/+22
* tgsi: Add support to parse IMM[x] too.José Fonseca2012-10-171-0/+28
* Revert "gallivm: Don't use llvm.x86.avx.max/min.ps.256 inadvertently."José Fonseca2012-10-171-4/+4
* util: added debug_print_transfer_flags() functionBrian Paul2012-10-152-0/+45
* util: null-out the node's prev/next pointers in list_del()Chris Fester2012-10-151-0/+1
* u_format_s3tc.c: Don't call getenv() twiceMatt Turner2012-10-121-2/+3
* gallivm: Don't use llvm.x86.avx.max/min.ps.256 inadvertently.José Fonseca2012-10-121-4/+4
* tgsi: Dump register number when dumping immediates.José Fonseca2012-10-121-1/+7
* gallivm: fix rsqrt failuresRoland Scheidegger2012-10-121-8/+41