summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* 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
* u_vbuf_mgr: don't upload user buffers which have been uploaded by translateMarek Olšák2011-11-201-19/+33
* util/draw: replace assertions with conditionals in util_draw_max_index()Brian Paul2011-11-152-13/+39
* gallium: add TGSI_SEMANTIC_VERTEXIDChristoph Bumiller2011-11-144-0/+6
* util: Avoid signed/unsigned comparison in u_trim_pipe_prim().José Fonseca2011-11-141-1/+1
* draw: Handle failure to allocate aligned_constant_storage.José Fonseca2011-11-141-3/+9
* gallivm: Remove duplicate statement.José Fonseca2011-11-141-2/+0
* gallivm: Include stddef.h before the LLVM C++ headers.José Fonseca2011-11-142-0/+4
* draw: handle out of memory conditionsBrian Paul2011-11-111-3/+5
* util: check for null vertex buffer object in blit codeBrian Paul2011-11-111-6/+10
* draw/llvm: silence uninitialized variable warningsBrian Paul2011-11-101-0/+2
* llvmpipe/u_format: add support for EXT_texture_shared_exponent + EXT_packed_f...Dave Airlie2011-11-101-0/+5
* Remove tgsi_sse2.José Fonseca2011-11-0812-6782/+2
* util: add log2f for AndroidChia-I Wu2011-11-071-0/+11
* llvmpipe: fix typo in the depth sampling aos code.Dave Airlie2011-11-061-1/+1
* u_format: fix RGTC support in fits 8unorm.Dave Airlie2011-11-061-2/+7
* gallivm: change sys::getHostTriple to sys::getDefaultTargetTriple for LLVM >=...Christian Inci2011-11-061-0/+4
* g3dvl: Fix memory leaks on error paths.Vinson Lee2011-11-051-1/+4
* pp: Reorder calloc to avoid memory leak on error path.Vinson Lee2011-11-051-3/+4
* st/mesa: set geometry shader to NULL when doing internal drawingMarek Olšák2011-11-043-1/+27
* gallium/cso_cache: remove one call to pipe_sampler_view_referenceMarek Olšák2011-11-041-2/+4
* u_vbuf_mgr: avoid one call to pipe_resource_reference in most casesMarek Olšák2011-11-041-1/+2
* draw: assert that we have non-null fragment shaderBrian Paul2011-11-032-0/+4
* state_trackers/vdpau: Implement VdpGenerateCSCMatrixMaarten Lankhorst2011-11-032-1/+21
* g3dvl: remove some stale variable incrementChristian König2011-11-031-1/+1
* gallium/util: Add macros for converting from little endian to CPU byte order.Michel Dänzer2011-11-021-0/+13