platform/upstream/mesa.git
2012-01-07 Brian Paulswrast: s/GLbitfield/GLbitfield64/ for sw_span::arrayAt...
2012-01-07 Brian Paulswrast: s/GLint/GLuint/ to silence MSVC signed/unsigned...
2012-01-07 Brian Paulmeta: add some 'f' suffixes to silence MSVC warnings
2012-01-07 Brian Paulmesa: add some 'f' suffixes to silence MSVC warnings
2012-01-07 Brian Paulutil: silence some MSVC type conversion warnings
2012-01-07 Brian Pauldraw: replace assert(0) with debug_warn_once()
2012-01-07 Brian Paulutil: add debug_warn_once() macro
2012-01-07 Brian Pauldraw: whitespace fixes, etc.
2012-01-07 Brian Paulgallium: make vbuf_render::set_primitive() return void
2012-01-07 Brian Paulsvga: fix assorted whitespace issues, add copyright...
2012-01-07 Brian Paulsvga: add switch cases for PIPE_SHADER_CAP_OUTPUT_READ
2012-01-07 Brian Paulmesa: add/update comments in _mesa_copy_buffer_subdata()
2012-01-07 Marek Olšáku_vbuf: don't unroll indices if mapping vertex buffers...
2012-01-07 Dave Airliedraw: fix missing include for u_format.
2012-01-07 Dave Airliest/mesa: add support for clip vertex.
2012-01-07 Dave Airliegallium: add new semantic for clip vertex.
2012-01-07 Dave Airliedraw: don't translate non-floats to float.
2012-01-07 Dave Airliest/mesa: fix default interpolation for colors.
2012-01-07 Kenneth Graunkeglsl/builtins: Add missing mix(genType, genType, bvec...
2012-01-07 Kenneth Graunkei965/vs: Fix invalid array access in copy propagation.
2012-01-07 Kenneth Graunkeconfigure.ac: Remove unused GLUT substitutions.
2012-01-06 Ian Romanickglsl: Don't mark assignment temporaries as read-only
2012-01-06 Ian Romanickglsl: Emit extra errors for l-value violations in ...
2012-01-06 Ian Romanickglsl: Emit errors for assignments to non-l-value expres...
2012-01-06 Ian Romanickglsl: Track descriptions of some expressions that can...
2012-01-06 Brian Paulmesa: remove gl_framebuffer:_DepthBuffer, _StencilBuffe...
2012-01-06 Brian Paulswrast: remove s_depthstencil.[ch] files
2012-01-06 Brian Paulswrast: remove calls to _swrast_update_depth/stencil_bu...
2012-01-06 Eric Anholti965: Turn on ARB_depth_buffer_float by default.
2012-01-06 Eric Anholtswrast: Convert the glBlitFramebuffer(GL_NEAREST) path...
2012-01-06 Eric Anholtmesa: Fix packing of stencil bits to MESA_FORMAT_Z32_FL...
2012-01-06 Eric Anholtswrast: Fix use of uninitialized value in rbmapping...
2012-01-06 Eric Anholtswrast: Use the fast copypixels code to implement fast...
2012-01-06 Eric Anholtswrast: Move the check for fast_copy_pixels() ability...
2012-01-06 Eric Anholti965: Add sensible disasm for the JMPI instruction.
2012-01-06 Eric Anholti965/gen7: Enable transform feedback as long as kernel...
2012-01-06 Eric Anholti965/gen7: Fix up the transform feedback buffer pointer...
2012-01-06 Eric Anholti965/gen7: Flush the batch between transform feedbacks.
2012-01-06 Eric Anholti965/gen7: Use the updated interface for SO write point...
2012-01-06 Alex Deucherr600g: remove obsolete MULTIWRITE comment
2012-01-06 Kenneth Graunkeglsl_to_tgsi: Remove the obsolete remove_output_reads...
2012-01-06 Vincent Lejeuneglsl_to_tgsi: Use the GLSL compiler's new remove-output...
2012-01-06 Vincent Lejeuneglsl: Add a lowering pass to remove reads of shader...
2012-01-06 Dave Airliedraw: fix piglit base vertex + user vertex array tests
2012-01-06 ojabStrip LLVM svn rev from `llvm-config --version` output.
2012-01-06 Vinson Leemesa: Remove 'texelBytes' declarations that are only...
2012-01-05 Paul Berrymesa: Fix transform feedback of unsubscripted arrays.
2012-01-05 Paul BerryAdd .gitignore files to exclude unit test build artifac...
2012-01-05 Paul Berrymesa: Avoid segfault when getting an unbound transform...
2012-01-05 Paul Berrymesa: Fix transform feedback of gl_ClipDistance.
2012-01-05 Paul Berrymesa: Make tfeedback_decl::var_name a const char *.
2012-01-05 Paul Berrygallium: Make use of gl_transform_feedback_info::Compon...
2012-01-05 Paul Berryi965: Make use of gl_transform_feedback_info::Component...
2012-01-05 Paul Berrymesa: Add gl_transform_feedback_info::ComponentOffset.
2012-01-05 Paul Berryi965: Fix transform feedback of gl_ClipVertex.
2012-01-05 Paul Berryi965: Fix transform feedback of gl_PointSize.
2012-01-05 Paul Berrymesa: Fix extra memset in store_tfeedback_info()
2012-01-05 Brian Paulswrast: use memmove() instead of memcpy() in the SHIFT_...
2012-01-05 Bryan Cainst/mesa: add support for gl_ClipDistance
2012-01-05 Bryan Caingallium: add support for clip distances
2012-01-05 Marek Olšákglx/dri2: print FPS when env var LIBGL_SHOW_FPS is...
2012-01-05 Marek Olšákr300/compiler: fix buffer underflow when setting SEM_WA...
2012-01-05 Marek Olšáku_vbuf: use cso_cache to cache vertex element states
2012-01-05 Marek Olšáku_vbuf: implement another upload codepath which unrolls...
2012-01-05 Marek Olšáku_vbuf: cleanup variable names to be consistent
2012-01-05 Marek Olšáku_vbuf: cleanup the computation of how many vertices...
2012-01-05 Marek Olšáku_vbuf: convert min_index,max_index to start,count
2012-01-05 Marek Olšákutil: add helper function util_dump_draw_info
2012-01-05 Marek Olšáktrace: dump primitive restart info
2012-01-05 Marek Olšáktranslate: implement translation of 10_10_10_2 types
2012-01-05 Marek Olšáktranslate: implement translation of (pure) integer...
2012-01-05 Marek Olšáku_format: implement fetch_rgba_uint and fetch_rgba_sint...
2012-01-05 Marek Olšákgallium: add flag PIPE_TRANSFER_MAP_PERMANENTLY
2012-01-05 Marek Olšákgallium: remove deprecated PIPE_TRANSFER_DISCARD
2012-01-05 Marek Olšáku_vbuf: translate per-vertex, per-instance, and constan...
2012-01-05 Marek Olšáku_vbuf: take start_instance into account when uploading...
2012-01-05 Marek Olšáku_upload_mgr: remove the 'flushed' parameter
2012-01-05 Marek Olšáku_vbuf: don't map user buffers, just obtain a pointer...
2012-01-05 Marek Olšáku_vbuf: only map a subrange of buffers to translate
2012-01-05 Marek Olšákgallium: fix behavior of pipe_buffer_map_range
2012-01-05 Marek Olšáku_vbuf: remove the workaround for half floats and translate
2012-01-05 Marek Olšáktranslate: implement translation of half floats in...
2012-01-05 Eric Anholtmesa: Remove the dead Varyings list in the program.
2012-01-05 Eric Anholtmesa: Fix glGetTransformFeedbackVarying().
2012-01-05 Jakob Bornecrantzsvga: Trim the dri binary a bit on scons release builds
2012-01-05 Jakob Bornecrantzsvga: Fix texture cube param cap
2012-01-05 Brian Paultgsi: consolidate TGSI string arrays in new tgsi_strings.h
2012-01-05 Brian Paulgallium: add STATIC_ASSERT macro
2012-01-05 Brian Paulmesa: only map src/dest regions in _mesa_copy_buffer_su...
2012-01-05 Brian Paulmesa: print more info in buffer_object_subdata_range_go...
2012-01-05 Brian Paulst/mesa: 80-column wrapping
2012-01-05 Kenneth GraunkeRevert "configure.ac: remove deprecated --with-driver="
2012-01-05 Matt Turnerglsl: rename VERSION to VERSION_TOK for automake
2012-01-05 Matt Turnerconfigure.ac: bump AC_PREREQ to 2.60
2012-01-05 Matt Turnerconfigure.ac: remove deprecated --with-driver=
2012-01-05 Ian Romanicki965: Enable EXT_texture_integer by default
2012-01-05 Ian Romanickmesa: Add missing GL_RG_INTEGER cases
2012-01-04 Kenneth Graunkei965: Fix infinite loop regression in intel_miptree_all...
2012-01-04 Kenneth Graunkei965/vs: Use the proper dimensionality for the sampler...
2012-01-04 Kenneth Graunkei965: Add missing _NEW_TEXTURE dirty bit to brw_vs_prog...
next