mesa.git
2016-09-21 Jason Ekstrandnir/spirv: Bring back the spirv2nir helper binary
2016-09-21 Chuanbo Wengi965: implement querying __DRI_IMAGE_ATTRIB_OFFSET.
2016-09-21 Chuanbo Wengegl: return corresponding offset of EGLImage instead...
2016-09-21 Chuanbo Wengdri: add offset attribute and bump version of EGLImage...
2016-09-21 Francisco Jerezi965/ir: Test thread dispatch packing assumptions.
2016-09-21 Francisco Jerezi965/ir: Pass identity mask to brw_find_live_channel...
2016-09-21 Francisco Jerezi965/ir: Skip eliminate_find_live_channel() for stages...
2016-09-21 Jason Ekstrandi965/fs: Take Dispatch/Vector mask into account in...
2016-09-21 Jason Ekstrandi965/reg: Make brw_sr0_reg take a subnr and return...
2016-09-21 Lionel Landwerlinanv: pipeline: use correct number of thread for compute
2016-09-21 Lionel Landwerlinanv: allocator: correct scratch space for haswell
2016-09-21 Lionel Landwerlinanv: device: calculate compute thread numbers using...
2016-09-21 Nicolai Hähnlegallivm: support negation on 64-bit integers
2016-09-21 Dave Airlieradeonsi: prepare 64-bit integer support. (v2)
2016-09-21 Dave Airliegallivm/llvmpipe: prepare support for ARB_gpu_shader_int64.
2016-09-21 Dave Airlietgsi/softpipe: prepare ARB_gpu_shader_int64 support...
2016-09-21 Dave Airliegallium/tgsi: add support for 64-bit integer immediates.
2016-09-21 Dave Airliegallium: add opcode and types for 64-bit integers....
2016-09-21 Kenneth Graunkei965: Rename intelScreen to screen.
2016-09-21 Kenneth Graunkei965: Rename __DRIScreen pointers to "dri_screen".
2016-09-20 Dylan Bakermesa: Implement ARB_shader_viewport_layer_array for...
2016-09-20 Leo Liuradeon/vce: add firmware support for version 52.8.3
2016-09-20 Indrajit Dasst/omx/dec/h265: Correct the timestamping
2016-09-20 Lionel Landwerlinaubinator: add a custom handler for immediate register...
2016-09-20 Nayan Deshmukhst/va: flush the context before calling flush_frontbuff...
2016-09-20 Nayan Deshmukhst/vdpau: flush the context before calling flush_frontb...
2016-09-20 Nayan Deshmukhvl/dri3: handle the case of different GPU(v4.2)
2016-09-20 Ilia Mirkinst/vdpau: fix argument type to vlVdpOutputSurfaceDMABuf
2016-09-20 Tim Rowleyswr: [rasterizer core] Better thread destruction
2016-09-20 Tim Rowleyswr: [rasterizer jitter] Fix missing end-of-file newline
2016-09-20 Tim Rowleyswr: [rasterizer core] Add macros for mapping ArchRast...
2016-09-19 Kenneth Graunkeglsl: Skip "unsized arrays aren't allowed" check for...
2016-09-19 Samuel Pitoisetnvc0: get rid of nvc0_stage_sampler_states_bind_range()
2016-09-19 Samuel Pitoisetnvc0: get rid of nvc0_stage_set_sampler_views_range()
2016-09-18 Samuel Pitoisetnv50/ir: optimize SUB(a, b) to MOV(a - b)
2016-09-18 Samuel Pitoisetgk110/ir: fix wrong emission of OP_NOT
2016-09-18 Martina Kollarovar600g/sb: fix struct/class declaration conflicts
2016-09-17 Eric Anholti965: Drop assertion about buffer offset at draw time.
2016-09-17 Lars Hamretgsi: Enable returns from within loops
2016-09-17 Charmaine Leesvga: relax restriction of compressed formats for textu...
2016-09-17 Brian Paulsvga: skip query flush if we already have the query...
2016-09-17 Brian Paulsvga: remove unneeded svga_context_flush() in svga_end_...
2016-09-17 Charmaine Leesvga: use upload buffer for upload texture.
2016-09-17 Charmaine Leesvga: refactor svga_texture_transfer_map/unmap functions
2016-09-17 Charmaine Leesvga: add SVGA3d_vgpu10_TransferFromBuffer()
2016-09-17 Charmaine Leesvga: single sample surface can be created as non-multi...
2016-09-17 Charmaine Leesvga: fix memory leak with sampler state
2016-09-17 Brian Paulsvga: fix prim type check/assignment in translate_indices()
2016-09-17 Charmaine Leesvga: use SVGA3D_QUERYTYPE_MAX for svga query type...
2016-09-17 Charmaine Leesvga: split the num-resources-mapped hud to textures...
2016-09-17 Charmaine Leesvga: change svga hud defines to enums
2016-09-17 Brian Paulsvga: implement an index buffer translation cache
2016-09-17 Brian Paulsvga: try to emit fewer buffer rebind commands
2016-09-17 Brian Paulsvga: reduce unmapping/remapping of the default constan...
2016-09-17 Brian Paulsvga: optimize memcpy() in svga_buffer_update_hw()
2016-09-17 Neha Bhendesvga: Use comparison between svga texture types to...
2016-09-17 Neha Bhendesvga: Add function svga_resource_type()
2016-09-17 Samuel Pitoisetnvc0/ir: fix subops for IMAD
2016-09-17 Samuel Pitoisetnvc0/ir: fix comments about instructions info
2016-09-17 Kenneth Graunkemesa: Move buffers-unmapped earlier in check_valid_to_r...
2016-09-17 Kenneth Graunkemesa: Expose GL_CONTEXT_FLAGS in ES 3.2.
2016-09-16 Tom Stellardradeonsi/compute: Use the HSA abi for non-TGSI compute...
2016-09-16 Tom Stellardradeonsi/compute: Add some more debug printfs
2016-09-16 Marek Olšákglsl: remove interpolateAt* instructions for demoted...
2016-09-16 Marek Olšákmesa: fix glGetFramebufferAttachmentParameteriv w/...
2016-09-16 Serge Martinclover: fix getting scalar args api size
2016-09-16 Ilia Mirkindocs: add GL_ARB_gl_spirv to features list
2016-09-16 Rob Clarkttn: fix warning after 7bf76563e
2016-09-16 Brian Paulgallium/docs: document alpha_to_coverage and alpha_to_o...
2016-09-16 Brian Paulst/mesa: update comment in st_atom_msaa.c
2016-09-16 Brian Paulst/mesa: only enable MSAA coverage options when we...
2016-09-16 Dave Airliespirv: use subpass image type (v1.1)
2016-09-16 Dave Airlieglsl: add subpass image type (v2)
2016-09-16 Kenneth Graunkeisl: Finish tiling filtering for Gen6.
2016-09-15 Ilia Mirkini965: enable ARB_ES3_2_compatibility on gen8+
2016-09-15 Jason Ekstrandi965/nir: Roll set_default_interpolation into lower_fs_...
2016-09-15 Jason Ekstrandi965/fs: Use NIR for handling forced per-sample interpo...
2016-09-15 Jason Ekstrandnir: Add a flag to lower_io to force "sample" interpolation
2016-09-15 Jason Ekstrandi965/fs: Use sample interpolation for interpolateAtCent...
2016-09-15 Brian Paulmesa: check for no matrix change in _mesa_LoadMatrixf()
2016-09-15 Jon Turneydirect-to-native-GL for GLX clients on Cygwin ("Windows...
2016-09-15 Emil Velikovdocs: add news item and link release notes for 12.0.3
2016-09-15 Emil Velikovdocs: add sha256 checksums for 12.0.3
2016-09-15 Emil Velikovdocs: add release notes for 12.0.3
2016-09-15 Kenneth Graunkemesa: Expose RESET_NOTIFICATION_STRATEGY with KHR_robus...
2016-09-15 Jason Ekstrandanv/cmd_buffer: Set the L3 atomic disable mask bit...
2016-09-15 Jason Ekstrandintel/blorp: Stop setting 3DSTATE_DRAWING_RECTANGLE
2016-09-15 Jason Ekstrandintel/blorp: Emit 3DSTATE_MULTISAMPLE directly
2016-09-15 Jason Ekstrandintel: Move Vulkan sample positions to common code
2016-09-14 Marek OlšákRevert "tgsi/scan: don't set interp flags for inputs...
2016-09-14 Francisco Jerezi965/vec4: Assert that pull constant load offsets are...
2016-09-14 Francisco Jerezi965/vec4: Assert that ATTR regions are register-aligned.
2016-09-14 Francisco Jerezi965/vec4: Don't spill non-GRF-aligned register regions.
2016-09-14 Francisco Jerezi965/vec4: Fix copy propagation for non-register-aligne...
2016-09-14 Francisco Jerezi965/vec4: Compare full register offsets in cmod propag...
2016-09-14 Francisco Jerezi965/vec4: Assign correct destination offset to rewritt...
2016-09-14 Francisco Jerezi965/vec4: Don't coalesce registers with overlapping...
2016-09-14 Francisco Jerezi965/vec4: Compare full register offsets in opt_registe...
2016-09-14 Francisco Jerezi965/vec4: Check that the write offsets match when...
2016-09-14 Francisco Jerezi965/vec4: Change opt_vector_float to keep track of...
next