mesa.git
2014-09-30 Jason Ekstrandi965/fs: Refactor fs_inst::is_send_from_grf()
2014-09-30 Jason Ekstrandi965/fs: Clean up emit_fb_writes
2014-09-30 Jason Ekstrandi965/fs: Print BAD_FILE registers in dump_instruction
2014-09-30 Jason Ekstrandi965/fs: Make compact_virtual_grfs an optimization...
2014-09-30 Jason Ekstrandi964/fs: Make immediate fs_reg constructors explicit
2014-09-30 Jason Ekstrandi965/fs: Make null_reg_* const members of fs_visitor...
2014-09-30 Jason Ekstrandi965/fs: Use the var_from_vgrf helper function instead...
2014-09-30 Jason Ekstrandi965/fs: Fix a bug with dead_code_eliminate on large...
2014-09-30 Jason Ekstrandi965/fs: Use the UW type for the destination of VARYING...
2014-09-30 Jason Ekstrandi965/fs: Use offset a lot more places
2014-09-30 Jason Ekstrandi965/fs: fix a comment in compact_virtual_grfs
2014-09-30 Jason Ekstrandi965/fs: Rewrite fs_visitor::split_virtual_grfs
2014-09-30 Jason Ekstrandi965/fs_live_variables: Use var_from_vgrf insead of...
2014-09-30 Jason Ekstrandi965/fs: Manually generate the meta fast-clear shader
2014-09-30 Michel Dänzerradeonsi: Pass the slice size to si_dma_copy_buffer
2014-09-30 Michel Dänzerradeonsi: Catch more cases that can't be handled by...
2014-09-30 Michel Dänzerradeonsi: Fix si_dma_copy(_tile) for compressed formats
2014-09-30 Michel Dänzerradeonsi: Fix tiling mode index for stencil resources
2014-09-30 Chia-I Wuilo: fix format of edge flag pointer
2014-09-30 Chia-I Wuilo: add a pass to finalize ilo_ve_state
2014-09-30 Chia-I Wuilo: precalculate aligned depth buffer size
2014-09-30 Chia-I Wuilo: use dynamic bo for rectlist vertices
2014-09-30 Thomas Hellstromst/xa: Fix regression in xa_yuv_planar_blit()
2014-09-30 Kenneth Graunkei965: Delete intel_chipset.h.
2014-09-30 Alex Henriedriconf: Correct and update Catalan translation
2014-09-30 Alex Henriedriconf: Update Spanish translation
2014-09-30 Alex Henriedriconf: Synchronize po files
2014-09-30 Eric Anholtvc4: Don't try to do stores to buffers that aren't...
2014-09-30 Eric Anholtvc4: Shove some depth comparison bits down to where...
2014-09-29 Matt Turneri965: Use BRW_MATH_DATA_SCALAR when source regioning...
2014-09-29 Matt Turneri965/compaction: Move variable declarations to their...
2014-09-29 Matt Turneri965/compaction: Simplify jump target code.
2014-09-29 Rob Clarkfreedreno/a3xx: re-emit shaders on variant change
2014-09-29 Rob Clarkfreedreno/ir3: add some cmdline args
2014-09-29 Rob Clarkfreedreno/a3xx: add support to emulate GL_CLAMP
2014-09-29 Rob Clarkfreedreno: add texcoord clamp support to lowering
2014-09-29 Rob Clarkfreedreno: move bind_sampler_states to per-generation
2014-09-29 Rob Clarkfreedreno/a3xx: fix border color order
2014-09-29 Rob Clarkfreedreno/a3xx: add 32bit integer vtx formats
2014-09-29 Eric Anholtvc4: Add support for GL 1.1's stupid CLAMP mode.
2014-09-29 Eric Anholtvc4: Add support for texture border color.
2014-09-29 Eric Anholtvc4: Add the necessary stubs for occlusion queries.
2014-09-29 Eric Anholtvc4: Optimize out silly SUBs of 0.
2014-09-29 Eric Anholtvc4: Dump constant uniform values in VC4_DEBUG=qir.
2014-09-29 Eric Anholtvc4: Turn a SEL_X_Y(x, 0) into SEL_X_0(x).
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
next