aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: Re-enable Z16 depth buffers.Michel Dänzer2012-11-281-2/+2
* radeonsi: remove redundant parameter in r600_init_surfaceMarek Olšák2012-11-281-5/+4
* radeonsi: Use explicit stencil mipmap level offsets.Michel Dänzer2012-11-282-7/+6
* radeonsi: correct texture memory size for Z32F_S8X24Marek Olšák2012-11-281-7/+15
* radeonsi: Depth/stencil fixes.Michel Dänzer2012-11-282-8/+21
* radeonsi: Flesh out support for depth/stencil exports from the pixel shader.Michel Dänzer2012-11-282-6/+68
* radeonsi: Fix sampler views for depth textures.Michel Dänzer2012-11-282-5/+6
* radeonsi: Fix z/stencil texture creation.Jerome Glisse2012-11-281-9/+5
* scons: Build ws_xlib on Mac OS X.Vinson Lee2012-11-271-1/+1
* configure.ac: Remove -O., -g and -Wall from LLVM_C{PP,XX}FLAGS.Johannes Obermayr2012-11-281-3/+3
* vbo: move another line of code after declarationsBrian Paul2012-11-271-1/+1
* vbo: move code after declarations to fix MSVC errorsBrian Paul2012-11-271-7/+7
* vbo: minor whitespace fixBrian Paul2012-11-271-1/+1
* mesa: remove '(void) k' linesBrian Paul2012-11-271-4/+0
* mesa/vbo: Check for invalid types in various packed vertex functions.Kenneth Graunke2012-11-271-0/+43
* mesa/vbo: Support the ES 3.0 signed normalized scaling rules.Kenneth Graunke2012-11-271-2/+38
* mesa/vbo: Plumb ctx through to the conv_i(10|2)_to_norm_float functions.Kenneth Graunke2012-11-271-59/+59
* mesa: Set transform feedback's default buffer mode to INTERLEAVED_ATTRIBSMatt Turner2012-11-271-0/+2
* mesa: Return 0 for XFB_VARYING_MAX_LENGTH if no varyingsMatt Turner2012-11-271-21/+15
* gallium/tests/trivial: updates for transfer functions changesAndreas Boll2012-11-271-10/+4
* gallium/tests/trivial: updates for CSO interface changesAndreas Boll2012-11-271-2/+2
* gallium/tests/trivial: updates for util_draw_vertex_buffer changesAndreas Boll2012-11-272-2/+2
* util: Modified u_rect to default to memcpy.James Benton2012-11-271-8/+1
* util/format: Fix bug in float to non-float conversion in u_format_pack.py.James Benton2012-11-271-1/+1
* gallivm: Fix bug in lp_build_one which would incorrectly return a vector for ...James Benton2012-11-271-1/+1
* glsl: Support unsigned integer constants in layout qualifiers.Kenneth Graunke2012-11-261-1/+6
* i965/fs: Move struct brw_compile (p) entirely inside fs_generator.Kenneth Graunke2012-11-266-6/+4
* i965/fs: Split final assembly code generation out of fs_visitor.Kenneth Graunke2012-11-263-78/+156
* i965/fs: Abort on unsupported opcodes rather than failing.Kenneth Graunke2012-11-261-1/+1
* i965: Make it possible to create a cfg_t without a backend_visitor.Kenneth Graunke2012-11-262-3/+18
* i965/fs: Move uses of brw_compile from do_wm_prog to brw_wm_fs_emit.Kenneth Graunke2012-11-263-14/+20
* i965/fs: Pass the brw_context pointer into fs_visitor explicitly.Kenneth Graunke2012-11-263-5/+7
* i965/fs: Move brw_wm_compile::fp to fs_visitor.Kenneth Graunke2012-11-268-17/+19
* i965/fs: Remove struct brw_shader * parameter to fs_visitor constructor.Kenneth Graunke2012-11-263-5/+8
* i965/fs: Move brw_wm_compile::dispatch_width into fs_visitor.Kenneth Graunke2012-11-269-66/+64
* i965/fs: Move brw_wm_lookup_iz() to fs_visitor::setup_payload_gen4().Kenneth Graunke2012-11-265-85/+82
* i965/fs: Move brw_wm_payload_setup() to fs_visitor::setup_payload_gen6()Kenneth Graunke2012-11-264-68/+63
* i965/fs: Remove brw_wm_compile::computes_depth field.Kenneth Graunke2012-11-264-6/+1
* gallivm: use the new mip per quad handling in texture fetch pathRoland Scheidegger2012-11-273-193/+212
* gallivm,llvmpipe: handle TXF (texelFetch) instruction, including offsetsRoland Scheidegger2012-11-2713-71/+618
* i965: Enable ARB_vertex_type_2_10_10_10_rev on Gen4+.Chris Forbes2012-11-262-1/+2
* i965: emit w/a for packed attribute formats in VSChris Forbes2012-11-263-13/+126
* i965: set attribute w/a bits for packed formatsChris Forbes2012-11-261-4/+26
* i965: Generalize GL_FIXED VS w/a supportChris Forbes2012-11-263-14/+26
* i965: support 2_10_10_10 formats in get_surface_type.Chris Forbes2012-11-261-1/+19
* i965: implement get_size for 2_10_10_10 formatsChris Forbes2012-11-261-0/+5
* i965/vs: add support for emitting SHL, SHR, ASRChris Forbes2012-11-262-4/+10
* mesa: Use correct glGetTransformFeedbackVarying name in error msgMatt Turner2012-11-261-2/+2
* build: use git ls-files for adding all Makefile.in into the release tarballAndreas Boll2012-11-261-51/+1
* i965: Fix hangs with FP KIL instructions pre-gen6.Eric Anholt2012-11-251-0/+2