mesa.git
2015-10-20 Jason Ekstrandanv: Completely rework shader compilation
2015-10-20 Jason Ekstrandnir: Add a pass to gather info from the shader
2015-10-20 Jason Ekstrandanv: Move the brw_compiler from anv_compiler to physica...
2015-10-20 Jason Ekstrandi965: Move brw_compiler_create to brw_compiler.h
2015-10-20 Jason Ekstrandi965: Split process_nir into two haves; pre- and post-
2015-10-20 Jason Ekstrandanv/compiler: Remove more pre-SNB shader key setup
2015-10-20 Jason Ekstrandanv/compiler: Get rid of GS support.
2015-10-20 Jason Ekstrandanv/meta: Use the actual render pass for creating blit...
2015-10-20 Chad Versacevk: Use consistent names for anv_cmd_state dirty bits
2015-10-20 Chad Versaceanv/pipeline: Fix requirement for depthstencil state
2015-10-20 Chad Versaceanv/pipeline: Validate VkGraphicsPipelineCreateInfo
2015-10-20 Chad Versaceanv: Define anv_validate macro
2015-10-20 Chad Versacevk/meta: Add required renderpass to pipeline
2015-10-20 Chad Versacevk/meta: Add required multisample state to pipeline
2015-10-20 Jason Ekstrandanv/compiler: Remove irrelevant wm key setup
2015-10-19 Jason Ekstrandanv/compiler: Get rid of legacy shader key setup
2015-10-19 Jason Ekstrandanv/compiler: Delete legacy clipping code
2015-10-19 Jason Ekstrandanv/compiler: Remove unneeded wm prog data setup
2015-10-19 Jason Ekstrandnir/spirv: Use the new nir_variable helpers
2015-10-19 Jason Ekstrandnir/spirv: Handle builtins in OpAccessChain
2015-10-19 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-10-19 Matt Turneri965/fs: Localize variables' scopes.
2015-10-19 Matt Turneri965/fs: Consider type mismatches in saturate propagation.
2015-10-19 Matt Turneri965: Extract can_change_source_types() functions.
2015-10-19 Jason Ekstrandi965/vs: Move URB entry_size and read_length calculatio...
2015-10-19 Jason Ekstrandi965: Move the entire compiler API into a single file
2015-10-19 Jason Ekstrandi965: Rename brw_foo_emit to brw_compile_foo
2015-10-19 Jason Ekstrandi965/fs: Move some of the prog_data setup into brw_wm_emit
2015-10-19 Jason Ekstrandi965/cs: Rework cs_emit to take a nir_shader and a...
2015-10-19 Jason Ekstrandi965/gs: Rework gs_emit to take a nir_shader and a...
2015-10-19 Jason Ekstrandi965/vs: Rework vs_emit to take a nir_shader and a...
2015-10-19 Jason Ekstrandi965/fs: Rework wm_fs_emit to take a nir_shader and...
2015-10-19 Jason Ekstrandi965: Use a const nir_shader in backend_shader
2015-10-19 Jason Ekstrandi965/vec4: Remove gl_program and gl_shader_program...
2015-10-19 Jason Ekstrandi965/fs: Remove the gl_program from the generator
2015-10-19 Jason Ekstrandnir/info: Add a few bits of info for fragment shaders
2015-10-19 Jason Ekstrandnir/info: Add compute shader local size to nir_shader_info
2015-10-19 Jason Ekstrandnir/info: Move the GS info into a stage-specific info...
2015-10-19 Jason Ekstrandmesa: Move gl_frag_depth_layout from mtypes.h to shader...
2015-10-19 Jason Ekstrandnir: Add a label to nir_shader_info
2015-10-19 Jason Ekstrandi965/asm: Explicitly use a nir_instr for IR annotations
2015-10-19 Jose Fonsecascons: Build nir/glsl_types.cpp once.
2015-10-19 Brian Paulsvga: fix incorrect round-down arithmetic
2015-10-19 Samuel Iglesias... glsl: fix segfault when indirect indexing a buffer...
2015-10-19 Indrajit Dasst/va: Added support for NV12 to IYUV conversion in...
2015-10-19 Indrajit Dasst/va: Used correct parameter to derive the value of...
2015-10-19 Iago Toral... glsl_to_tgsi: Use {Num}UniformBlocks instead of {Num...
2015-10-19 Iago Toral... st/mesa: Use {Num}UniformBlocks instead of {Num}BufferI...
2015-10-19 Iago Toral... i965: Do not use NumBufferInterfaceBlocks
2015-10-19 Iago Toral... main: GL_ACTIVE_UNIFORM_BLOCK_MAX_NAME_LENGTH is about...
2015-10-19 Iago Toral... main: Use NumUniformBlocks to count UBOs
2015-10-18 Chia-I Wuilo: set VME for 3DSTATE_PS
2015-10-18 Chia-I Wuilo: ignore prefer_linear_threshold when zero
2015-10-18 Chia-I Wuilo: remove some unused kernel params
2015-10-18 Chia-I Wuilo: remove unused ilo_shader_get_type()
2015-10-18 Chia-I Wuilo: remove u_debug.h inclusion from ilo_core.h
2015-10-18 Chia-I Wuilo: remove u_memory.h inclusion from ilo_core.h
2015-10-18 Samuel Pitoisetnvc0: do not bind input params at compute state init...
2015-10-18 Kenneth Graunkei965/vs: Drop hack that created NIR for fixed function...
2015-10-18 Kenneth Graunkei965/nir: Switch on shader stage in nir_lower_outputs().
2015-10-17 Marek Olšákradeonsi: don't use the AMDGPU intrinsic for CMP
2015-10-17 Marek Olšákradeonsi: use LRP from gallivm
2015-10-17 Marek Olšákradeonsi: don't emit AMDGPU intrinsics for integer...
2015-10-17 Marek Olšákradeonsi: don't emit AMDGPU intrinsics for EX2, ROUND...
2015-10-17 Marek Olšákradeonsi: initialize output, temp, and address register...
2015-10-17 Marek Olšákgallivm: implement the correct version of LRP
2015-10-17 Marek Olšákgallivm: set correct opcode info from unary/binary...
2015-10-17 Marek Olšákradeonsi: implement vertex color clamping
2015-10-17 Marek Olšákradeonsi: implement fragment color clamping
2015-10-17 Marek Olšákradeonsi: clean up other scratch buffer functions
2015-10-17 Marek Olšákradeonsi: clean up copy-pasted scratch buffer updates
2015-10-17 Marek Olšákradeonsi: unify shader create functions
2015-10-17 Marek Olšákradeonsi: unify shader delete functions
2015-10-17 Marek Olšákradeonsi: fix a GS copy shader leak
2015-10-17 Marek Olšákradeonsi: remove an unused ctx parameter in si_shader_d...
2015-10-17 Marek Olšákradeonsi: print export_prim_id from the shader key
2015-10-17 Marek Olšákradeonsi: disable NaNs for LS and HS
2015-10-17 Marek Olšákradeonsi: clean up si_llvm_init_export_args
2015-10-17 Marek Olšáktgsi: move pipe_shader_from_tgsi_processor function...
2015-10-17 Brian Paulmesa: remove FLUSH_VERTICES() in _mesa_MatrixMode()
2015-10-17 Marek Olšákst/mesa: fix clip state dependencies
2015-10-17 Jason Ekstrandanv/pipeline: Remove the ViewportState finishme
2015-10-17 Marek Olšákgallium/hud: fix possible NULL pointer dereference
2015-10-17 Brian Paulscons: fix MSVC, MinGW build
2015-10-17 Jason Ekstrandanv: Add support for immutable descriptors
2015-10-17 Rob Clarkbuild: fix make-check after a6a6a71
2015-10-17 Rob Clarkbuild: fix out-of-tree build after b9b40ef
2015-10-17 Samuel Pitoisetnvc0: add support for performance monitoring metrics...
2015-10-17 Jason Ekstrandanv: Add facilities for dumping an image to a file
2015-10-16 Rob Clarkglsl: (mostly) remove libglsl_util
2015-10-16 Rob Clarknir: remove dependency on glsl
2015-10-16 Rob Clarkglsl: move half<->float convertion to util
2015-10-16 Rob Clarkglsl: move builtin vector types to glsl_types.cpp
2015-10-16 Rob Clarkglsl: couple shader_enums cleanups
2015-10-16 Jason Ekstrandanv/pipeline: Rework dynamic state handling
2015-10-16 Timothy Arceriglsl: initialise record array count to 1
2015-10-16 Timothy Arcerinir: add atomic lowering support for AoA
2015-10-16 Timothy Arcerinir: wrapper for glsl_type arrays_of_arrays_size()
2015-10-16 Ilia Mirkinconfigure: show which gallium drivers/sts are built
2015-10-16 Brian Paultgsi: initialize ctx.file in tgsi_dump_instruction()
next