glsl: Reject non-scalar switch expressions.
[mesa.git] / src /
2012-05-17 Eric Anholtglsl: Reject non-scalar switch expressions.
2012-05-17 Eric Anholtglsl: Let the constructor figure out the types of switc...
2012-05-17 Eric Anholtglsl: Fix indentation of switch code.
2012-05-17 Eric Anholti965/vs: Fix up swizzle for dereference_array of matrices.
2012-05-17 Eric Anholtmesa: Throw error on glGetActiveUniform inside Begin...
2012-05-17 Eric Anholtglsl: Improve the local dead code optimization to elimi...
2012-05-17 Eric Anholti965/fs: Do more register coalescing by using the inter...
2012-05-17 Christoph Bumillernouveau: place static buffers in VRAM if preferred...
2012-05-17 Christoph Bumillernv50/ir: fix reversed order of lane ops in quadops
2012-05-17 Christoph Bumillernv50,nvc0: handle user vertex buffers
2012-05-17 Christoph Bumillernv50,nvc0: handle user index buffers
2012-05-17 Christoph Bumillernv50,nvc0: handle user constbufs without wrapping them...
2012-05-17 Christoph Bumillerst/mesa: set PIPE_BIND_STREAM_OUTPUT for TFB target...
2012-05-17 Jeremy Huddlestondarwin: Eliminate a possible race condition while destr...
2012-05-17 Jeremy Huddlestondarwin: Unlock our mutex before destroying it
2012-05-16 Michel Dänzergallium/radeon: Fix r300g tiling breakage.
2012-05-16 Francisco Jerezgallium/auxiliary/pipe-loader: Fix usage of anonymous...
2012-05-16 Michel Dänzerradeonsi: Initial tiling support.
2012-05-16 Michel Dänzerr600g: Set tiling information for BOs being shared.
2012-05-16 Michel Dänzerst/xorg: Better handling of EXA copies.
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...
next