anv: Store prog data in pipeline cache stream
[mesa.git] / src / mesa /
2016-03-02 Kenneth GraunkeMerge remote-tracking branch 'origin/master' into vulkan
2016-03-01 Matt Turnermesa: Remove NV_fragment_program remnants from dlist.c.
2016-03-01 Matt Turnermesa: Remove NV_fragment_program_option enable bit.
2016-03-01 Matt Turnerprogram: Remove NV_fragment_program opcode parsing.
2016-03-01 Matt Turnerprogram: Remove NV_fragment_program scalar suffix parsing.
2016-03-01 Matt Turnerprogram: Remove NV_fragment_program_option parsing...
2016-03-01 Matt Turnerprogram: Remove NV_fragment_program Abs support.
2016-03-01 Matt Turnerprogram: Remove incorrect comment about OPCODE_TXD.
2016-03-01 Matt Turnerprogram: Remove OPCODE_TXP_NV.
2016-03-01 Matt Turnerprogram: Clean up after previous commit.
2016-03-01 Matt Turnerprogram: Remove condition-code and precision support.
2016-03-01 Matt Turnerprogram: Remove OPCODE_KIL_NV.
2016-03-01 Matt Turnerprogram: Remove RelAddr2 support.
2016-03-01 Matt Turnerprogram: Mark table const.
2016-03-01 Matt Turnermesa: Remove EmitCondCodes.
2016-03-01 Matt Turnerglsl: Initialize gl_shader_program::EmptyUniformLocations.
2016-03-01 Ian Romanicki965/meta: Don't pollute the framebuffer namespace
2016-03-01 Ian Romanicki965/meta: Use _mesa_bind_framebuffers instead of _mesa...
2016-03-01 Ian Romanickmeta: Don't pollute the framebuffer namespace
2016-03-01 Ian Romanickmeta/decompress: Track framebuffer using gl_framebuffer...
2016-03-01 Ian Romanickmeta/generate_mipmap: Track framebuffer using gl_frameb...
2016-03-01 Ian Romanickmeta: Use _mesa_bind_framebuffers instead of _mesa_Bind...
2016-03-01 Ian Romanickmeta: Use _mesa_CreateFramebuffers instead of _mesa_Gen...
2016-03-01 Ian Romanicki965/meta: Use _mesa_CreateFramebuffers instead of...
2016-03-01 Ian Romanickmeta: Save and restore the framebuffer using gl_framebu...
2016-03-01 Ian Romanickmesa: Refactor bind_framebuffer to make _mesa_bind_fram...
2016-03-01 Ian Romanickmeta: Use _mesa_check_framebuffer_status instead of...
2016-03-01 Ian Romanickmeta: Obvious refactor of _mesa_meta_framebuffer_textur...
2016-03-01 Ian Romanickmeta: Convert _mesa_meta_bind_fbo_image to take a gl_fr...
2016-03-01 Kenneth Graunkei965: Push most TES inputs in vec4 mode.
2016-02-29 Dave Airliemesa/fbobject: propogate Layered when reusing attachments.
2016-02-29 Rob HerringAndroid: clean-up and fix DRI module path handling
2016-02-29 Rob HerringAndroid: remove dependence on .SECONDEXPANSION
2016-02-29 Rob HerringAndroid: fix build break from nir/glsl move to compiler/
2016-02-27 Ilia Mirkinmesa: add GL_OES_gpu_shader5 and GL_EXT_gpu_shader5...
2016-02-27 Ilia Mirkinmesa: expose GL_EXT_texture_sRGB_decode on GLES 3.0+
2016-02-27 Ian Romanicki965/cfg: Fix comment list punctuation
2016-02-27 Ian Romanicki965/cfg: Split out dead control flow paths to simplify...
2016-02-27 Ian Romanicki965/cfg: Don't handle fully empty if/else/endif
2016-02-27 Ian Romanicki965/cfg: Eliminate an empty then-branch of an if/else...
2016-02-27 Ian Romanicki965/cfg: Track prev_block and prev_inst explicitly...
2016-02-27 Ian Romanicki965/cfg: Slightly rearrange dead_control_flow_eliminate
2016-02-26 Kenneth Graunkei965: Simplify brw_nir_lower_vue_inputs() slightly.
2016-02-26 Kenneth Graunkei965: Avoid recalculating the normal VUE map for IO...
2016-02-26 Kenneth Graunkei965: Avoid recalculating the tessellation VUE map...
2016-02-26 Kenneth Graunkei965: Eliminate brw_nir_lower_{inputs,outputs,io} funct...
2016-02-26 Kenneth Graunkei965: Split brw_nir_lower_inputs/outputs into per-stage...
2016-02-26 Kenneth Graunkei965: Remove catch-all nir_lower_io call with specific...
2016-02-26 Kenneth Graunkei965: Move optimizations from brw_nir_lower_io to brw_p...
2016-02-26 Kenneth Graunkei965: Always do NIR IO lowering at specialization time.
2016-02-26 Kenneth Graunkei965: Make an is_scalar boolean in brw_compile_gs().
2016-02-26 Jason Ekstrandi965/nir: Do lower_io late for fragment shaders
2016-02-26 Jordan Justeni965: Set dest type to UW for several send messages
2016-02-25 Miklós Mátéprogram: Remove extra reference_program()
2016-02-25 Matt Turneri965/fs: Allow saturate propagation to propagate negati...
2016-02-25 Matt Turneri965/fs: Allow saturate propagation to propagate negati...
2016-02-25 Matt Turneri965/fs: Allow saturate propagation to propagate negati...
2016-02-25 Matt Turneri965/fs: Don't CSE negated multiplies with saturation.
2016-02-24 Nanley Cheryi965: Enable tiled mem_copy with sRGB-formatted resources
2016-02-24 Kristian Høgsberg... Merge remote-tracking branch 'origin/master' into vulkan
2016-02-24 Brian Paulmesa: replace for loop with bitshifting in supported_bu...
2016-02-24 Brian Paulmesa: updates some comments in buffers.c
2016-02-24 Brian Paulmesa: make _mesa_draw_buffers() static
2016-02-24 Brian Paulmesa: make _mesa_draw_buffer() static
2016-02-24 Brian Paulmesa: make _mesa_read_buffer() static
2016-02-24 Brian Paulmesa: move declaration of buffer var in handle_first_cu...
2016-02-24 Brian Paulmesa: use gl_buffer_index in a few places
2016-02-24 Brian Paulst/mesa: remove useless break statement
2016-02-24 Brian Paulst/mesa: rename st_readpixels to st_ReadPixels
2016-02-24 Brian Paulst/mesa: fix frontbuffer glReadPixels regressions
2016-02-23 Thomas Hindoe Paab... mesa: use sizeof on the correct type
2016-02-23 Francisco Jerezi965/fs: Return result of image atomic in a register...
2016-02-23 Francisco Jerezmesa: Add extension table entry for OES_shader_image_at...
2016-02-22 Ilia Mirkinmesa: add GL_EXT_texture_border_clamp support
2016-02-22 Ilia Mirkinmesa: add GL_OES_texture_border_clamp support
2016-02-19 Ilia Mirkinst/mesa: force depth mode to GL_RED for sized depth...
2016-02-19 Ilia Mirkinmeta/copy_image: use precomputed dst_internal_format...
2016-02-19 Ilia Mirkinmesa: add GL_OES_texture_stencil8 support
2016-02-19 Ilia Mirkinst/mesa: fix pbo uploads
2016-02-19 Ilia Mirkinmesa: check fbo completeness based on internal format...
2016-02-19 Brian Paulmesa: small optimization of _mesa_expand_bitmap()
2016-02-19 Brian Paulmesa: add special case ubyte[4] / BGRA conversion function
2016-02-19 Brian Paulst/mesa: implement a simple cache for glDrawPixels
2016-02-19 Nicolai Hähnlest/mesa: disable depth/stencil/alpha tests in PBO upload
2016-02-18 Rob Clarkmesa: fix new gcc6 warnings
2016-02-18 Rob Clarki965: fix new gcc6 warnings
2016-02-18 Rob HerringAndroid: fix build break in libmesa_program
2016-02-18 Ilia Mirkinmesa: gl_NumSamples should always be at least one
2016-02-18 Plamena Manolovacompiler/glsl: Fix uniform location counting.
2016-02-18 Brian Paulst/mesa: new st_DrawAtlasBitmaps() function for drawing...
2016-02-18 Brian Paulmesa: implement a display list / glBitmap texture atlas
2016-02-18 Ilia Mirkinst/mesa: apply DepthMode swizzle to stencil texturing...
2016-02-18 Jason Ekstrandi965/nir: Do lower_io late for fragment shaders
2016-02-18 Ilia Mirkinmesa: allow multisampled format info to be returned...
2016-02-17 Ben Widawskyi965: Extract push constant state to a new file
2016-02-17 Matt Turneri965: Make emit_minmax return an instruction*.
2016-02-17 Matt Turneri965: Lower min/max after optimization on Gen4/5.
2016-02-17 Matt Turneri965/vec4: Initialize force_writemask_all in vec4_build...
2016-02-17 Ilia Mirkinst/mesa: fix up result_src.type when doing i2u/u2i...
2016-02-17 Brian Paulst/mesa: use cso_set_viewport_dims() in try_pbo_upload_...
next