mesa.git
2014-09-29 Eric Anholtvc4: Add support for texture cube maps.
2014-09-29 Eric Anholtvc4: Rename the slice's size0.
2014-09-29 Eric Anholtvc4: Stop trying to reuse temporaries that store unifor...
2014-09-29 Tapani Pälliegl: setup screen iterator before using it
2014-09-29 Chia-I Wuilo: fix a missing 'else'
2014-09-29 Kalyan Kondapallyglsl: Allow texture2DProjLod and textureCubeLod in...
2014-09-28 Rob Clarkconfigure.ac: bump libdrm_freedreno requirement
2014-09-27 Matt Turnerglsl: Recognize open-coded pow(x, y).
2014-09-27 Matt Turneri965/fs: Don't invalidate live intervals in saturate...
2014-09-27 Matt Turneri965/fs: Ignore mov.sat instructions in interference...
2014-09-27 Matt Turneri965/fs: Walk instructions in reverse in saturate propa...
2014-09-27 Rob Clarkfreedreno/a3xx: add flat interpolation mode
2014-09-27 Rob Clarkfreedreno/a3xx: add LOD_BIAS
2014-09-27 Rob Clarkfreedreno: turn missing caps into compile warnings
2014-09-27 Rob Clarkfreedreno: we have more than 0 viewports!
2014-09-27 Rob Clarkfreedreno: update generated headers
2014-09-27 Rob Clarkfreedreno: don't advertise mirror-clamp support
2014-09-27 Rob Clarkfreedreno: fix compiler warning
2014-09-27 Tom Stellardconfigure.ac: Compute LLVM_VERSION_PATCH using llvm...
2014-09-27 Emil VelikovRemove Bluegene/L wrappers
2014-09-27 Emil Velikovmesa: remove last DJGPP remains
2014-09-27 Emil Velikovconfigure: use explicit enabled/disabled in config...
2014-09-27 Emil Velikovconfigure: ask vdpau.pc for the default location of...
2014-09-27 Emil Velikovconfigure: drop --with-egl-driver-dir switch
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
next