mesa.git
2016-04-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-15 Jason Ekstrandmain/mtypes: Remove the "set" parameter from gl_uniform...
2016-04-15 Jason EkstrandRevert "i965/vec4: Add support for SHADER_OPCODE_MOV_IN...
2016-04-15 Jason Ekstrandi965: Expose the surface format table
2016-04-15 Jason Ekstrandnir/lower_io: Add UBOs and SSBOs to get_io_offset_src
2016-04-15 Jason Ekstrandnir/intrinsics: Add a vulkan_resource_index intrinsic
2016-04-15 Jason Ekstrandnir: Add a descriptor_set field to nir_variable
2016-04-15 Chad Versacedri: Fix robust context creation via EGL attribute
2016-04-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-14 Leo Liuradeon/uvd: fix tonga feedback buffer size
2016-04-14 Jason Ekstrandi965: Push everything if pull_param == NULL
2016-04-14 Jason Ekstrandi965/fs: Push small uniform arrays
2016-04-14 Jason Ekstrandi965/fs: Rename demote_pull_constants to lower_constant...
2016-04-14 Jason Ekstrandi965/vec4: Get rid of the uniform_size array
2016-04-14 Jason Ekstrandi965/vec4: Use MOV_INDIRECT instead of reladdr for...
2016-04-14 Jason Ekstrandi965/fs: Get rid of the param_size array
2016-04-14 Jason Ekstrandi965/fs: Stop relying on param_size in assign_constant_...
2016-04-14 Jason Ekstrandi965/fs: Get rid of reladdr
2016-04-14 Jason Ekstrandi965/fs: Use MOV_INDIRECT for all indirect uniform...
2016-04-14 Jason Ekstrandnir: Add another index to load_uniform to specify the...
2016-04-14 Jason Ekstrandi965/fs: Add support for MOV_INDIRECT on pre-Broadwell...
2016-04-14 Jason Ekstrandi965/fs: Fix regs_read() for MOV_INDIRECT with a non...
2016-04-14 Jason Ekstrandi965/fs: Don't force MASK_DISABLE on INDIRECT_MOV instr...
2016-04-14 Jason Ekstrandi965/fs: Add support for doing MOV_INDIRECT on uniforms
2016-04-14 Jason Ekstrandanv: Install the installable ICD
2016-04-14 Jason Ekstrandanv/intel_icd: Don't provide an absolute path
2016-04-14 Jason Ekstrandconfigure: Add initial support for enabling Vulkan...
2016-04-14 Jason Ekstrandanv/pipeline: Use the right mask for lower_indirect_derefs
2016-04-14 Ben Widawskyi965: Make intel_get_param return an int
2016-04-14 Brian Paulst/mesa: fix sampler view leak in st_DrawAtlasBitmaps()
2016-04-14 Nicolai Hähnlegallium/radeon: handle failure when mapping staging...
2016-04-14 Nicolai Hähnleradeonsi: mark ssbo and images descriptor pointers...
2016-04-14 Jason Ekstrandi965/vec4: Use UD rather than D for uniform indirects
2016-04-14 Jason Ekstrandi965/fs: Use UD type for offsets in VARYING_PULL_CONSTA...
2016-04-14 Samuel Pitoisetnvc0: do not break the universe on GK110+
2016-04-14 Samuel Pitoisetnvc0: allow to use compute support on GM200
2016-04-14 Jason Ekstrandi965: remove pointless diff with the master branch
2016-04-14 Jason Ekstrandnir/opt_algebraic: Remove the encoding line
2016-04-14 Jason Ekstrandspirv: Move to compiler/
2016-04-14 Jason Ekstrandnir: Remove some pointless delta between vulkan and...
2016-04-14 Jose Fonsecascons: Build NIR.
2016-04-14 Jose Fonsecanir: Use _snprintf on Windows.
2016-04-14 Jose Fonsecanir: Avoid structure initalization expressions.
2016-04-14 Jose Fonsecanir: Remove unistd.h include.
2016-04-14 Jose Fonsecanir: Avoid empty {} struct initializer.
2016-04-14 Emil Velikovgallium/swr: fold the almost identical Makefiles
2016-04-14 Tim Rowleyinstall-gallium-links.mk: handle multiple libraries
2016-04-14 Marek Olšákradeonsi: don't overwrite the scratch offset in shader...
2016-04-14 Marek Olšákradeonsi: fold num_user_sgprs where it is possible
2016-04-14 Marek Olšákradeonsi: fix SGPRS calculation once more
2016-04-14 Marek Olšákradeonsi: disable hw ETC2 on Polaris
2016-04-14 Emil Velikovdoxygen: remove git rebase fallouts
2016-04-14 Jose Fonsecaappveyor: Run unit tests.
2016-04-14 Jose Fonsecascons: Add a "check" target to run all unit tests.
2016-04-14 Jose Fonsecatest/unit: Make translate_test invoke translate_create...
2016-04-14 Jose Fonsecatest/unit: Make pipe_barrier_test actually check correc...
2016-04-14 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-14 Michel Dänzerclover: Fix build against LLVM SVN >= r266163
2016-04-14 Nanley Cheryanv: Remove default scissor and viewport concepts
2016-04-14 Nanley Cheryanv: Replace ::disable_scissor with ::use_rectlists
2016-04-14 Nanley Cheryanv: Delete anv_graphics_pipeline_create_info::disable_...
2016-04-14 Nanley Cherygen{7,8}_pipeline: Always set ViewportXYClipTestEnable
2016-04-14 Nanley Cherygen{7,8}_pipeline: Apply 3DPRIM_RECTLIST restrictions
2016-04-14 Nanley Cheryanv_cmd_buffer: Don't make the initial state dirty
2016-04-14 Nanley Cheryanv/meta: Don't set the dynamic state for disabled...
2016-04-14 Nanley Cheryanv/clear: Disable the scissor operation
2016-04-13 Jason Ekstrandnir/dead_variables: Configurably work with any variable...
2016-04-13 Kenneth Graunkei965: Switch to NIR for ldexp lowering.
2016-04-13 Jason Ekstrandnir/algebraic: Add lowering for ldexp
2016-04-13 Jason Ekstrandi965: Implement the new imod and irem opcodes
2016-04-13 Jason Ekstrandnir: Add more modulus opcodes
2016-04-13 Jason Ekstrandi965/vec4: Inline get_pull_constant_offset
2016-04-13 Jason Ekstrandnir/lower_io: Allow for a full bitmask of modes
2016-04-13 Jason Ekstrandnir/lower_indirect: nir_variable_mode is now a bitfield
2016-04-13 Jason Ekstrandnir: Convert nir_variable_mode to a bitfield
2016-04-13 George Kyriazisgallium/swr: Make flat shading tris work.
2016-04-13 Rob ClarkRevert "freedreno/a4xx: better occlusion/sample counting"
2016-04-13 Rob Clarkfreedreno/a4xx: rasterizer_discard support
2016-04-13 Rob Clarkfreedreno/ir3: fix array textures on a4xx
2016-04-13 Rob Clarkfreedreno: fix stream-out offset handling for lines...
2016-04-13 Rob Clarkfreedreno: fix handling for stream-out offsets
2016-04-13 Rob Clarkfreedreno: fix prims-emitted query
2016-04-13 Rob Clarkfreedreno: fix max-line-width
2016-04-13 Rob Clarkfreedreno: add flag to enable dEQP hacks
2016-04-13 Rob Clarkfreedreno/ir3: hack to avoid getting stuck in a loop
2016-04-13 Rob Clarkfreedreno/ir3: use (ss) instead of (sy) for ldlv
2016-04-13 Rob Clarkfreedreno/ir3: cleanup double cmps.s from frontend
2016-04-13 Matt Turnerglsl: Rename "vertex_input_slots" -> "is_vertex_input"
2016-04-13 Jose Fonsecagallivm: Workaround LLVM PR 27332.
2016-04-13 Marek Olšákgallium/radeon: move a comment to the correct place
2016-04-13 Nicolai Hähnleradeonsi: gate PIPE_CAP_SHADER_BUFFER_OFFSET_ALIGNMENT...
2016-04-13 Elie TOURNIERdoxygen: Generate Doxygen for NIR
2016-04-13 Elie TOURNIERdoxygen: update glsl link
2016-04-13 Rhys Kidddoxygen: Remove deprecated settings in common.doxy
2016-04-13 Rhys Kidddoxygen: Fix typo in doxygen/tnl.doxy
2016-04-13 Rhys Kidddoxygen: Correct TAGFILE linkage of main
2016-04-13 Rhys Kidddoxygen: Update .gitignore
2016-04-13 Rhys Kidddoxygen: Remove references to miniglx
2016-04-13 Rhys Kidddoxygen: Fix doxygen/gbm.doxy TAGFILES
2016-04-13 Rhys Kidddoxygen: Correct TAGFILE relative paths
next