summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* vl: seperate shader buffers from componentsChristian König2012-01-027-64/+38
* u_blitter: expose functions for setting default views and surfaces for copyingMarek Olšák2012-01-012-18/+65
* softpipe: reorder LIT to fix fp-lit-src-equals-dstDave Airlie2011-12-311-8/+8
* u_format: fix latc fetches.Dave Airlie2011-12-301-1/+6
* u_format/rgtc: fix alpha values in returned texels.Dave Airlie2011-12-301-1/+10
* u_format: fix inv_swizzles generationDave Airlie2011-12-301-1/+2
* gallium: use Mesa pthread_barrier_t on Haiku, as it is incomplete under HaikuAlexander von Gluck2011-12-271-1/+1
* gallium/u_pack: fix l8/i8 pack color ubDave Airlie2011-12-271-1/+1
* vl: call decode_bitstream only onceChristian König2011-12-263-5/+9
* vl: Fix inverted logic in vlc checksMaarten Lankhorst2011-12-241-4/+4
* vl: improve vlc functions and handlingMaarten Lankhorst2011-12-232-59/+156
* gallivm: Close a memory leakLauri Kasanen2011-12-221-0/+1
* vl: Remove unused declarationMaarten Lankhorst2011-12-201-1/+1
* vl: Use pipe clear_render_target instead of util_clear_render_targetMaarten Lankhorst2011-12-201-2/+2
* softpipe: fix shadow1d tests.Dave Airlie2011-12-191-1/+13
* softpipe: fix shadow 2d texture array samplingDave Airlie2011-12-191-1/+10
* gallium/draw: fix two side handlingDave Airlie2011-12-191-18/+9
* softpipe: fix texture sampling from 1D texture arrayDave Airlie2011-12-191-0/+13
* gallivm: Fix build with llvm-3.1svn.Vinson Lee2011-12-162-1/+15
* gallium: fix a crash in drivers that don't support stream outputFredrik Höglund2011-12-151-1/+2
* st/mesa: implement EXT_transform_feedback and ARB_transform_feedback2Marek Olšák2011-12-154-0/+118
* u_blitter: implement copy_buffer using stream outputMarek Olšák2011-12-152-2/+96
* u_blitter: restore stream output targetsMarek Olšák2011-12-152-0/+36
* gallium: utility helper functions for stream outputMarek Olšák2011-12-157-7/+66
* gallium: interface changes necessary to implement transform feedback (v5)Marek Olšák2011-12-157-9/+30
* g3dvl/compositor: improve dirty area handlingChristian König2011-12-142-42/+70
* gallium: implement ARB_conservative_depthMarek Olšák2011-12-103-0/+22
* util: Add strings.h include on unicesJosé Fonseca2011-12-091-0/+4
* llvmpipe: Trim the fragment shader cached based on LLVM IR instruction count.José Fonseca2011-12-082-0/+29
* llvmpipe,draw,gallivm: Ensure we don't walk beyond the end of the shader vari...José Fonseca2011-12-081-2/+7
* util: add casts in fprintf() calls to silence warningsBrian Paul2011-12-031-4/+6
* gallium: add PIPE_FORMAT_ETC1_RGB8Chia-I Wu2011-12-027-2/+162
* u_vbuf: Silence uninitialized variable warnings.Vinson Lee2011-12-011-0/+2
* gallium/cell: Remove the driver.Kai Wasserbäch2011-11-294-1514/+2
* Remove windows kernel support code.José Fonseca2011-11-2910-420/+9
* gallium/auxiliary: Remove os_stream.José Fonseca2011-11-2911-753/+91
* gallium: add B10G10R10A2_UINT formatDave Airlie2011-11-271-0/+1
* u_vbuf_mgr: rename to u_vbufMarek Olšák2011-11-223-24/+24
* u_vbuf_mgr: better way to find a free VB slot + check errors earlyMarek Olšák2011-11-221-41/+62
* u_vbuf_mgr: remove a useless variableMarek Olšák2011-11-221-4/+4
* u_vbuf_mgr: remove redundant memsetMarek Olšák2011-11-221-3/+1
* u_vbuf_mgr: don't reference non-native vertex buffers as nativeMarek Olšák2011-11-221-1/+2
* u_vbuf_mgr: rename translate_vb_slot -> fallback_vb_slotMarek Olšák2011-11-221-15/+14
* gallium: separate out floating-point CAPs into its own enumMarek Olšák2011-11-221-1/+1
* gallium: remove PIPE_CAP_GLSL and enable GLSL unconditionallyMarek Olšák2011-11-221-1/+0
* gallium: add PIPE_SHADER_CAP_OUTPUT_READVadim Girlin2011-11-211-1/+0
* u_vbuf_mgr: correctly compute max vertex count from hw buffersMarek Olšák2011-11-202-26/+34
* u_vbuf_mgr: correctly obtain min/max_index for uploads and translateMarek Olšák2011-11-201-7/+146
* u_vbuf_mgr: add set_index_buffer functionMarek Olšák2011-11-202-0/+18
* u_vbuf_mgr: add commentsMarek Olšák2011-11-201-5/+15