radeonsi: Bump MAX_DRAW_CS_DWORDS.
[mesa.git] / src /
2012-05-16 Michel Dänzerradeonsi: Bump MAX_DRAW_CS_DWORDS.
2012-05-16 José Fonsecadraw,llvmpipe: Avoid named struct types on LLVM 3.0...
2012-05-16 Olivier Galibertllvmpipe: Color slot interpolation can be flat or persp...
2012-05-15 José Fonsecagallivm: Add MCRegisterInfo.h to silence benign warning...
2012-05-15 Paul Berryi965/blorp: Move exec() out of brw_blorp_params.
2012-05-15 Paul Berryi965/gen6: Initial implementation of MSAA.
2012-05-15 Paul Berryi965/gen6+: Add code to perform blits on the render...
2012-05-15 Paul Berryi965: Expose surface setup internals for use by blits.
2012-05-15 Paul Berryi965: split gen{6,7}_blorp_exec functions into manageab...
2012-05-15 Paul Berryi965: Parameterize HiZ code to prepare for adding blitting.
2012-05-15 Kenneth Graunkei965: Implement guardband clipping on Ivybridge.
2012-05-15 Kenneth Graunkei965: Implement guardband clipping on Sandybridge.
2012-05-15 José Fonsecallvmpipe: Add a test for lp_build_sgn.
2012-05-15 José Fonsecagallivm: Fix lp_build_sgn for normalized/fixed-point...
2012-05-15 José Fonsecagallivm: Fix lp_build_const_xxx for negative integers.
2012-05-15 Brian Paulsvga: fix FBO / viewport bugs
2012-05-15 Vadim Girlinradeon/llvm: add support for texture offsets, fix TEX_LD
2012-05-15 Vadim Girlinradeon/llvm: add SET_GRADIENTS*, fix SAMPLE_G
2012-05-15 Vadim Girlinradeon/llvm: increase const regs count
2012-05-15 Vadim Girlinradeon/llvm: use IntrNoMem property for intrinsics...
2012-05-15 Vadim Girlinradeon/llvm: use correct intrinsic for CEIL
2012-05-15 Vadim Girlinradeon/llvm: improve ABS_i32 lowering
2012-05-15 Vadim Girlinradeon/llvm: fix BUILD_VECTOR lowering for replicated...
2012-05-15 Vadim Girlinradeon/llvm: add names for AMDGPU* passes
2012-05-15 Vadim Girlinradeon/llvm: add generated files to .gitignore
2012-05-15 Paul BerryAdd .gitignore files for recently-added gallium projects
2012-05-15 José Fonsecaglsl: Fix lower_discard_flow prototype mismatch.
2012-05-15 Eric AnholtRevert "i965/fs: Jump from discard statements to the...
2012-05-15 Eric Anholtglsl: Implement the GLSL 1.30+ discard control flow...
2012-05-15 Eric Anholtglsl: Remove the opt_discard_simplification pass.
2012-05-14 Eric Anholti965/fs: Remove the requirement of no dead code for...
2012-05-14 Eric Anholti965/fs: Add support for copy propagation.
2012-05-14 Eric Anholti965/fs: When doing no work for live interval calculati...
2012-05-14 Eric Anholti965/gen7: Set tile_x/y to 0 in the no-stencil case.
2012-05-14 Eric Anholtintel: Fix signed/unsigned comparison warnings.
2012-05-14 Eric Anholtintel: Fix compile warning from 7b6424143d8bf572cadd46a...
2012-05-14 Eric Anholtintel: Fix compiler warning from 3cd7bee48f7caf7850ea64...
2012-05-14 Kenneth Graunkei965/fs: Add a local common subexpression elimination...
2012-05-14 Kenneth Graunkei965/fs: Use a const reference in fs_reg::equals instea...
2012-05-14 Oliver McFaddenmesa: print the Git SHA1 in GL_VERSION for ES1 and...
2012-05-14 Oliver McFaddenmesa: GLES specifies restrictions on uniform matrix...
2012-05-14 Michel Dänzerradeonsi: Keep around copies of original sampler states.
2012-05-14 Michel Dänzerradeonsi: Flesh out shader interpolation related code.
2012-05-14 Michel Dänzerradeonsi: Add proper SI family names.
2012-05-14 Michel Dänzerradeonsi: Separate states for samplers and sampler...
2012-05-14 Michel Dänzerradeonsi: Fixups for drawing with an index buffer.
2012-05-14 Vinson Leevl: Initialize pipe_vertex_buffer.user_buffer fields.
2012-05-14 James Bentonllvmpipe: Calculate fixed point coordinates for triangl...
2012-05-14 Tom Stellardradeon/llvm: Coding style fixes for R600CodeEmitter.cpp
2012-05-14 Tom Stellardradeon/llvm: Lower bitcast instructions to copies
2012-05-13 Marek Olšákradeonsi: remove slab allocator for pipe_resource ...
2012-05-13 Marek Olšákr600g: remove slab allocator for pipe_resource (used...
2012-05-12 Marek Olšákr600g: handle R16G16B16_FLOAT and R32G32B32_FLOAT in...
2012-05-12 Marek Olšákgallium: remove user_buffer_create from the interface
2012-05-12 Marek Olšákgallium/graw: stop using user_buffer_create
2012-05-12 Marek Olšákgallium/util: remove unused parameter nr_vertex_buffers...
2012-05-12 Francisco Jerezclover: Fix build on i386.
2012-05-12 Francisco Jerezclover: Check the total work-group size provided to...
2012-05-12 Christoph Bumillerclover, gallium: add PIPE_COMPUTE_CAP_MAX_THREADS_PER_BLOCK
2012-05-12 Francisco Jerezr600g: Handle compute caps.
2012-05-12 Francisco Jerezr300g: Handle compute caps.
2012-05-12 José Fonsecaauxiliary/util: Ensure pipe_constant_buffer::user_buffe...
2012-05-12 José Fonsecascons: Fix missing gbm symbols in st/egl.
2012-05-12 José Fonsecatargets/egl-static: Fix some missing symbols.
2012-05-12 José Fonsecatrace: Fix pipe_context::clear dumping.
2012-05-12 José Fonsecatrace: Fix pipe_shader_state dumping.
2012-05-12 José Fonsecascons: Link r600_drm.so against libdrm-radeon
2012-05-12 José Fonsecatrace: Match NULL context members.
2012-05-12 Marek Olšákgallium/docs: remove documentation of redefine_user_buffer
2012-05-12 Michel Dänzerradeonsi: Fixed point vertex formats aren't supported.
2012-05-12 Michel Dänzerradeonsi: Fixups for recent build infrastructure changes.
2012-05-12 Dave Airlier600g: setup COLOR1 for possible dual-src in the frameb...
2012-05-12 Roy Splietnv30: Silence pipe_cap warnings
2012-05-12 Roy Splietnv30/shader: SSG, LIT only requires one source register
2012-05-12 Ben Skeggsnouveau/vieux: finish != flush, how about we do that..
2012-05-11 Marek Olšákr300g/swtcl: move vertex buffer updates into set_vertex...
2012-05-11 Marek Olšákr300g/swtcl: move index buffer updates from swtcl_draw_...
2012-05-11 Marek Olšákr300g/swtcl: malloc vertex and index buffers (don't...
2012-05-11 Marek Olšákr300g/swtcl: don't do stuff which is only for HWTCL
2012-05-11 Marek Olšákr300g: remove slab allocator for pipe_resource (used...
2012-05-11 Marek Olšákr300g: remove user_buffer_create
2012-05-11 Marek Olšákr300g: fix breakage after gallium-userbuf merge
2012-05-11 Brian Paulllvmpipe: add cast to silence warning
2012-05-11 Andreas Betzvega: fix 565 color unpacking bug
2012-05-11 Brian Paulmesa: add DEBUG_INCOMPLETE_TEXTURE, DEBUG_INCOMPLETE_FB...
2012-05-11 Brian Paulmesa: implement DEBUG_ALWAYS_FLUSH debug option
2012-05-11 Brian Paulmesa: define DEBUG_SILENT flag, use in output_if_debug()
2012-05-11 Brian Paulmesa: clean-up the debug/verbose flag setup code
2012-05-11 Brian Paulmesa: do FLUSH_VERTICES() in _mesa_flush/finish()
2012-05-11 Brian Paulmesa: fix glMaterial / dlist bug
2012-05-11 Brian Paulmesa: fix/add error check in _mesa_ColorMaterial()
2012-05-11 Tom Stellardradeon/llvm: More comments and cleanups
2012-05-11 José Fonsecagallivm: Fix copy'n'paste typo bug translating CEIL...
2012-05-11 Marek Olšákr600g: assume DISCARD_WHOLE_RESOURCE is always used...
2012-05-11 Marek OlšákMerge branch 'master' of ssh://git.freedesktop.org...
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-05-11 Tom Stellardradeon/llvm: Fix Evergreen/Cayman tablegen predicates
2012-05-11 José Fonsecagallium/tgsi: s/TGSI_BUFFER/TGSI_TEXTURE_BUFFER/
2012-05-11 José Fonsecagallium/tgsi: Redefine the TGSI_TEXTURE_UNKNOWN texture...
2012-05-11 James Bentonllvmpipe: Fix triangle bounding box calculation to...
next