mesa.git
2014-10-20 EdBclover: Add initial implementation of clCompileProgram...
2014-10-20 EdBclover: Add a simple compat::pair.
2014-10-20 Francisco Jerezclover/util: Allow using key_equals with pair-like...
2014-10-20 Francisco Jerezclover/util: Define equality operators for a couple...
2014-10-20 Francisco Jerezclover/util: Fix construction of compat::vector with...
2014-10-20 Tapani Pälliglsl: implement switch flow control using a loop
2014-10-19 Eric Anholtvc4: Translate 4-byte index buffers to 2 bytes.
2014-10-19 Eric Anholtvc4: Add support for rebasing texture levels so firstle...
2014-10-18 Eric Anholtvc4: Apply a Newton-Raphson step to improve RSQ
2014-10-18 Eric Anholtvc4: Apply a Newton-Raphson step to improve RCP.
2014-10-18 Eric Anholtvc4: Add a little bit more packet parsing to make dump...
2014-10-18 Chris Forbesmeta/msaa-blit: consider weird sample count case unreac...
2014-10-17 Jason Ekstrandi965/fs: Change the type of booleans to UD and emit...
2014-10-17 Kenneth Graunkei965/fs: Don't pass ir_variable * to emit_sampleid_setup().
2014-10-17 Eric Anholtvc4: Make some assertions about how many flushes/EOFs...
2014-10-17 Eric Anholtvc4: Fix accidental dropping of the low bits of the...
2014-10-17 Eric Anholtvc4: Set the primitive list format at the start of...
2014-10-17 Eric Anholtvc4: Replace the FLUSH_ALL with FLUSH.
2014-10-17 Eric Anholtvc4: Add some comments about state management.
2014-10-17 Eric Anholtvc4: Make sure there's exactly 1 tile store per tile...
2014-10-17 Michel Dänzerwinsys/radeon: Use a single buffer cache manager again
2014-10-16 Tom Stellardclover: Add environment variables for dumping kernel...
2014-10-16 Tom Stellardclover: Register an llvm diagnostic handler v3
2014-10-16 Tom Stellardclover: Add support for compiling to native object...
2014-10-16 Tom Stellardgallium: Add PIPE_SHADER_IR_NATIVE to enum pipe_shader_ir
2014-10-16 Tom Stellardclover: Factor kernel argument parsing into its own...
2014-10-16 Marek Olšákst/mesa: use pipe_sampler_view_release for releasing...
2014-10-16 Kenneth Graunkemesa: Drop the "target" parameter from NewBufferObject().
2014-10-16 Andres Gomezglsl: Update and fix typos in README.
2014-10-16 Chris Forbesi965: Flag BRW_ATOMIC_COUNTER_BUFFER when a possible...
2014-10-16 Chris Forbesmesa: Mark buffer objects that are used as atomic count...
2014-10-16 Chris Forbesi965/disasm: Add missing message type for Gen7 DP untyp...
2014-10-16 Chris Forbesi965: Correctly use ABO count to trigger flagging of...
2014-10-16 Chris Forbesi965: No longer reemit textures on BRW_NEW_UNIFORM_BUFFER
2014-10-16 Chris Forbesi965: Dirty state in BO reallocation based on usage...
2014-10-16 Chris Forbesi965: Have mesa flag BRW_NEW_TEXTURE_BUFFER when a...
2014-10-16 Chris Forbesi965: Add new dirty flag for new TexBOs.
2014-10-16 Chris Forbesmesa: Mark buffer objects that are used as TexBOs
2014-10-16 Chris Forbesmesa: Mark buffer objects which are bound as UBOs
2014-10-16 Chris Forbesmesa: Add usage history bitfield to buffer objects
2014-10-16 Emil Velikovvc4: correctly include the source files
2014-10-16 Connor Abbotti965/fs: don't make a fake ir_texture in the Mesa IR...
2014-10-16 Kenneth Graunkei965/fs: Refactor the texture emission logic into a...
2014-10-16 Connor Abbotti965/fs: Make gather_channel() not use ir_texture.
2014-10-16 Connor Abbotti965/fs: Make swizzle_result() not use ir_texture.
2014-10-16 Connor Abbotti965/fs: fix integer textures with swizzles
2014-10-16 Connor Abbotti965/fs: don't pass in ir_texture to emit_texture_*
2014-10-16 Connor Abbotti965/fs: don't use ir->type in emit_texture_gen4()
2014-10-16 Connor Abbotti965/fs: Don't use ir->lod_info.grad.dPd<x,y> in emit_t...
2014-10-16 Connor Abbotti965/fs: Don't use ir->coordinate in emit_texture_*.
2014-10-16 Connor Abbotti965/fs: make rescale_texcoord() not use ir_texture.
2014-10-16 Connor Abbotti965/fs: Make emit_mcs_fetch() not use ir_texture.
2014-10-16 Kenneth Graunkei965/fs: Rename "length" to "components" in emit_mcs_fe...
2014-10-16 Connor Abbotti965: Make brw_texture_offset() not use ir_texture.
2014-10-16 Connor Abbotti965/fs: don't use ir->offset in emit_texture_gen5.
2014-10-16 Kenneth Graunkei965/fs: Move texel offset handling to visit(ir_texture *).
2014-10-16 Kenneth Graunkei965: Drop ir->op != ir_txf condition in offset checking.
2014-10-16 Kenneth Graunkei965: Restore a lost comment about TXF offset bugs.
2014-10-15 Rob Clarkfreedreno/ir3: large const support
2014-10-15 Rob Clarkfreedreno: update generated headers
2014-10-15 Rob Clarkfreedreno: fix layer_stride
2014-10-15 Rob Clarkfreedreno: inline fd_draw_emit()
2014-10-15 Rob Clarkfreedreno/ir3: optimize shader key comparision
2014-10-15 Rob Clarkfreedreno/a3xx: refactor/optimize emit
2014-10-15 Rob Clarkfreedreno/a3xx: refactor vertex state emit
2014-10-15 Eric Anholtvc4: Fix the uniform debug output.
2014-10-15 Eric Anholtvc4: Add support for user clip plane and gl_ClipVertex.
2014-10-15 Eric Anholtvc4: Move the output semantics setup to a helper.
2014-10-15 Kenneth Graunkei965: Allow CSE on Gen4-5 unary math.
2014-10-15 Michel Dänzerr600g,radeonsi: Only set use_staging_texture = TRUE...
2014-10-15 Michel Dänzerr600g,radeonsi: Use staging texture for transfers if...
2014-10-15 Michel Dänzerwinsys/radeon: Use separate caching buffer manager...
2014-10-15 Andres Gomezconfigure.ac: check for libexpat when no pkg-config...
2014-10-14 Tom Stellardclover: Fix regression in module serialization
2014-10-14 Jason Ekstrandi965/fs: Use the correct regs_written on unspill instru...
2014-10-14 Ilia Mirkinst/gbm: fix order of arguments passed to is_format_supp...
2014-10-14 Ilia Mirkinnouveau: 3d textures are unsupported, limit 3d levels...
2014-10-14 Rob Clarkfreedreno: use tgsi_lowering
2014-10-14 David Heidelbergerr300/compiler: remove useless check
2014-10-14 Nick Sarnieilo: Build pipe-loader for ilo
2014-10-14 Emil Velikovautomake: explicitly set TARGET_RADEON_{WINSYS,COMMON}
2014-10-14 Eric Anholtvc4: Fix render target NPOT alignment at small miplevels.
2014-10-14 Eric Anholtvc4: Add support for having 0 vertex elements used.
2014-10-14 Vinson Leeauxilary/os: Add DragonFly BSD support in os_get_total_...
2014-10-14 Daniel Manjarresglx: Fix glxUseXFont for glxWindow and glxPixmaps
2014-10-14 Chia-I Wuilo: clear writer pointer after unmapping
2014-10-13 Eric Anholtvc4: Write the VPM read setup multiple times to queue...
2014-10-13 Eric Anholtvc4: Add support for the TXL opcode.
2014-10-13 Eric Anholtvc4: Improve the accuracy of SIN and COS.
2014-10-13 Kenneth Graunkei965: Use unsynchronized maps for the program cache...
2014-10-13 Kenneth Graunkei965: Issue performance warnings when copying the progr...
2014-10-13 Kenneth Graunkei965: Issue performance warnings on MapBufferRange...
2014-10-13 Eric Anholtvc4: Match VS outputs to FS inputs.
2014-10-13 Christian Königconfigure: use $libdir/dri as default for VA-API
2014-10-13 Christian Königconfigure: remove superflous VA-API line from configure.ac
2014-10-13 Christian Königconfigure: respect $libdir for the OMX installation dir
2014-10-13 Christian Königconfigure: Revert "ask vdpau.pc for the default locatio...
2014-10-13 Eric Anholtvc4: Add support for the CEIL opcode.
2014-10-13 Eric Anholtvc4: Add support for the SSG opcode.
2014-10-13 Emil Velikovdocs: add news item and link release notes
next