summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: implement layered framebuffer clear for the clear_with_quad fallbackMarek Olšák2013-12-032-0/+25
* gallium/util: implement layered framebuffer clear in u_blitterMarek Olšák2013-12-036-25/+106
* trace: Dump PIPE_QUERY_* enums.José Fonseca2013-11-282-0/+36
* gallium/cso: fix sampler / sampler_view countsRoland Scheidegger2013-11-281-11/+16
* gallium: new shader cap bit for the amount of sampler viewsRoland Scheidegger2013-11-281-0/+2
* tgsi: Prevent emission of instructions with empty writemask.José Fonseca2013-11-222-0/+42
* tgsi: Rework calls to ureg_emit_insn().José Fonseca2013-11-221-96/+104
* gallium: Make TGSI_SEMANTIC_FOG register four-component wide.José Fonseca2013-11-212-12/+1
* tgsi_exec: Fix mask calculation for emit_kill_if.José Fonseca2013-11-211-0/+3
* gallivm: Ignore unknown file type in non-debug builds.Vinson Lee2013-11-201-0/+1
* u_gen_mipmap: Use untampered cubemap texture coords when generating mipmaps.José Fonseca2013-11-205-6/+19
* gallivm: Fix mask calculation for emit_kill_if.Si Chen2013-11-191-5/+8
* postprocess: document the pp_init() function.Brian Paul2013-11-181-1/+8
* postprocess: move #defines to filters.hBrian Paul2013-11-182-3/+4
* postprocess: refactor header files, etcBrian Paul2013-11-188-47/+70
* postprocess: rename program to pp_programBrian Paul2013-11-188-23/+23
* postprocess: simplify pp_free() codeBrian Paul2013-11-181-14/+13
* indices: add comments, assertions in u_indices.c fileBrian Paul2013-11-151-0/+26
* gallium/pipe_loader: un-reference udev resources when we're done with them.Aaron Watry2013-11-151-0/+3
* gallivm: Compile flag to debug TGSI execution through printfs.José Fonseca2013-11-145-47/+222
* gallivm,llvmpipe: fix float->srgb conversion to handle NaNsRoland Scheidegger2013-11-144-26/+43
* draw,llvmpipe: use exponent manipulation instead of exp2 for polygon offsetRoland Scheidegger2013-11-121-8/+13
* gallium: fix build on GNU/Hurd due to missing PIPE_OS_HURD detectionCyril Brulebois2013-11-121-6/+6
* util: set all unused cbufs to NULL in util_copy_framebuffer_state()Brian Paul2013-11-111-1/+2
* vl: use a separate context for shader based decode v2Christian König2013-11-082-61/+124
* gallivm: deduplicate some indirect register address codeRoland Scheidegger2013-11-081-157/+96
* draw,llvmpipe,util: add depth bias calculation for arb_depth_buffer_floatMatthew McClure2013-11-077-19/+80
* gallium: fix build on GNU/kFreeBSDFabio Pedretti2013-11-061-1/+1
* gallivm: fix indirect addressing of inputsRoland Scheidegger2013-11-061-17/+28
* gallivm: optimize lp_build_minify for sseRoland Scheidegger2013-11-053-13/+54
* util/u_format: take normalized flag in consideration in util_format_is_rgba8_...José Fonseca2013-11-051-0/+3
* gallivm: Remove llvm::DisablePrettyStackTrace for LLVM >= 3.4.Vinson Lee2013-11-041-0/+2
* tgsi/scan: set maximum index for each constant bufferMarek Olšák2013-11-042-1/+13
* draw: move type construction out of loopBrian Paul2013-11-041-1/+3
* gallium/auxiliary/indices: add u_primconvertRob Clark2013-10-293-0/+227
* gallium/auxiliary/indices: add start paramRob Clark2013-10-295-26/+54
* util,llvmpipe: correctly set the minimum representable depth valueMatthew McClure2013-10-292-0/+52
* gallivm: implement fully accurate corner filtering for seamless cube mapsRoland Scheidegger2013-10-251-13/+151
* gallium: new, unified pipe_context::set_sampler_views() functionBrian Paul2013-10-2311-76/+67
* gallivm: implement seamless cube filteringRoland Scheidegger2013-10-213-40/+368
* translate_sse: Fix generated code argument handling for msabi on x86_64Jon TURNEY2013-10-181-3/+11
* rtasm: Cygwin uses the msabi calling convention on x86_64Jon TURNEY2013-10-181-1/+1
* rtasm: The heap is NX on 64-bit Cygwin, so use the rtasm_exec_malloc() implem...Jon TURNEY2013-10-181-1/+1
* Revert "scons: Fix build when rtti is disabled"José Fonseca2013-10-161-2/+0
* cso: fix incorrect sampler view count in cso_restore_sampler_views()Brian Paul2013-10-161-3/+6
* scons: Fix build when rtti is disabledAlexander von Gluck IV2013-10-151-0/+2
* draw: make vs_slot signed.José Fonseca2013-10-151-2/+4
* build: remove forced -fno-rttiAlexander von Gluck IV2013-10-141-6/+0
* util: Fix MinGW build.José Fonseca2013-10-091-1/+1
* gallivm: kill old per-quad face selection codeRoland Scheidegger2013-10-101-475/+286