mesa.git
2019-07-11 Kenneth Graunkeiris: Drop a TODO comment
2019-07-11 Neil Robertsglsl/builtin types: Set the precision on the depth...
2019-07-11 Neil Robertsglsl: Add a constructor for glsl_struct_field to specif...
2019-07-11 Neil Robertsglsl: Add a macro for the default values for glsl_struc...
2019-07-11 Neil Robertsglsl/builtin_variables: Add a precision to the builtins
2019-07-11 Kenneth Graunkecompiler: Save a single copy of the softfp64 shader...
2019-07-11 Timothy Arceriradv: fix memory leak when restoring from cache
2019-07-10 Kristian H... freedreno: Generate headers from xml files
2019-07-10 Samuel Pitoisetradv: switch to the new VS exports path
2019-07-10 Samuel Pitoisetradv: set the slot_index correctly for VARYING_SLOT_CLI...
2019-07-10 Samuel Pitoisetradv: add a new function for exporting VS outputs
2019-07-10 Samuel Pitoisetradv: implement new path for exporting generic varyings
2019-07-10 Samuel Pitoisetradv: use the generic export path for clip/cull distances
2019-07-10 Samuel Pitoisetradv: remove an extra memcpy when exporting clip/cull...
2019-07-10 Jason Ekstrandintel/compiler: Add a "base class" for program keys
2019-07-10 Jason Ekstrandi965/program_cache: Cast the key to char * before addin...
2019-07-10 Jason Ekstrandanv: Make the workaround BO a whole page
2019-07-10 Jason Ekstrandanv: Set Stateless Data Port Access MOCS
2019-07-10 Alyssa Rosenzweigpanfrost: Clamp point size
2019-07-10 Alyssa Rosenzweigpan/decode: Auto style
2019-07-10 Alyssa Rosenzweigpanfrost: Move non-Gallium files outside of Gallium
2019-07-10 Alyssa Rosenzweigpanfrost: Style main Gallium driver
2019-07-10 Alyssa Rosenzweigpanfrost/midgard: Apply code styling
2019-07-10 Alyssa Rosenzweigpanfrost/nir: Apply NIR style
2019-07-10 Alyssa Rosenzweigpanfrost: Move midgard/nir* to nir folder
2019-07-10 Alyssa Rosenzweigpanfrost: Typofix
2019-07-10 Alyssa Rosenzweigpanfrost: Identify shared tiler structure
2019-07-10 Alyssa Rosenzweigpanfrost/midgard: Drop unnecessary assert
2019-07-10 Alyssa Rosenzweigpanfrost: Don't expose OES_standard_derivatives
2019-07-10 Erik Faye-Lundgallium: get rid of PIPE_CAP_SM3
2019-07-10 Erik Faye-Lundgallium: give vertex-shader saturate its own cap
2019-07-10 Erik Faye-Lundgallium: give fragment-shader derivatives its own cap
2019-07-10 Erik Faye-Lundgallium: give fragment-shader texture-lod its own cap
2019-07-10 Erik Faye-Lundmesa/st: drop needless has_shader_model3 boolean
2019-07-10 Alyssa Rosenzweigpanfrost: Fix copyright identifier in a few places
2019-07-10 Alyssa Rosenzweigpanfrost: Bikeshed pan_screen.c comment
2019-07-10 Alyssa Rosenzweigpanfrost: Check GPU version before loading
2019-07-10 Alyssa Rosenzweigpanfrost: Be more honest about PIPE_CAPs
2019-07-10 Alyssa Rosenzweigpanfrost/midgard: Hit missed scheduling opportunity
2019-07-10 Alyssa Rosenzweigpanfrost/midgard: Include shader size for shader-db
2019-07-10 Alyssa Rosenzweigpanfrost/midgard: Include loop count for shader-db
2019-07-10 Alyssa Rosenzweigpanfrost/midgard: Dump shader-db stats
2019-07-10 Alyssa Rosenzweigpanfrost/midgard: Flush undefineds to zero
2019-07-10 Alyssa Rosenzweigpanfrost/midgard: Specify channel count for broadcastin...
2019-07-10 Alyssa Rosenzweigpanfrost/midgard: Don't try to "alias" texture registers
2019-07-10 Samuel Pitoisetradv: compute correct number of input vertices for NGG
2019-07-10 Samuel Pitoisetradv: remove extra code for exporting LayerID to the...
2019-07-10 Samuel Pitoisetradv: set the LayerId output usage mask if FS needs it
2019-07-10 Alyssa Rosenzweigpanfrost: Update supported formats
2019-07-10 Alyssa Rosenzweigpanfrost/mfbd: Cleanup format code selection
2019-07-10 Alyssa Rosenzweigpanfrost/midgard: Cleanup blend switch
2019-07-10 Alyssa Rosenzweigpanfrost/mfbd: Handle PIPE_FORMAT_B10G10R10A2_UNORM
2019-07-10 Alyssa Rosenzweigpanfrost/midgard: Handle PIPE_FORMAT_B10G10R10A2_UNORM
2019-07-10 Alyssa Rosenzweigpanfrost: Implement ES3-format writeout
2019-07-10 Alyssa Rosenzweigpanfrost: Refactor blend infrastructure
2019-07-10 Alyssa Rosenzweigpanfrost/midgard: Use unsigned blend patch offset
2019-07-10 Alyssa Rosenzweigpanfrost/midgard: Handle pure int formats
2019-07-10 Alyssa Rosenzweigpanfrost/mfbd: Handle pure int formats
2019-07-10 Alyssa Rosenzweigpanfrost: Set rt_count_2 for bpp>4 formats
2019-07-10 Alyssa Rosenzweigpanfrost/midgard: Implement preliminary float converters
2019-07-10 Alyssa Rosenzweigpanfrost/midgard: Skip blend for REPLACE (shader)
2019-07-10 Alyssa Rosenzweigpanfrost: Handle "blend disabled" blend shaders
2019-07-10 Alyssa Rosenzweigpanfrost: Route format through fixed-function blending
2019-07-10 Alyssa Rosenzweigpanfrost: Pipe framebuffer format around
2019-07-10 Alyssa Rosenzweigpanfrost/midgard: Use Gallium framebuffer formats
2019-07-10 Alyssa Rosenzweigpanfrost/midgard: Use fp16 exclusively while blending
2019-07-10 Alyssa Rosenzweigpanfrost/midgard: Remove opt_copy_prop_tex
2019-07-10 Alyssa Rosenzweigpanfrost/midgard: Fix scalarification
2019-07-10 Alyssa Rosenzweigpanfrost/midgard: Handle fp16 in embedded_to_inline_con...
2019-07-10 Alyssa Rosenzweigpanfrost/midgard: Eliminate redundant type convert
2019-07-10 Alyssa Rosenzweigpanfrost/midgard: Fix fp16 embedded constants
2019-07-10 Alyssa Rosenzweigpanfrost/midgard: Hoist mask field
2019-07-10 Alyssa Rosenzweigpanfrost/midgard: Allow fp16 in scalar ALU
2019-07-10 Alyssa Rosenzweigpanfrost/midgard: Implement f2u16 and friends
2019-07-10 Alyssa Rosenzweigpanfrost/midgard: Implement f2f16/f2f32
2019-07-10 Alyssa Rosenzweigpanfrost/midgard: Verify src_bitsize == dst_bitsize
2019-07-10 Alyssa Rosenzweigpanfrost/midgard: Simplify blend read
2019-07-10 Alyssa Rosenzweigpanfrost/midgard: NIRify blend load scale/convert
2019-07-10 Alyssa Rosenzweigpanfrost/midgard: Fix blend constant scheduling bug
2019-07-10 Alyssa Rosenzweigpanfrost/midgard: Implement upscaling type converts
2019-07-10 Alyssa Rosenzweigpanfrost/midgard: Move blend load/store into NIR
2019-07-10 Alyssa Rosenzweigpanfrost/midgard: Use nir_dest_num_components
2019-07-10 Alyssa Rosenzweigpanfrost/midgard: Implement integer downsize ops
2019-07-10 Alyssa Rosenzweigpanfrost/midgard: Move scale from MIR to NIR
2019-07-10 Alyssa Rosenzweigpanfrost/midgard: Passthrough nir_lower_framebuffer
2019-07-10 Alyssa Rosenzweigpanfrost: Extend clear colour packing
2019-07-10 Alyssa Rosenzweigpanfrost/mfbd: Include codes for float framebuffers
2019-07-10 Alyssa Rosenzweigpanfrost: Prepare some code for MRT
2019-07-10 Alyssa Rosenzweigpanfrost: Use standard ALIGN_POT/INFINITY macros
2019-07-10 Eric Engestromegl: add glvnd symbols check
2019-07-10 Eric Engestromegl: rewrite entrypoints check
2019-07-10 Eric Engestrommapi: add shared glapi symbols check
2019-07-10 Eric Engestromtu: add exported symbols check
2019-07-10 Eric Engestromvulkan: add symbols file
2019-07-10 Eric Engestrommeson: remove unused env_test
2019-07-10 Eric Engestromgles: use new symbols check script
2019-07-10 Eric Engestromgbm: sort symbols
2019-07-10 Eric Engestromgbm: use new symbols check script
2019-07-10 Eric Engestromegl: use new symbols check script
2019-07-10 Eric Engestromsymbols-check: introduce new python script
next