summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-11-29st/mesa: add support for GL core profilesMarek Olšák2-1/+6
2012-11-29configure.ac: remove -fomit-frame-pointer from LLVM flagsMarek Olšák1-1/+2
2012-11-29configure.ac: look for whole words in LLVM flags, not prefixesMarek Olšák1-5/+6
2012-11-29configure.ac: consolidate stripping unwanted LLVM flagsMarek Olšák1-3/+16
2012-11-29configure.ac: print LLVM flagsMarek Olšák1-0/+6
2012-11-28util: add more memory debugging featuresBrian Paul2-1/+84
2012-11-28llvmpipe: Implement logic ops for the AoS path.José Fonseca1-1/+8
2012-11-28llvmpipe: Don't use dynamically sized arrays.José Fonseca1-4/+4
2012-11-28i965/gen4-5: Fix segfaults with stencil-only depth/stencil setups.Eric Anholt1-1/+3
2012-11-28i965/fs: Don't generate saturates over existing variable values.Eric Anholt1-0/+1
2012-11-28i965/fs: Add some minimal backend-IR dumping.Eric Anholt2-0/+92
2012-11-28llvmpipe: Update llvmpipe_is_format_unswizzled to reflect latest changes.James Benton1-9/+0
2012-11-28llvmpipe: Enable vertex color clamping.James Benton1-1/+1
2012-11-28llvmpipe: Unswizzled rendering.James Benton27-157/+1782
2012-11-28gallivm: Updated lp_build_const_mask_aos to input number of channels.James Benton7-20/+31
2012-11-28util: Updated util_format_is_array to be more accurate.James Benton2-3/+16
2012-11-28gallivm: Added support for float to half-float conversion in lp_build_conv.James Benton2-7/+94
2012-11-28gallivm: Changed lp_build_pad_vector to correctly handle scalar argument.James Benton3-17/+22
2012-11-28gallivm: Add a function to generate lp_type for a format.James Benton2-7/+31
2012-11-28gallivm: Add support for unorm16 in lp_build_mul.James Benton1-0/+45
2012-11-28glcpp: Support #elif(expression) with no intervening space.Matt Turner7-1/+96
2012-11-28glcpp: Reject #version and #line not followed by whitespaceMatt Turner5-2/+8
2012-11-28mesa: fix BlitFramebuffer between linear and sRGB formatsMarek Olšák1-3/+39
2012-11-28gallivm: fix multiple lods with different min/mag filter and wide vectorsRoland Scheidegger1-0/+3
2012-11-28radeonsi: Reinstate assertions against invalid colour/depth formats.Michel Dänzer1-0/+2
2012-11-28radeonsi: Re-enable Z16 depth buffers.Michel Dänzer1-2/+2
2012-11-28radeonsi: remove redundant parameter in r600_init_surfaceMarek Olšák1-5/+4
2012-11-28radeonsi: Use explicit stencil mipmap level offsets.Michel Dänzer2-7/+6
2012-11-28radeonsi: correct texture memory size for Z32F_S8X24Marek Olšák1-7/+15
2012-11-28radeonsi: Depth/stencil fixes.Michel Dänzer2-8/+21
2012-11-28radeonsi: Flesh out support for depth/stencil exports from the pixel shader.Michel Dänzer2-6/+68
2012-11-28radeonsi: Fix sampler views for depth textures.Michel Dänzer2-5/+6
2012-11-28radeonsi: Fix z/stencil texture creation.Jerome Glisse1-9/+5
2012-11-27scons: Build ws_xlib on Mac OS X.Vinson Lee1-1/+1
2012-11-28configure.ac: Remove -O., -g and -Wall from LLVM_C{PP,XX}FLAGS.Johannes Obermayr1-3/+3
2012-11-27vbo: move another line of code after declarationsBrian Paul1-1/+1
2012-11-27vbo: move code after declarations to fix MSVC errorsBrian Paul1-7/+7
2012-11-27vbo: minor whitespace fixBrian Paul1-1/+1
2012-11-27mesa: remove '(void) k' linesBrian Paul1-4/+0
2012-11-27mesa/vbo: Check for invalid types in various packed vertex functions.Kenneth Graunke1-0/+43
2012-11-27mesa/vbo: Support the ES 3.0 signed normalized scaling rules.Kenneth Graunke1-2/+38
2012-11-27mesa/vbo: Plumb ctx through to the conv_i(10|2)_to_norm_float functions.Kenneth Graunke1-59/+59
2012-11-27mesa: Set transform feedback's default buffer mode to INTERLEAVED_ATTRIBSMatt Turner1-0/+2
2012-11-27mesa: Return 0 for XFB_VARYING_MAX_LENGTH if no varyingsMatt Turner1-21/+15
2012-11-27gallium/tests/trivial: updates for transfer functions changesAndreas Boll1-10/+4
2012-11-27gallium/tests/trivial: updates for CSO interface changesAndreas Boll1-2/+2
2012-11-27gallium/tests/trivial: updates for util_draw_vertex_buffer changesAndreas Boll2-2/+2
2012-11-27util: Modified u_rect to default to memcpy.James Benton1-8/+1
2012-11-27util/format: Fix bug in float to non-float conversion in u_format_pack.py.James Benton1-1/+1
2012-11-27gallivm: Fix bug in lp_build_one which would incorrectly return a vector for ...James Benton1-1/+1