mesa.git
2012-11-29 Adhemerval... gallivm: Altivec vector max/min intrisics
2012-11-29 Adhemerval... gallivm: Altivec pack/unpack intrisics
2012-11-29 Michel Dänzerradeonsi: Bitcast result of packf16 intrinsic to float...
2012-11-29 Kenneth Graunkei965/vs: Move struct brw_compile (p) entirely inside...
2012-11-29 Kenneth Graunkei965/vs: Split final assembly code generation out of...
2012-11-29 Kenneth Graunkei965/vs: Abort on unsupported opcodes rather than failing.
2012-11-29 Kenneth Graunkei965/vs: Move uses of brw_compile from do_vs_prog to...
2012-11-29 Kenneth Graunkei965/vs: Rework memory contexts for shader compilation...
2012-11-29 Kenneth Graunkei965/vs: Pass the brw_context pointer into brw_compute_...
2012-11-29 Kenneth Graunkei965/vs: Pass the brw_context pointer into vec4_visitor...
2012-11-29 Kenneth Graunkei965/vs: Move some functions from brw_vec4_emit.cpp...
2012-11-29 Kenneth Graunkemeta: Don't try to glOrtho when the draw buffer isn...
2012-11-29 Jason Wooddocs: Mark some features in GL3.txt as done for r600
2012-11-29 Marek Olšákst/mesa: allow forward-compatible contexts and set...
2012-11-29 Marek Olšákst/mesa: add support for GL core profiles
2012-11-28 Marek Olšákconfigure.ac: remove -fomit-frame-pointer from LLVM...
2012-11-28 Marek Olšákconfigure.ac: look for whole words in LLVM flags, not...
2012-11-28 Marek Olšákconfigure.ac: consolidate stripping unwanted LLVM flags
2012-11-28 Marek Olšákconfigure.ac: print LLVM flags
2012-11-28 Brian Paulutil: add more memory debugging features
2012-11-28 José Fonsecallvmpipe: Implement logic ops for the AoS path.
2012-11-28 José Fonsecallvmpipe: Don't use dynamically sized arrays.
2012-11-28 Eric Anholti965/gen4-5: Fix segfaults with stencil-only depth...
2012-11-28 Eric Anholti965/fs: Don't generate saturates over existing variabl...
2012-11-28 Eric Anholti965/fs: Add some minimal backend-IR dumping.
2012-11-28 James Bentonllvmpipe: Update llvmpipe_is_format_unswizzled to refle...
2012-11-28 James Bentonllvmpipe: Enable vertex color clamping.
2012-11-28 James Bentonllvmpipe: Unswizzled rendering.
2012-11-28 James Bentongallivm: Updated lp_build_const_mask_aos to input numbe...
2012-11-28 James Bentonutil: Updated util_format_is_array to be more accurate.
2012-11-28 James Bentongallivm: Added support for float to half-float conversi...
2012-11-28 James Bentongallivm: Changed lp_build_pad_vector to correctly handl...
2012-11-28 James Bentongallivm: Add a function to generate lp_type for a format.
2012-11-28 James Bentongallivm: Add support for unorm16 in lp_build_mul.
2012-11-28 Matt Turnerglcpp: Support #elif(expression) with no intervening...
2012-11-28 Matt Turnerglcpp: Reject #version and #line not followed by whitespace
2012-11-28 Marek Olšákmesa: fix BlitFramebuffer between linear and sRGB formats
2012-11-28 Roland Scheideggergallivm: fix multiple lods with different min/mag filte...
2012-11-28 Michel Dänzerradeonsi: Reinstate assertions against invalid colour...
2012-11-28 Michel Dänzerradeonsi: Re-enable Z16 depth buffers.
2012-11-28 Marek Olšákradeonsi: remove redundant parameter in r600_init_surface
2012-11-28 Michel Dänzerradeonsi: Use explicit stencil mipmap level offsets.
2012-11-28 Marek Olšákradeonsi: correct texture memory size for Z32F_S8X24
2012-11-28 Michel Dänzerradeonsi: Depth/stencil fixes.
2012-11-28 Michel Dänzerradeonsi: Flesh out support for depth/stencil exports...
2012-11-28 Michel Dänzerradeonsi: Fix sampler views for depth textures.
2012-11-28 Jerome Glisseradeonsi: Fix z/stencil texture creation.
2012-11-28 Vinson Leescons: Build ws_xlib on Mac OS X.
2012-11-27 Johannes Obermayrconfigure.ac: Remove -O., -g and -Wall from LLVM_C...
2012-11-27 Brian Paulvbo: move another line of code after declarations
2012-11-27 Brian Paulvbo: move code after declarations to fix MSVC errors
2012-11-27 Brian Paulvbo: minor whitespace fix
2012-11-27 Brian Paulmesa: remove '(void) k' lines
2012-11-27 Kenneth Graunkemesa/vbo: Check for invalid types in various packed...
2012-11-27 Kenneth Graunkemesa/vbo: Support the ES 3.0 signed normalized scaling...
2012-11-27 Kenneth Graunkemesa/vbo: Plumb ctx through to the conv_i(10|2)_to_norm...
2012-11-27 Matt Turnermesa: Set transform feedback's default buffer mode...
2012-11-27 Matt Turnermesa: Return 0 for XFB_VARYING_MAX_LENGTH if no varyings
2012-11-27 Andreas Bollgallium/tests/trivial: updates for transfer functions...
2012-11-27 Andreas Bollgallium/tests/trivial: updates for CSO interface changes
2012-11-27 Andreas Bollgallium/tests/trivial: updates for util_draw_vertex_buf...
2012-11-27 James Bentonutil: Modified u_rect to default to memcpy.
2012-11-27 James Bentonutil/format: Fix bug in float to non-float conversion...
2012-11-27 James Bentongallivm: Fix bug in lp_build_one which would incorrectl...
2012-11-27 Kenneth Graunkeglsl: Support unsigned integer constants in layout...
2012-11-27 Kenneth Graunkei965/fs: Move struct brw_compile (p) entirely inside...
2012-11-27 Kenneth Graunkei965/fs: Split final assembly code generation out of...
2012-11-27 Kenneth Graunkei965/fs: Abort on unsupported opcodes rather than failing.
2012-11-27 Kenneth Graunkei965: Make it possible to create a cfg_t without a...
2012-11-27 Kenneth Graunkei965/fs: Move uses of brw_compile from do_wm_prog to...
2012-11-27 Kenneth Graunkei965/fs: Pass the brw_context pointer into fs_visitor...
2012-11-27 Kenneth Graunkei965/fs: Move brw_wm_compile::fp to fs_visitor.
2012-11-27 Kenneth Graunkei965/fs: Remove struct brw_shader * parameter to fs_vis...
2012-11-27 Kenneth Graunkei965/fs: Move brw_wm_compile::dispatch_width into fs_vi...
2012-11-27 Kenneth Graunkei965/fs: Move brw_wm_lookup_iz() to fs_visitor::setup_p...
2012-11-27 Kenneth Graunkei965/fs: Move brw_wm_payload_setup() to fs_visitor...
2012-11-27 Kenneth Graunkei965/fs: Remove brw_wm_compile::computes_depth field.
2012-11-27 Roland Scheideggergallivm: use the new mip per quad handling in texture...
2012-11-27 Roland Scheideggergallivm,llvmpipe: handle TXF (texelFetch) instruction...
2012-11-27 Chris Forbesi965: Enable ARB_vertex_type_2_10_10_10_rev on Gen4+.
2012-11-27 Chris Forbesi965: emit w/a for packed attribute formats in VS
2012-11-27 Chris Forbesi965: set attribute w/a bits for packed formats
2012-11-27 Chris Forbesi965: Generalize GL_FIXED VS w/a support
2012-11-27 Chris Forbesi965: support 2_10_10_10 formats in get_surface_type.
2012-11-27 Chris Forbesi965: implement get_size for 2_10_10_10 formats
2012-11-26 Chris Forbesi965/vs: add support for emitting SHL, SHR, ASR
2012-11-26 Matt Turnermesa: Use correct glGetTransformFeedbackVarying name...
2012-11-26 Andreas Bollbuild: use git ls-files for adding all Makefile.in...
2012-11-26 Eric Anholti965: Fix hangs with FP KIL instructions pre-gen6.
2012-11-26 Eric Anholti965/gen4: Fix memory leak each time compile_gs_prog...
2012-11-26 Eric Anholti965/gen4: Fix LOD bias texturing since my fixed reg...
2012-11-22 Marek Olšákr600g: fix broken streamout if streamout_begin caused...
2012-11-22 Marek Olšákr600g: fix ARB_map_buffer_alignment with unaligned...
2012-11-22 Vinson Leescons: Append x11 library path if linking x11 library.
2012-11-22 Kenneth Graunkemesa/vbo: Fix scaling issue in 2-bit signed normalized...
2012-11-22 Kenneth Graunkemesa/vbo: Fix scaling issue in 10-bit signed normalized...
2012-11-21 Alex Deucherradeonsi: add a new SI pci id
2012-11-21 Vinson Leei915: Fix wrong sizeof argument in i915_update_tex_unit.
2012-11-21 Andreas BollAdd .dirstamp to toplevel .gitignore
2012-11-21 Andreas Bollgallium/tests: update .gitignore files
next