summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* r600g: fix broken streamout if streamout_begin caused a context flushMarek Olšák2012-11-231-2/+6
* r600g: fix ARB_map_buffer_alignment with unaligned offsets and staging buffersMarek Olšák2012-11-223-3/+8
* scons: Append x11 library path if linking x11 library.Vinson Lee2012-11-212-0/+2
* gallium/tests: update .gitignore filesAndreas Boll2012-11-212-0/+7
* st/vdpau: Fix vlVdpVideoSurfaceSize for interlaced buffersMaarten Lankhorst2012-11-171-2/+2
* util: Only use open coded snprintf for MSVC.Vinson Lee2012-11-162-3/+3
* clover: Fix build with clang 3.2Tom Stellard2012-11-161-1/+6
* r300/compiler: Avoid generating MOV instructions for invalid IMM swizzles v2Tom Stellard2012-11-161-4/+349
* radeonsi: clean up some magic numbersAlex Deucher2012-11-161-1/+2
* radeonsi: emit PA_SC_RASTER_CONFIGAlex Deucher2012-11-161-0/+11
* [PATCH] makefiles: use configured name for -ldrm* where possibleMaarten Lankhorst2012-11-1612-24/+24
* radeonsi: remove new asserts and replace with warningsAlex Deucher2012-11-151-2/+6
* 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
* radeonsi: cleanup si_db()Alex Deucher2012-11-152-12/+12
* radeonsi: assert the CB format is valid (v2)Alex Deucher2012-11-151-2/+3
* radeonsi: assert that the DB format is valid (v2)Alex Deucher2012-11-151-8/+5
* gallium: fix some function comments in p_context.hDmitry Cherkassov2012-11-151-3/+2
* radeonsi: Set STENCILOPVAL fields to 1.Michel Dänzer2012-11-141-2/+4
* radeonsi: Bump SI_PM4_MAX_DW.Michel Dänzer2012-11-141-1/+1
* radeonsi: Handle TGSI TXL opcode.Michel Dänzer2012-11-141-0/+7
* radeonsi: Handle TGSI TXB opcode.Michel Dänzer2012-11-141-0/+7
* r600g: use LINEAR_ALIGNED tiling for 1D array textures and if height0 <= 3Marek Olšák2012-11-131-1/+3
* auxillary: Append LLVM_CXXFLAGS to CXXFLAGSTom Stellard2012-11-131-0/+1
* r300g: don't call buffer_unmap in draw functionsMarek Olšák2012-11-131-11/+0
* r300g: fix crash since the set_vertex_buffers(start_slot) changeMarek Olšák2012-11-131-6/+7
* r600g: untiled window-system buffers should be LINEAR_ALIGNEDMarek Olšák2012-11-131-1/+1
* r600g: use LINEAR_ALIGNED tiling for 1D texturesMarek Olšák2012-11-131-1/+2
* r600g: use LINEAR_ALIGNED tiling for staging textures, reorder the codeMarek Olšák2012-11-131-6/+10
* r600g: remove redundant parameter in r600_init_surfaceMarek Olšák2012-11-131-6/+4
* gallivm,draw,llvmpipe: use base ptr + mip offsets instead of mip pointersRoland Scheidegger2012-11-1214-63/+131
* llvmpipe: always allocate whole miptrees not individual levelsRoland Scheidegger2012-11-122-60/+81
* radeonsi: Implement alpha testing in pixel shader.Michel Dänzer2012-11-126-38/+52
* radeonsi: Initialize uses_kill boolean from TGSI info.Michel Dänzer2012-11-121-0/+1
* gallium/u_blitter: handle PIPE_TEXTURE_CUBE_ARRAY in is_box_inside_resourceMarek Olšák2012-11-111-0/+6
* r600g: fix printk warningsDave Airlie2012-11-101-4/+4
* softpipe: fix unused variable warning.Dave Airlie2012-11-101-1/+1
* gallium: fix unused cap warnings in drivers for cube map array cap.Dave Airlie2012-11-103-0/+3
* r600g: add initial cube map array support (v2)Dave Airlie2012-11-109-15/+238
* 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
* trace: Support geometry shaders.José Fonseca2012-11-091-115/+71
* util/u_surface: Fix util_clear_depth_stencil for Z32_FLOAT_S8X24_UINT.José Fonseca2012-11-091-12/+6
* galahad: Support geometry shader / stream-output methods.José Fonseca2012-11-091-82/+110
* softpipe,util: Fix blending of R and RG formats.José Fonseca2012-11-091-25/+1
* softpipe: Fix rgb_dst_factor == PIPE_BLENDFACTOR_SRC_ALPHA_SATURATE.José Fonseca2012-11-091-3/+3
* 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
* softpipe: Handle adjacency primitives.José Fonseca2012-11-091-0/+46