Merge branch 'gallium-polygon-stipple'
[mesa.git] / src /
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-21 Brian Paulsoftpipe: use the polygon stipple utility module
2011-07-21 Brian Paulsoftpipe: implement fragment shader variants
2011-07-21 Brian Paulutil: assorted updates to polygon stipple helper
2011-07-21 Brian Paulsoftpipe: use tgsi_shader_info fields for fragcoord...
2011-07-21 Brian Paultgsi: add info fields for fragcoord origin, center...
2011-07-21 Brian Paulsoftpipe: remove obsolete comment
2011-07-21 Brian Paulsoftpipe: rename a function
2011-07-21 Brian PaulMerge branch 'remove-copyteximage-hook'
2011-07-21 Chia-I Wuu_vbuf_mgr: restore buffer offsets
2011-07-21 Marek Olšákmesa: GLES2 should return different error enums for...
2011-07-21 Christoph Bumillernouveau: hook up video decoding with nouveau_context
2011-07-21 Vinson Leeglsl: Add ir_function_detect_recursion.cpp to SConscript.
2011-07-21 Ian Romanickglsl: Reject shaders that contain static recursion
2011-07-21 Ian Romanickglsl: Make prototype_string publicly available
2011-07-20 Marek Olšákg3dvl: remove unused vertex shader inputs
2011-07-20 Eric Anholti965: Apply a homebrew workaround for GPU hang in OGLC...
2011-07-20 Eric Anholti965: Enable the PIPE_CONTROL workaround workaround...
2011-07-20 Eric Anholti965: Avoid kernel BUG_ON if we happen to wait on the...
2011-07-20 Eric Anholtintel: Use the GLSL-based meta clear when available.
2011-07-20 Eric Anholtmeta: Add a GLSL-based _mesa_meta_Clear() variant.
2011-07-20 Younes Mantong3dvl: Preserve previously rendered components for...
2011-07-20 Younes Mantong3dvl: Init/clean pipe fully when a shader-based decode...
2011-07-20 Kenneth Graunkeglsl: Avoid massive ralloc_strndup overhead in S-Expres...
2011-07-20 Brian Paulglsl: silence warning in linker.cpp
2011-07-20 Brian Paulst/mesa: get rid of redundant clipping code in st_copy_...
2011-07-20 Brian Paulmesa: remove unused dd_function_table::CopyTexImage1D...
2011-07-20 Brian Paulmeta: remove _mesa_meta_CopyTexImage1D/2D()
2011-07-20 Brian Paulst/mesa: remove st_CopyTexImage1D/2D()
2011-07-20 Brian Paulradeon: remove radeonCopyTexImage2D()
2011-07-20 Brian Paulintel: remove intelCopyTexImage1D/2D()
2011-07-20 Brian Paulmesa: remove comments referring to Driver.TexImage1D/2D
2011-07-20 Brian Paulmesa: stop using ctx->Driver.CopyTexImage1D/2D() hooks
2011-07-19 Jørgen LindMake it possible to use gbm with c++
2011-07-19 Fredrik Höglundst/mesa: fix the texture format in st_context_teximage
2011-07-19 Brian Paulmesa: update, shorten some comments in dd.h
2011-07-19 Henri Verbeetglx: Avoid calling __glXInitialize() in driReleaseDrawa...
2011-07-19 Chad Versaceintel: Fix stencil buffer to be W tiled
2011-07-19 Eric Anholti965: Fix regression in 29a911c50e4443dfebef0a2e32c39b6...
2011-07-19 Brian Paulllvmpipe: include LLVM version number in name string
2011-07-19 Tobias Drostellvmpipe: fix build with LLVM 3.0svn
2011-07-18 Marek Olšákxvmc-softpipe: remove LLVM_LIBS
2011-07-18 Kenneth Graunkei965: Rename CMD_VF_STATISTICS_(965|GM45) to include...
2011-07-18 Kenneth Graunkei965: Rename CMD_VERTEX_(BUFFER|ELEMENT) to 3DSTATE_VER...
2011-07-18 Kenneth Graunkei965: Rename 3DSTATE_DRAWRECT_INFO_I965 to 3DSTATE_DRAW...
2011-07-18 Eric Anholti915: Simplify intel_wpos_* with a helper function.
2011-07-18 Eric Anholti915: Include gl_FragCoord.w data, not just xyz.
2011-07-18 Eric Anholti915: Add support for HW rendering with no color draw...
2011-07-18 Eric Anholti915: Fix incorrect depth scaling when enabling/disabli...
2011-07-18 Eric Anholti915: Make stencil test for no-stencil handling match...
2011-07-18 Eric Anholti915: Disable the depth test whenever we don't have...
2011-07-18 Eric Anholti915: Remove i965 paths from i915_update_drawbuffer...
2011-07-18 Eric Anholti965: Remove i915 paths from brw_update_draw_buffers().
2011-07-18 Eric Anholti965: Remove unused region calculations in brw_update_d...
2011-07-18 Eric Anholti965: Remove empty brw_set_draw_region.
2011-07-18 Eric Anholti965: Remove FALLBACK() from brw_update_draw_region().
2011-07-18 Eric Anholtintel: Move intel_draw_buffers() code into each driver.
2011-07-18 Eric Anholtintel: Clarify the depthRb == stencilRb logic.
2011-07-18 Eric Anholtintel: Use the post-execution batchbuffer contents...
2011-07-18 Paul Berryglsl: Ensure that sampler declarations are always unifo...
2011-07-18 Paul Berryglsl: Move type_contains_sampler() into glsl_type for...
2011-07-18 Vadim Girlinr600g: fix corner case checks for the queries
2011-07-17 Henri Verbeetr600g: Get rid of leftover PB_USAGE_* flags.
2011-07-17 Ian Romanicklinker: Only over-ride built-ins when a prototype has...
2011-07-17 Jeremy Huddlestondarwin: Include glxhash.c in libGL on darwin
2011-07-16 Emil Velikovxvmc-nouveau: Resolve build
2011-07-16 Christoph Bumillernv50: fix bogus error message about 3d surfaces
2011-07-16 Vinson Leegallivm: Rename createAsmInfo to createMCAsmInfo with...
2011-07-15 Marek Olšákxmlconfig: remove an unused-but-set variable
2011-07-15 Marek Olšákr600g: print to stderr that a CS has been rejected...
2011-07-15 Marek Olšákprog_optimize: fix a warning that a variable may be...
2011-07-15 Marek Olšákr300/compiler: remove an unused-but-set variable and...
2011-07-15 Marek Olšákr300/compiler: fix a warning that a variable may be...
2011-07-15 Marek Olšákst/mesa: remove unused-but-set variables in st_program.c
2011-07-15 Marek Olšákswrast: remove an unused-but-set variable
2011-07-15 Marek Olšákmesa: fix unused-but-set-variable warnings in dlist.c
2011-07-15 Vadim Girlinr600g: fix queries and predication
2011-07-15 Marc Pignatdrisw: Fix 24bpp software rendering, take 2
2011-07-15 Christian Königg3dvl: no need for flushing inside the compositor any...
2011-07-15 Christian Königg3dvl: correctly distinct dst area and clip area in...
2011-07-15 Alex Deucherr600c/g: add new NI pci ids
2011-07-15 Christian Königg3dvl: link r300 and r600 targets width libdrm instead...
2011-07-15 Marek Olšákgallium/targets: link vdpau, va, and xvmc with LLVM...
2011-07-15 Christian Königg3dvl: change picture parameter of decode_bitstream...
2011-07-14 José FonsecaSquashed commit of the following:
2011-07-14 Dave Airlievbo: minor optimisation in vbo_exec_DrawRangeElements
2011-07-14 Brian Paulgallium: don't use enum bitfields in p_video_state.h
2011-07-14 Brian Paulgallium: put video-related enums in separate header
2011-07-14 Brian Pauli915g: move declaration before code
2011-07-14 Brian Paulmesa: use inline function wrapper for _mesa_reference_t...
2011-07-14 Brian Paulmesa: use inline function wrapper for _mesa_reference_r...
2011-07-14 Brian Paulmesa: use inline function wrapper for _mesa_reference_f...
2011-07-14 Brian Paulmain: use inline function wrapper for _mesa_reference_b...
2011-07-14 Dave Airliemesa: split _mesa_reference_program() into hot/cold...
2011-07-14 Christoph Bumillernv50,nvc0: extensive surface format renaming to get...
2011-07-14 Christoph Bumillernv50,nvc0: add support for multi-sample resources
2011-07-14 Christoph Bumillernv50,nvc0: add correct storage type for Z32_FLOAT
2011-07-14 Christoph Bumillernv50,nvc0: unify nvc0_miptree and nv50_miptree structs
2011-07-14 Christoph Bumillernv50,nvc0: don't advertise unaligned texture format...
2011-07-14 Vinson Leeg3dvl: Remove non-constant expression array initializers.
next