st/va: implement Context Surface and Buffer
[mesa.git] / src /
2014-10-01 Christian Königst/va: implement Context Surface and Buffer
2014-10-01 Christian Königst/va: implement vlVa(Create|Destroy|Query|Get)Config
2014-10-01 Christian Königst/va: skeleton VAAPI state tracker
2014-10-01 Leo Liust/vdpau: move common functions to util
2014-10-01 Rob Clarkfreedreno: max-texture-lod-bias should be 15.0f
2014-10-01 Kenneth Graunkemesa: Avoid flagging _NEW_VIEWPORT on redundant viewpor...
2014-10-01 Kenneth Graunkei965: Drop CACHE_NEW_VS_PROG from the gen7_sf_state...
2014-10-01 Kenneth Graunkei965: Drop brwBindProgram driver hook.
2014-10-01 Kenneth Graunkei965: Add missing /* BRW_NEW_FRAGMENT_PROGRAM */ comments.
2014-10-01 Kenneth Graunkei965: Use "1ull" instead of "1" in BRW_NEW_* defines.
2014-10-01 Kenneth Graunkei965: Use ~0ull when flagging all BRW_NEW_* dirty flags.
2014-10-01 Kenneth Graunkei965: Fix INTEL_DEBUG=state to work with 64-bit dirty...
2014-10-01 Kenneth Graunkei965: Delete CACHE_NEW_BLORP_CONST_COLOR_PROG.
2014-10-01 Chris Forbesi965: Fix typo in comment
2014-10-01 Chris Forbesi965: Fix spelling of GEN7_SAMPLER_EWA_ANISOTROPIC_ALGO...
2014-10-01 Vinson Leellvmpipe: Add missing LLVMGetGlobalContext() arg in...
2014-10-01 Keith Packardglx/dri3: Provide error diagnostics when DRI3 allocatio...
2014-10-01 Keith Packardglx/dri3: Use four buffers until X driver supports...
2014-10-01 Jason Ekstrandi965/fs: Fix the build
2014-10-01 Jason Ekstrandi965/fs: Fix an uninitialized value warnings
2014-10-01 Roland Scheideggergalahad: fix indirect draw
2014-10-01 Roland Scheideggergalahad: (trivial) handle cubemap arrays
2014-10-01 Matt Turneri965/fs: Emit compressed BFI2 instructions on Gen > 7.
2014-10-01 Matt Turneri965/fs: Allow SIMD16 borrow/carry/64-bit multiply...
2014-10-01 Matt Turneri965/fs: Set MUL source type to W/UW in 64-bit mul...
2014-10-01 Matt Turneri965/fs: Optimize sqrt+inv into rsq.
2014-10-01 Matt Turneri965/vec4: Optimize sqrt+inv into rsq.
2014-10-01 Matt Turneri965/vec4: Call opt_algebraic after opt_cse.
2014-10-01 Matt Turneri965/fs: Extend predicated break pass to predicate...
2014-09-30 Mathias Fröhlichgallivm: Fix build for LLVM 3.2
2014-09-30 Rob Clarkfreedreno: destroy transfer pool after blitter
2014-09-30 Rob Clarkfreedreno/lowering: fix token calculation for lowering
2014-09-30 Ian Romanicki965/fs: Don't make a name for a vector splitting temporary
2014-09-30 Ian Romanickglsl: Don't make a name for the function return variable
2014-09-30 Ian Romanickglsl: Don't allocate a name for ir_var_temporary variables
2014-09-30 Ian Romanickglsl: Use ir_var_temporary for compiler generated tempo...
2014-09-30 Ian Romanickglsl: Add context-level controls for whether temporarie...
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...
next