mesa.git
2014-09-12 Ilia Mirkinfreedreno/ir3: negate result of USLT/etc
2014-09-12 Ilia Mirkinfreedreno/ir3: add UARL support
2014-09-12 Ilia Mirkinfreedreno/ir3: INEG operates on src0, not src1
2014-09-12 Ilia Mirkinfreedreno/ir3: fix FSLT/etc handling to return 0/-1...
2014-09-12 Rob Clarkfreedreno/a3xx: alpha render-target shenanigans
2014-09-12 Rob Clarkutil/u_format: add _is_alpha()
2014-09-12 Rob Clarkfreedreno/a3xx: format fixes
2014-09-12 Rob Clarkfreedreno: update generated headers
2014-09-12 Rob Clarkfreedreno/a3xx: handle rendering to layer != 0
2014-09-12 Brian Paulmesa: fix _mesa_free_pipeline_data() use-after-free bug
2014-09-12 Connor Abbottra: assert against unsigned underflow in q_total
2014-09-12 Connor Abbottra: note a restriction in the interfence graph API
2014-09-12 Connor Abbottr300g: set register classes before interferences
2014-09-12 Andreas Bollgallium/util: add missing u_debug include
2014-09-12 Chia-I Wuilo: fix builder size checks for BLT buffer clear/copy
2014-09-12 Chia-I Wuilo: reduce BLT function parameters
2014-09-12 Chia-I Wuilo: clean up BLT functions
2014-09-12 Chia-I Wuilo: clean up MI functions
2014-09-12 Chia-I Wuilo: move BLT functions to ilo_builder_blt.h
2014-09-12 Chia-I Wuilo: move MI functions to ilo_builder_mi.h
2014-09-12 Chia-I Wuilo: add ILO_DEV_ASSERT()
2014-09-12 Chia-I Wuilo: use an accessor for dev->gen
2014-09-12 Chia-I Wuilo: add GEN_EXTRACT() and GEN_SHIFT32()
2014-09-12 Chia-I Wuilo: remove ILO_GEN_GET_MAJOR()
2014-09-12 Chia-I Wuilo: careful with empty fb state in ilo_gpe_set_fb()
2014-09-12 Ilia Mirkinnv50,nvc0: enable ARB_texture_view
2014-09-12 Ilia Mirkinmesa/st: add ARB_texture_view support
2014-09-12 Ilia Mirkingallium: add a texture target to sampler view and a...
2014-09-12 Ilia Mirkinnouveau: only enable stencil func if the visual has...
2014-09-12 Ilia Mirkinnouveau: only enable the depth test if there actually...
2014-09-12 Maarten Lankhorstnouveau: remove unneeded assert
2014-09-12 Maarten Lankhorstnouveau: rework reference frame handling
2014-09-12 Maarten Lankhorstnouveau: fix MPEG4 hw decoding
2014-09-12 Maarten Lankhorstnouveau: re-allocate bo's on overflow
2014-09-12 Chia-I Wuilo: fix a compile error with -Werror=format-security
2014-09-11 Ian Romanicki965/vec4: Only examine virtual_grf_end for GRF sources
2014-09-11 Brian Paulst/mesa: handle failed context creation for core profile
2014-09-11 Iago Toral... i965: Implement GL_PRIMITIVES_GENERATED with non-zero...
2014-09-11 Christian Königradeon/uvd: use PIPE_USAGE_STAGING for msg&fb buffers
2014-09-11 Christian Königradeon/video: use the hw to initial clear the buffers
2014-09-11 Christian Königradeon/video: use more of the common buffer code v2
2014-09-11 José Fonsecascons: add /dynamicbase and /nxcompat to MinGW linkflags
2014-09-11 Brian Paulscons: add /dynamicbase and /nxcompat to MSVC linkflags
2014-09-11 Chia-I Wuilo: add a new disassembler
2014-09-11 Chia-I Wuilo: update genhw headers
2014-09-11 Frank Henigmanglsl: allow precision qualifier on sampler arrays
2014-09-11 Tapani Pälliglsl: mark variable as loop constant when it is set...
2014-09-11 Michel Dänzerradeonsi: Simplify si_dma_copy_tile function
2014-09-10 Brian Paulu_vbuf: simple whitespace fix
2014-09-10 Brian Paulmesa: fix UNCLAMPED_FLOAT_TO_UBYTE() macro for MSVC
2014-09-10 Brian Paulmesa: trim down some #includes
2014-09-10 Vinson Leepipe-loader: Include unistd.h in pipe_loader_drm.c...
2014-09-10 Kenneth Graunkei965: Disable guardband clipping in the smaller-than...
2014-09-10 Ian Romanicki965: Request lowering gl_VertexID
2014-09-10 Kenneth Graunkei965: Expose gl_BaseVertex via a vertex attribute.
2014-09-10 Kenneth Graunkei965: Refactor Gen4-7 VERTEX_BUFFER_STATE emission...
2014-09-10 Kenneth Graunkei965: Make gl_BaseVertex available in a buffer object.
2014-09-10 Kenneth Graunkei965: Calculate start/base_vertex_location after prepar...
2014-09-10 Ian Romanicki965: Handle SYSTEM_VALUE_VERTEX_ID_ZERO_BASE
2014-09-10 Kenneth Graunkemesa: Fix glGetActiveAttribute for gl_VertexID when...
2014-09-10 Kenneth Graunkemesa: Replace string comparisons with SYSTEM_VALUE...
2014-09-10 Ian Romanickglsl: Add a lowering pass for gl_VertexID
2014-09-10 Ian Romanickglsl/linker: Make get_main_function_signature public
2014-09-10 Ian Romanickmesa: Add SYSTEM_VALUE_BASE_VERTEX
2014-09-10 Ian Romanickmesa: Add SYSTEM_VALUE_VERTEX_ID_ZERO_BASE
2014-09-10 Ian Romanickmesa: Document SYSTEM_VALUE_VERTEX_ID and SYSTEM_VALUE_...
2014-09-10 Jonathan Grayconfigure.ac: unbreak the build with non gnu grep
2014-09-10 Eric Anholtvc4: Add support for shadow samplers.
2014-09-10 Eric Anholtvc4: Add support for texture swizzles.
2014-09-10 Eric Anholtvc4: Move the texture format into a struct.
2014-09-10 Eric Anholtvc4: Add support for depth texturing.
2014-09-10 Eric Anholtvc4: Expose r4 to register allocation.
2014-09-10 Eric Anholtvc4: Drop pointless raddr conflict handling on SF.
2014-09-10 Eric Anholtvc4: The r4_count is supposed to be how many writes...
2014-09-10 Michel Dänzerr600g,radeonsi: Set RADEON_GEM_NO_CPU_ACCESS flag for...
2014-09-09 Rob Clarkfreedreno/a3xx: enable hw primitive-restart
2014-09-09 Rob Clarkfreedreno: update generated headers
2014-09-09 Rob Clarkfreedreno/ir3: fix potential segfault in RA
2014-09-09 Rob Clarkfreedreno: don't overflow cmdstream buffer so much
2014-09-09 Rob Clarkfreedreno/ir3: add no-copy-propagate fallback step
2014-09-09 Emil Velikovilo: add ilo_builder.h to the sources list
2014-09-09 Kenneth Graunkeir_to_mesa: Stop converting uniform booleans.
2014-09-09 Jonathan Grayconfigure.ac: strip _GNU_SOURCE from llvm-config output
2014-09-09 Stefan Dirschxmlconfig: suppress libGL warnings when LIBGL_DEBUG...
2014-09-09 Emil Velikovautomake: remove obsolete NEED_GALLIUM_LOADER
2014-09-09 Emil Velikovconfigure: enable the gallium loader only when needed
2014-09-09 Emil Velikovconfigure: inform the user when we're building sw/kms-dri
2014-09-09 Emil Velikovconfigure: kill off NEED_WINSYS_WRAPPER
2014-09-09 Emil Velikovconfigure: kill off NEED_NONNULL_WINSYS
2014-09-09 Emil Velikovconfigure: bail out if building svga without libdrm
2014-09-09 Eric Anholtvc4: Fix segfaults when rendering with no color render...
2014-09-09 Eric Anholtvc4: Fill out the stencil clear field.
2014-09-09 Eric Anholtvc4: Flip around the depth/stencil fields.
2014-09-09 Eric Anholtvc4: Add support for loading/storing the depth buffer.
2014-09-09 Eric Anholtvc4: Don't forget to do initial tile clearing for depth...
2014-09-09 Eric Anholtvc4: Ignore non-address bits of the offset for load...
2014-09-09 Eric Anholtvc4: Add a debug flag for flushing after every draw.
2014-09-09 Eric Anholtvc4: Add missing null terminator to the debug options...
2014-09-09 Tom Stellardconfigure.ac: Fix build with git-svn llvm version string
2014-09-09 Kalyan KondapallyLinking fails when not writing gl_Position.
next