mesa.git
2014-09-16 Roland Scheideggertgsi: accept offsets for sample opcodes too in the...
2014-09-16 Roland Scheideggertgsi: don't print texture target for sample opcodes
2014-09-15 Eric Anholtvc4: Bump maximum ARB program temporaries to match...
2014-09-15 Eric Anholtvc4: Bump maximum uniforms count to match other drivers.
2014-09-15 Eric Anholtvc4: Dynamically allocate the TGSI-to-qreg arrays.
2014-09-15 Eric Anholtvc4: Fix memory leaks of struct qinst.
2014-09-15 Eric Anholtvc4: Fix memory leaks of some vc4_compile contents.
2014-09-15 Eric Anholtvc4: Reuse the util header instead of defining our...
2014-09-15 Brian Paulmesa: move i, j var decls into SWIZZLE_CONVERT_LOOP...
2014-09-15 Brian Paulmesa: break up _mesa_swizzle_and_convert() to reduce...
2014-09-15 Kalyan KondapallyGenerate a warning when not writing gl_Position with...
2014-09-15 Tapani Pällimesa: check that uniform exists in glUniform* functions
2014-09-15 Chia-I Wuilo: clean up 3D/media functions
2014-09-15 Chia-I Wuilo: fix gen6_3DSTATE_MULTISAMPLE()
2014-09-13 Rob Clarkfreedreno/a3xx: 3d/array textures
2014-09-13 Rob Clarkfreedreno: update generated headers
2014-09-13 Chia-I Wuilo: trust vertex element count more
2014-09-13 Chia-I Wuilo: simplify src operand gathering in disassembler
2014-09-13 Chia-I Wuilo: derive 3-src instructions from the opcode table
2014-09-13 Ilia Mirkinnouveau: check for mesa context init failure
2014-09-13 Ilia Mirkinnouveau: avoid leaking screen on initialization fail
2014-09-13 Ilia Mirkinnouveau: change internal variables to avoid conflicts...
2014-09-13 Chia-I Wuilo: clean up 3DPRIMITIVE functions
2014-09-13 Chia-I Wuilo: clean up 3D/media common functions
2014-09-13 Chia-I Wuilo: move 3D functions to ilo_builder_3d*.h
2014-09-13 Chia-I Wuilo: move media functions to ilo_builder_media.h
2014-09-13 Chia-I Wuilo: move GPE common functions to ilo_builder_render.h
2014-09-12 Kenneth Graunkeglsl: Speed up constant folding for swizzles.
2014-09-12 Kenneth Graunkei965/vec4: Make type_size() return 0 for samplers.
2014-09-12 Kenneth Graunkei965: Skip allocating UNIFORM file storage for uniforms...
2014-09-12 Kenneth Graunkei965: Separate gl_InstanceID and gl_VertexID uploading.
2014-09-12 Kenneth Graunkei965: Fix reference counting in new basevertex upload...
2014-09-12 Rob Clarkfreedreno: "fix" problems with excessive flushes
2014-09-12 Marek Olšákr600g,radeonsi: add debug option which forces DMA for...
2014-09-12 Ilia Mirkinfreedreno/ir3: implement UMUL correctly
2014-09-12 Ilia Mirkinfreedreno/ir3: fix UCMP handling
2014-09-12 Ilia Mirkinfreedreno/ir3: add TXL support
2014-09-12 Rob Clarkfreedreno/ir3: add missing put_dst
2014-09-12 Rob Clarkfreedreno/ir3: catch incorrect usage of tmp-dst
2014-09-12 Ilia Mirkinfreedreno/ir3: use unsigned comparison for UIF
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...
next