mesa.git
2014-09-27 Emil Velikovconfigure: remove non-functional --with-opencl-libdir
2014-09-26 Ian Romanickglsl: Strip arrayness from ir_type_dereference_variable too
2014-09-26 Ian Romanickglsl: Round struct size up to at least 16 bytes
2014-09-26 Ian Romanickglsl: Make sure row-major array-of-structure get correc...
2014-09-26 Ian Romanickglsl: Make sure fields after small structs have correct...
2014-09-26 Chia-I Wuilo: give gen6_draw_session a better prefix
2014-09-26 Chia-I Wuilo: make ilo_render opaque
2014-09-26 Chia-I Wuilo: make ilo_render_emit_draw() direct
2014-09-26 Chia-I Wuilo: make ilo_render_emit_rectlist() direct
2014-09-26 Chia-I Wuilo: clean up draw and rectlist state emission
2014-09-26 Chia-I Wuilo: sanity check ilo_render_get_*_len()
2014-09-26 Chia-I Wuilo: simplify ilo_render_get_query_len()
2014-09-26 Chia-I Wuilo: make ilo_render_emit_query() direct
2014-09-26 Chia-I Wuilo: make ilo_render_emit_flush() direct
2014-09-26 Chia-I Wuilo: simplify ilo_render invalidation
2014-09-26 Chia-I Wuilo: add ilo_builder_{dynamic,surface}_used()
2014-09-26 Chia-I Wuilo: rename state buffer to dynamic buffer
2014-09-26 Chia-I Wuilo: constify ilo_render in ilo_render_get_sample_posit...
2014-09-26 Chia-I Wuilo: rename 3d_pipeline to render
2014-09-26 Chia-I Wuilo: remove struct ilo_3d
2014-09-26 Chia-I Wuilo: rename ilo_3d_pipeline*.[ch] to ilo_render*.[ch]
2014-09-26 Chia-I Wuilo: rename ilo_3d.[ch] to ilo_draw.[ch]
2014-09-26 Michel Dänzerst/mesa: Use PIPE_USAGE_STAGING for GL_STATIC/DYNAMIC...
2014-09-26 Tapani Pälliglsl: remove unused link_assign_uniform_block_offsets
2014-09-26 Kalyan Kondapallyglsl: Structures must have same name to be considered...
2014-09-26 Tapani Pälliglsl: fix uniform location count used for glsl types
2014-09-26 Ilia Mirkingm107/ir: take relative pfetch offset into account
2014-09-26 Michel Dänzergallivm: More fallout from disabling with LLVM 3.6
2014-09-26 Ilia Mirkingm107/ir: add support for indirect const buffer selection
2014-09-26 Ilia Mirkingm107/ir: fix texture argument order
2014-09-26 Ilia Mirkingm107/ir: fix manual TXD for array targets
2014-09-26 Ilia Mirkinnouveau: fix glCompressedTexImage
2014-09-26 Ilia Mirkinnv50/ir: avoid deleting pseudo instructions too early
2014-09-26 Ilia Mirkinmesa/st: NumLayers is only valid for array textures
2014-09-26 Ilia Mirkinnv50/ir: add some comments on edge classification
2014-09-26 Ilia Mirkinnv50,nvc0: fix 3d blit logic for odd depth/stencil...
2014-09-26 Ilia Mirkinnv50,nvc0: add missing depth/stencil formats to tile...
2014-09-25 Eric Anholtvc4: Switch from errx() to fprintf() and abort().
2014-09-25 Eric Anholtvc4: Fix miplevel validation for raster textures.
2014-09-25 Matt Turnermesa: Replace IS_NEGATIVE(x) with x < 0.0f.
2014-09-25 Matt Turnerradeon: Use PRINTLIKE macro.
2014-09-25 Matt Turnerconfigure.ac: Replace gallium_check_st with gallium_req...
2014-09-25 Matt Turnerconfigure.ac: Drop gallium directory tracking.
2014-09-25 Matt Turnerconfigure.ac: Use autoconf macro for GNU make.
2014-09-25 Matt Turnerralloc: Mark ralloc functions with gcc's malloc attribute.
2014-09-25 Matt Turnermesa: Replace a priori knowledge of gcc attributes...
2014-09-25 Matt Turnermesa: Replace a priori knowledge of gcc builtins with...
2014-09-25 Matt Turneri965/compaction: Document instruction compaction capabi...
2014-09-25 Matt Turneri965: Emit ELSE/ENDIF JIP with type D on Gen 7.
2014-09-25 Matt Turneri965/compaction: Support compaction of control flow...
2014-09-25 Matt Turneri965/compaction: Add support for G45.
2014-09-25 Matt Turneri965: Add BRW_OPCODE_NENOP for G45.
2014-09-25 Matt Turneri965/compaction: Add support for Gen5.
2014-09-25 Matt Turneri965/compaction: Reduce size of compacted_counts[]...
2014-09-25 Matt Turneri965/compaction: Use sizeof brw_inst/brw_compact_inst.
2014-09-25 Matt Turneri965/compaction: Increment offset in for loop.
2014-09-25 Matt Turneri965/compaction: Make src_offset local to the for loop.
2014-09-25 Matt Turneri965/compaction: Remove unnecessary is-compacted? check.
2014-09-25 Matt Turneri965/compaction: Don't set UIP on ELSE on Gen < 8.
2014-09-25 Matt Turneri965/compaction: Rework 3-src compaction logic.
2014-09-25 Matt Turneri965/sf: Disable instruction compaction.
2014-09-25 Matt Turneri965: Set JumpCount, not JIP, on ENDIF on Gen 6.
2014-09-25 Kenneth Graunkemesa: Use VertexArray, not _VertexArray, in array size...
2014-09-25 Kenneth Graunkemesa: Set correct array element in vbo_exec_vtx_init.
2014-09-25 Kenneth Graunkemesa: Use proper structure for glGet*(GL_TEXTURE_COORD_...
2014-09-25 Kenneth Graunkemesa: Remove some dead helper functions.
2014-09-25 Eric Anholtvc4: Compute max_index instead of trusting the rest...
2014-09-25 Eric Anholtvc4: Move shader record setup before the draw call.
2014-09-24 Matt Turneri965/vec4: Call calculate_cfg() in test programs to...
2014-09-24 Eric Anholtvc4: Add support for gl_PointCoord.
2014-09-24 Eric Anholtvc4: Add support for point size setting.
2014-09-24 Eric Anholtvc4: Add support for line width setting.
2014-09-24 Eric Anholtvc4: Actually add support for polygon offset.
2014-09-24 Eric Anholtvc4: Fix swapped 565 dithering versus no-dithering...
2014-09-24 Eric Anholtvc4: Add support for alpha test.
2014-09-24 Rob Clarkfreedreno/a3xx: initial texture border-color
2014-09-24 Brian Paulutil: use linear formats in util_blit_pixels()
2014-09-24 Brian Paulutil: simplify writemask parameters for util_blit_pixels()
2014-09-24 Brian Paulutil: s/PIPE_TEX_MIPFILTER/PIPE_TEX_FILTER/ in u_blit...
2014-09-24 Brian Paulmesa: remove EXT suffix from FBO error messages
2014-09-24 Matt Turnermesa: Drop _mesa_getenv() wrapper.
2014-09-24 Matt Turnermesa: Drop _mesa_bsearch() wrapper.
2014-09-24 Matt Turnermesa: Unifdef _WIN32_WCE.
2014-09-24 Matt Turnermesa: Unifdef _XBOX.
2014-09-24 Matt Turnerconfigure.ac: Remove duplicate -DHAVE_PTHREAD.
2014-09-24 Matt Turnerconfigure.ac: Stop checking for perl.
2014-09-24 Matt Turnerconfigure.ac: Use test -a, rather than another test.
2014-09-24 Matt Turnermesa: Use realloc() instead of _mesa_realloc() and...
2014-09-24 Matt Turnermesa: Remove duplicate _mesa_{init,free}_shader_state...
2014-09-24 Tom Stellardgallivm: Wrap deleted inlcude in if HAVE_LLVM < 0x0306
2014-09-24 Matt Turneri965: Add and use functions to get next/prev blocks.
2014-09-24 Matt Turneri965: Call insert and remove functions from exec_node...
2014-09-24 Matt Turneri965: Make instruction lists local to the bblocks.
2014-09-24 Matt Turneri965/cfg: Add note about double-loop macros and break...
2014-09-24 Matt Turneri965: Replace initialization loops with memset().
2014-09-24 Matt Turneri965/vec4: Don't iterate between blocks with inst-...
2014-09-24 Matt Turneri965/fs: Don't iterate between blocks with inst->next...
2014-09-24 Matt Turneri965/cfg: Add macros to iterate through a block given...
2014-09-24 Matt Turneri965/fs: Make count_to_loop_end() use basic blocks.
2014-09-24 Matt Turneri965/vec4: Don't use instruction list after calculating...
next