mesa.git
2014-09-30 Ian Romanickglsl: Never put ir_var_temporary variables in the symbo...
2014-09-30 Ian Romanickglsl: Add the possibility for ir_variable to have a...
2014-09-30 Ian Romanickglsl: Store ir_variable_data::_num_state_slots and...
2014-09-30 Ian Romanickglsl: Squish ir_variable::max_ifc_array_access and...
2014-09-30 Ian Romanickglsl: Make ir_variable::num_state_slots and ir_variable...
2014-09-30 Ian Romanickglsl: Make ir_variable::max_ifc_array_access private
2014-09-30 Ian Romanickglsl: Store ir_variable::depth_layout using 3 bits
2014-09-30 Ian Romanickglsl: Replace ir_variable::warn_extension pointer with...
2014-09-30 Ian Romanickglsl: Use accessors for ir_variable::warn_extension
2014-09-30 Ian Romanickglsl: Eliminate unused built-in variables after compilation
2014-09-30 Ian Romanickglsl: Validate that built-in uniforms have backing...
2014-09-30 Eric Anholtvc4: Don't forget to store stencil along with depth...
2014-09-30 Mathias Fröhlichllvmpipe: Reuse llvmpipes LLVMContext in the draw context.
2014-09-30 Mathias Fröhlichllvmpipe: Make a llvmpipe OpenGL context thread safe.
2014-09-30 Mathias Fröhlichllvmpipe: Use two LLVMContexts per OpenGL context inste...
2014-09-30 Jason Ekstrandi965/brw_reg: Make the accumulator register take an...
2014-09-30 Brian Paulllvmpipe: move lp_jit_screen_init() call after allocati...
2014-09-30 Brian Paultgsi: fix Semantic.Name assignment in tgsi_transform_in...
2014-09-30 Brian Paulutil: simplify PIPE_TEXTURE_CUBE case in util_max_layer()
2014-09-30 Brian Paulsoftpipe: don't special case PIPE_TEXTURE_CUBE in softp...
2014-09-30 Brian Paulllvmpipe: remove special case for PIPE_TEXTURE_CUBE...
2014-09-30 Brian Paulgallium: add doc note about cube textures and can_creat...
2014-09-30 Brian Paulst/mesa: remove unneded PIPE_TEXTURE_CUBE check in...
2014-09-30 Eric Anholtmesa: Drop the always-software-primitive-restart paths.
2014-09-30 Eric Anholtgallium: Drop software-only primitive restart support.
2014-09-30 Jason Ekstrandi965/fs: Properly calculate the number of instructions...
2014-09-30 Jason Ekstrandi965/fs: Use the GRF for FB writes on gen >= 7
2014-09-30 Jason Ekstrandi965/fs: Handle COMPR4 in LOAD_PAYLOAD
2014-09-30 Jason Ekstrandi965/fs: Constant propagate into LOAD_PAYLOAD
2014-09-30 Jason Ekstrandi965/fs: Add split_virtual_grfs and compute_to_mrf...
2014-09-30 Jason Ekstrandi965/fs: Add a an optional source to the FS_OPCODE_FB_W...
2014-09-30 Jason Ekstrandi965/fs: Use the GRF for UNTYPED_SURFACE_READ instructions
2014-09-30 Jason Ekstrandi965/fs: Use the GRF for UNTYPED_ATOMIC instructions
2014-09-30 Jason Ekstrandi965/fs: Add a function for getting a component of...
2014-09-30 Jason Ekstrandi965/fs: Use the instruction execution size directly...
2014-09-30 Jason Ekstrandi965/fs: Use exec_size instead of force_uncompressed...
2014-09-30 Jason Ekstrandi965/fs: Use instruction execution sizes instead of...
2014-09-30 Jason Ekstrandi965/fs: Use instruction execution sizes to set compres...
2014-09-30 Jason Ekstrandi965/fs: Remove unneeded uses of force_uncompressed
2014-09-30 Jason Ekstrandi965/fs: Derive force_uncompressed from instruction...
2014-09-30 Jason Ekstrandi965/fs: Make fs_reg::effective_width take fs_inst...
2014-09-30 Jason Ekstrandi965/fs: Better guess the width of LOAD_PAYLOAD
2014-09-30 Jason Ekstrandi965/fs: Add an exec_size field to fs_inst
2014-09-30 Jason Ekstrandi965/fs: Determine partial writes based on the destinat...
2014-09-30 Jason Ekstrandi965/fs: Fix a bug in register coalesce
2014-09-30 Jason Ekstrandi965/fs: Rework GEN5 texturing code to use fs_reg and...
2014-09-30 Jason Ekstrandi965/fs_reg: Allocate double the number of vgrfs in...
2014-09-30 Jason Ekstrandi965/fs: Handle printing of registers better.
2014-09-30 Jason Ekstrandi965: Explicitly set widths on gen5 math instruction...
2014-09-30 Jason Ekstrandi965/fs: Make half() divide the register width by 2...
2014-09-30 Jason Ekstrandi965/fs: Add a concept of a width to fs_reg
2014-09-30 Jason Ekstrandi965/fs: A little harmless refactoring of register_coalesce
2014-09-30 Jason Ekstrandi965/brw_reg: Add a firsthalf function and use it in...
2014-09-30 Jason Ekstrandi965/fs: Copy propagate partial reads.
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.
next