gallium/docs: more documentation for pipe_resource::array_size
[mesa.git] / src / gallium / auxiliary /
2013-06-22 Maarten Lankhorstvl/mpeg12: fix mpeg-1 bytestream parsing
2013-06-19 Roland Scheideggerutil: (trivial) add has_popcnt field
2013-06-19 Brian Paulindices: add some comments
2013-06-18 Zack RusinRevert "draw: clear the draw buffers in draw"
2013-06-18 Roland Scheideggergallium: add condition parameter to render_condition
2013-06-17 Dave Airlietgsi: text parser: fix parsing of array in declaration
2013-06-17 Zack Rusindraw: fix a regression in computing max elt
2013-06-17 Zack Rusindraw: clear the draw buffers in draw
2013-06-13 Zack Rusingallium/draw: add limits to the clip and cull distances
2013-06-13 Zack Rusindraw: cleanup the distance culling code a bit
2013-06-13 Manfred Ernstmesa: Fix bug in unclamped float to ubyte conversion.
2013-06-13 Marek Olšákgallium/u_format: add a new helper for initializing...
2013-06-13 Marek Olšákgallium/u_blitter: make clearing independent of the...
2013-06-13 Marek Olšákgallium/u_blitter: make clearing independent of the...
2013-06-13 Marek Olšákgallium/util: make WRITES_ALL_CBUFS optional in the...
2013-06-12 Roland Scheideggerutil: new util_fill_box helper
2013-06-12 Roland Scheideggergallivm: (trivial) remove duplicated code block (includ...
2013-06-11 Zack Rusindraw: implement distance culling
2013-06-11 Zack Rusingallium: add a cull distance semantic
2013-06-11 Zack Rusindraw: fix clipper invocation statistics
2013-06-11 Zack Rusindraw: enable user plane clipping when clipdistance...
2013-06-11 Zack Rusindraw: make sure clipdistances work with geometry shaders
2013-06-10 Richard Sandiforddraw: Add A8R8G8B8 to draw_print_arrays
2013-06-10 Richard Sandiforddraw: Fix type mismatch between draw_private.h and...
2013-06-10 Richard Sandifordutil: Use sizeof(void *) rather than 0 as the fallback...
2013-06-10 Richard Sandifordllvmpipe: Use saturating add/sub for UNORM formats
2013-06-08 Roland Scheideggergallivm: work around slow code generated for interleavi...
2013-06-07 Roland Scheideggerutil: add comment about bogus transfer flags
2013-06-07 Roland Scheideggerutil: fix util_clear_render_target and util_clear_depth...
2013-06-07 Chia-I Wuutil: add util_resource_is_array_texture()
2013-06-07 Arnas Milaseviciusgallium: Remove draw_arrays() and draw_arrays_instanced...
2013-06-07 Brian Paultgsi: replace tgsi_file_names tgsi_file_names[] with...
2013-06-07 Chia-I Wuu_vbuf: fix index buffer leak
2013-06-06 Roland Scheideggerdraw: trivial fix comment typo
2013-06-06 Roland Scheideggergallium/tgsi: add missing string for layer semantic
2013-06-05 Rico Schüllermesa: remove outdated version lines in comments
2013-06-05 Richard Sandifordgallium: System z support
2013-06-04 Roland Scheideggergallivm: enhance special sse2 4x4f and 2x8f -> 1x16ub...
2013-06-04 Roland Scheideggergallivm: (trivial) fix lp_build_concat_n
2013-06-01 Roland Scheideggergallivm: fix out-of-bounds access with mirror_clamp_to_...
2013-05-30 Zack Rusindraw: fix vs/fs input/output mismatches
2013-05-30 Brian Pauldraw: add cast in debug_printf() to silence warning
2013-05-25 Zack Rusindraw: make sure viewport index is fetched from leading...
2013-05-25 Zack Rusindraw: clamp the viewports to always be between 0 and max
2013-05-25 Zack Rusindraw: fixup draw_find_shader_output
2013-05-25 Zack Rusindraw: implement support for multiple viewports
2013-05-25 Zack Rusingallium: Add support for multiple viewports
2013-05-29 Anthony G. Basilegallium: fix build on uclibc system
2013-05-27 Chia-I Wutgsi: add buffer texture to tgsi_util_get_texture_coord...
2013-05-21 José Fonsecascons: Don't force stabs debug format for Mingw.
2013-05-17 Roland Scheideggerllvmpipe: handle z32s8x24 depth/stencil format
2013-05-17 Roland Scheideggergallivm: handle z32s8x24 format for sampling
2013-05-17 José Fonsecagallivm: Eliminate 8.8 fixed point intermediates from...
2013-05-17 José Fonsecagallivm: Add and use lp_build_lerp_3d.
2013-05-16 José Fonsecagallivm: Support pointers in lp_build_print_value().
2013-05-15 José Fonsecadraw: More defensive coding in DRAW_GET_IDX.
2013-05-15 José Fonsecadraw: Fix vsplit regression when the ib can be used...
2013-05-14 Zack Rusindraw/gs: fix extracting of the clip
2013-05-14 Zack Rusindraw: try to prevent overflows on index buffers
2013-05-14 Zack Rusindraw: use the total number of vertices for statistics
2013-05-14 Zack Rusindraw: don't crash on vertex buffer overflow
2013-05-14 Zack Rusingallivm/soa: implement indirect addressing in immediates
2013-05-14 Zack Rusindraw/gs: don't bind the tgsi state if we're using llvm...
2013-05-14 Vinson Leegallivm: Fix build with LLVM >= 3.4 r181680.
2013-05-14 José Fonsecadraw: Fix io_ptr/num_prims name in IR.
2013-05-09 Stéphane Marchesindraw/llvm: Add additional llvm optimization passes
2013-05-08 Chia-I Wutgsi: fix operand type of TGSI_OPCODE_NOT
2013-05-08 Chia-I Wutgsi: refactor tgsi_opcode_infer_src_type()
2013-05-08 Chia-I Wutgsi: refactor tgsi_opcode_infer_dst_type()
2013-05-08 Chia-I Wutgsi: reorder opcodes in opcode type inference
2013-05-08 Chia-I Wutgsi: clean up exec_tex()
2013-05-08 Chia-I Wutgsi: add tgsi_util_get_texture_coord_dim()
2013-05-06 Tom Stellardgallivm: Fix build for LLVM < 3.3
2013-05-06 Tom Stellardgallivm: Move LLVMStartMultithreaded() static initializ...
2013-05-03 Zack Rusindraw/pt: adjust overflow calculations
2013-05-03 Zack Rusintgsi/ureg: make the dst register match the src indirection
2013-05-03 Christian Königvl/idct: fix for commit 7d2f2a0c890b1993532a45c8c392c28...
2013-05-03 Christian Königvl/buffers: fix typo in function name
2013-05-03 José Fonsecadraw: Update for u_assembled_primitive -> u_assembled_p...
2013-05-03 Chia-I Wuutil/prim: add u_reduced_prims_for_vertices()
2013-05-03 Chia-I Wuutil/prim: assorted fixes for u_decomposed_prims_for_ve...
2013-05-03 Chia-I Wuutil/prim: use vertex count info in u_validate_pipe_prim()
2013-05-03 Chia-I Wuutil/prim: fix the name of the include guard
2013-05-03 Chia-I Wudraw: use u_assembled_prim() instead of u_assembled_pri...
2013-05-03 Chia-I Wuutil/prim: clean up and add comments
2013-05-03 Chia-I Wuutil/prim: fix primitive trimming for triangles with...
2013-05-02 Zack Rusindraw/gs: don't crash when vs/gs signatures don't match
2013-05-02 Zack Rusintgsi: allow negation of all integer types
2013-05-02 Armin Kgallivm: Fix build with LLVM 3.3
2013-05-02 Adam Jacksongallivm: Fix altivec intrinsics for 8xi16 add/sub
2013-05-01 Christian Königvl/buffer: use 2D_ARRAY instead of 3D textures
2013-05-01 Christian Königvl/compositor: cleanup background clearing
2013-04-30 Matt Turnerbuild: Remove HAVE_PIPE_LOADER_SW.
2013-04-30 Matt Turnerbuild: Rename PIPE_LOADER_HAVE_XCB to HAVE_PIPE_LOADER_XCB.
2013-04-27 Zack Rusindraw: don't crash if GS doesn't emit anything
2013-04-30 Alexander von Gluck IVGallium: Use mmap on Haiku for executable memory vs...
2013-04-27 Zack Rusindraw/so: fix overflow calculation
2013-04-27 Zack Rusindraw/so: indicate overflow when buffer is missing
2013-04-27 Zack Rusingallivm: fix indirect addressing of temps in soa mode
2013-04-27 Zack Rusintgsi/ureg: Add a function to return the number of outputs
next