mesa.git
2015-01-05 Brian Paulmesa: simplify a conditional in detach_shader()
2015-01-05 Brian Paulmesa: minor whitespace fixes in shaderapi.c
2015-01-05 Brian Paulmesa: make _mesa_reference_shader_program() an inline...
2015-01-05 Brian Paulmesa: update comment on delete_shader_program()
2015-01-05 Brian Paulmesa: rearrange error handling in glProgramParameteri()
2015-01-05 Brian Paulmesa: fix error strings in shaderapi.c
2015-01-05 Brian Paulglsl: use the is_gl_identifier() helper in a couple...
2015-01-05 Brian Paulmeta: init var to silence uninitialized variable warning
2015-01-05 Brian Pauldraw: silence uninitialized variable warning
2015-01-05 Brian Paulgallivm: silence a couple compiler warnings
2015-01-05 Leonid Shatzgallium/util: make sure cache line size is not zero
2015-01-05 Roland Scheideggergallium/util: fix crash with daz detection on x86
2015-01-05 Ilia Mirkinnvc0: add name to magic number
2015-01-05 Ilia Mirkinnvc0: regenerate rnndb headers
2015-01-05 Ilia Mirkinnv50: regenerate rnndb headers
2015-01-05 Tobias Klausmannnv50: enable texture compression
2015-01-05 Ilia Mirkinnv50/ir: enable sat modifier for OP_SUB
2015-01-05 Roy Splietnv50/ir: Add sat modifier for mul
2015-01-05 Ilia Mirkinnv50,nvc0: avoid doing work inside of an assert
2015-01-05 Ilia Mirkinnv50/ir: fix texture offsets in release builds
2015-01-05 Kenneth Graunkei965: Micro-optimize swizzle_to_scs() and make it inlin...
2015-01-05 Kenneth Graunkei965: Support MESA_FORMAT_R8G8B8X8_SRGB.
2015-01-05 Kenneth Graunkei965: Fix BLORP sRGB MSAA overrides to cope with X...
2015-01-05 Kenneth Graunkei965: Copy shader->shadow_samplers to prog->ShadowSamplers.
2015-01-05 Kenneth Graunkei965: Make the precompile ignore DEPTH_TEXTURE_MODE...
2015-01-05 Kenneth Graunkei965: Implement WaCsStallAtEveryFourthPipecontrol on...
2015-01-04 Marek Olšákr300g: handle vertex format PIPE_FORMAT_NONE
2015-01-03 Marek Olšákglsl_to_tgsi: fix a bug in copy propagation
2015-01-03 Kenneth Graunkei965: Make INTEL_DEBUG=state ignore state flags with...
2015-01-03 Kenneth Graunkei965: Fix INTEL_DEBUG=optimizer with VF types.
2015-01-03 Kenneth Graunkei965: Show opt_vector_float() and later passes in INTEL...
2015-01-02 Jeremy Huddleston... swrast: Fix -Wduplicate-decl-specifier warning
2015-01-02 Roy Splietnv50/ir: Fold sat into mad
2015-01-02 Ilia Mirkinnv50/ir: fold MAD when one of the multiplicands is...
2015-01-02 Alexander von... gallium/state_tracker: Rewrite Haiku's state tracker
2015-01-01 Marek Olšákradeonsi: fix warnings
2015-01-01 Kenneth Graunkei965: Fix start/base_vertex_location for >1 prims but...
2015-01-01 Kenneth Graunkei965: Use WARN_ONCE for the single-primitive-exceeded...
2014-12-31 Eric Anholtu_primconvert: Fix leak of the upload BO on context...
2014-12-31 Eric Anholtvc4: Fix memory leak as of 0404e7fe0ac2a6234a11290b4b15...
2014-12-31 Ilia Mirkinnv50,nvc0: set vertex id base to index_bias
2014-12-31 Tiziano Bacocconv50,nvc0: implement half_pixel_center
2014-12-30 Eric Anholtvc4: Only render tiles where the scissor ever intersect...
2014-12-30 Eric Anholtvc4: Move draw call reset handling to a helper function.
2014-12-30 Eric Anholtvc4: Drop the content of vc4_flush_resource().
2014-12-30 Emil Velikovdocs: add news item and link release notes for mesa...
2014-12-30 Emil Velikovdocs: Add sha256 sums for the 10.4.1 release
2014-12-30 Emil VelikovAdd release notes for the 10.4.1 release
2014-12-30 Emil Velikovdocs: Add sha256 sums for the 10.3.6 release
2014-12-30 Emil VelikovAdd release notes for the 10.3.6 release
2014-12-29 Matt Turnermesa: Remove __SSE4_1__ guards from sse_minmax.c.
2014-12-29 Matt Turneri965/vec4: Do separate copy followed by constant propag...
2014-12-29 Matt Turneri965/vec4: Allow constant propagation of VF immediates.
2014-12-29 Matt Turneri965/vec4: Add parameter to skip doing constant propaga...
2014-12-29 Matt Turneri965/vec4: Do CSE, copy propagation, and DCE after...
2014-12-29 Matt Turneri965/vec4: Perform CSE on MOV ..., VF instructions.
2014-12-29 Matt Turneri965/vec4: Add pass to gather constants into a vector...
2014-12-29 Matt Turneri965: Add support for saturating immediates.
2014-12-29 Matt Turneri965: Add fs_reg/src_reg constructors that take vf[4].
2014-12-27 Alexander von... gallium/target: Drop no longer needed Haiku viewport...
2014-12-27 Alexander von... gallium/st: Clean up Haiku depth mapping, fix colorspac...
2014-12-26 Eric Anholtvc4: Handle unaligned accesses in CL emits.
2014-12-25 Eric Anholtvc4: Don't bother zero-initializing the shader reloc...
2014-12-25 Eric Anholtvc4: Fix the argument type for cl_u16().
2014-12-25 Alexander von... egl: Fix non-dri SCons builds re #87657
2014-12-25 Michel Dänzerradeonsi: Don't modify PA_SC_RASTER_CONFIG register...
2014-12-24 Eric Anholtvc4: Optimize CL emits by doing size checks up front.
2014-12-24 Eric Anholtvc4: Avoid repeated hindex lookups in the loop over...
2014-12-24 Kenneth Graunkei965: Add missing BRW_NEW_*_PROG_DATA to texture/render...
2014-12-24 Kenneth Graunkei965: Cache register write capability checks.
2014-12-24 Rob Clarkfreedreno/ir3: split out legalize pass
2014-12-24 Rob Clarkfreedreno/ir3: ra debug
2014-12-23 Alexander von... egl/haiku: Clean up SConscript whitespace
2014-12-23 Alexander von... egl/dri2: Fix build of dri2 egl driver with SCons
2014-12-23 Alexander von... egl: Clean up Haiku visual creation
2014-12-23 Alexander von... egl: Add Haiku code and support
2014-12-23 Timothy Arceriglsl: check if implicitly sized arrays match explicitly...
2014-12-22 Chad Versacei965: Use safer pointer arithmetic in gather_oa_results()
2014-12-22 Chad Versacei965: Use safer pointer arithmetic in intel_texsubimage...
2014-12-22 Chad Versacei965: Fix intel_miptree_map() signature to be more...
2014-12-22 Chad Versacei965: Remove spurious casts in copy_image_with_memcpy()
2014-12-21 Marek Olšákradeonsi: force NaNs to 0
2014-12-21 David Heidelbergst/nine: fix DBG typo (trivial)
2014-12-21 David Heidelbergr300g: implement ARR opcode
2014-12-20 Rob Clarkfreedreno/a4xx: blend-color
2014-12-20 Rob Clarkfreedreno/a4xx: alpha-test
2014-12-20 Rob Clarkfreedreno: update generated headers
2014-12-20 Rob Clarkfreedreno/ir3: trans_kill cleanup
2014-12-20 Rob Clarkfreedreno/ir3: hack for standalone compiler
2014-12-19 Matt Turneri965/fs: Add missing const qualifier.
2014-12-18 Eric Anholtvc4: Coalesce MOVs into VPM with the instructions gener...
2014-12-18 Eric Anholtvc4: Redefine VPM writes as a (destination) QIR registe...
2014-12-18 Timothy Arceridocs: note change in minimum GCC version to 4.2.0
2014-12-18 Timothy Arcerigallium: remove support for GCC older than 4.2.0
2014-12-18 Timothy Arcerimesa: bump required GCC version to 4.2.0
2014-12-18 Eric Anholtvc4: Add support for turning constant uniforms into...
2014-12-18 Eric Anholtvc4: Move follow_movs() to common QIR code.
2014-12-18 Eric Anholtvc4: Fix missing newline for load immediate instruction...
2014-12-18 Matt Turnermesa: Remove unnecessary -f from $(RM).
2014-12-18 Matt Turnermesa: Remove tarballs/checksum rules.
next