OSDN Git Service

genxml: Make ScratchSpaceBasePointer an address instead of an offset
[android-x86/external-mesa.git] / src /
2016-06-24 Jason Ekstrandgenxml: Make ScratchSpaceBasePointer an address instead...
2016-06-24 Jason Ekstrandanv: Add an allocator for scratch buffers
2016-06-24 Jason Ekstrandgenxml: Put append counter fields before MCS in RENDER_...
2016-06-24 Jason Ekstrandanv,isl: Lower storage image formats in anv
2016-06-24 Jason Ekstrandisl/state: Allow for full 31-bit buffer texture sizes
2016-06-24 Jason Ekstrandisl/state: Don't use designated initializers for buffer...
2016-06-24 Jason Ekstrandisl/state: Add assertions for buffer surface restrictions
2016-06-24 Jason Ekstrandisl/state: Don't set SurfacePitch for gen9 1-D textures
2016-06-24 Jason Ekstrandisl/state: Use TILEWALK_XMAJOR for linear surfaces...
2016-06-24 Jason Ekstrandisl/state: Emit no-op mip tail setup on SKL
2016-06-24 Jason Ekstrandisl/state: Only set cube face enables if usage includes...
2016-06-24 Jason Ekstrandisl/state: Use the layout for computing qpitch rather...
2016-06-24 Jason Ekstrandisl/state: Set the IntegerSurfaceFormat bit on Haswell
2016-06-24 Jason Ekstrandisl/format: Mark R9G9B9E5 as containing 9-bit unsigned...
2016-06-24 Jason Ekstrandisl/state: Don't set RenderTargetViewExtent for texture...
2016-06-24 Jason Ekstrandisl/state: Set SurfaceArray based on the surface dimension
2016-06-24 Jason Ekstrandisl/state: Don't force-disable L2 bypass for everything
2016-06-24 Jason Ekstrandisl/state: Refactor the setup of clear colors
2016-06-24 Jason Ekstrandisl/state: Refactor the per-gen isl_to_gen_h/valign...
2016-06-24 Jason Ekstrandisl/state: Return an extent3d from the halign/valign...
2016-06-24 Jason Ekstrandisl/state: Put pitch calculations together
2016-06-24 Jason Ekstrandisl/state: Put all dimension setup together and towards...
2016-06-24 Jason Ekstrandisl/state: Put surface format setup at the top
2016-06-24 Jason Ekstrandisl/state: Remove some unused fields
2016-06-24 Jason Ekstrandisl/state: Don't use designated initializers for the...
2016-06-24 Jason Ekstrandgenxml/gen8,9: Prefix the multisample format enum with...
2016-06-24 Jason Ekstrandi965/gen4: Subtract 1 from buffer sizes
2016-06-24 Jason Ekstrandi965/fs: Use a default Y coordinate of 0 for TXF on...
2016-06-24 Jason Ekstrandi965/gen8: Use the qpitch from the aux_mt for AUX_QPITCH
2016-06-24 Jason Ekstrandi965/blorp/gen8: Use the correct max level and layer...
2016-06-24 Jason Ekstrandi965: Drop the maximum 3D texture size to 512 on Sandy...
2016-06-24 Jason Ekstrandi965/gen4-6: Handle gl_texture_object::BaseLevel and...
2016-06-24 Jason Ekstrandi965/gen4: Pull texture formats from the texture object...
2016-06-24 Ilia Mirkinglsl: only match gl_FragData and not gl_SecondaryFragDa...
2016-06-24 Ilia Mirkinnv50,nvc0: fix start_instance in manual push path
2016-06-24 Ilia Mirkintranslate: fix start_instance parameter in sse version
2016-06-24 Jason Ekstrandanv/cmd: Dirty descriptor sets when a new pipeline...
2016-06-24 Jason Ekstrandanv/cmd: Move emit_descriptor_pointers to genX_cmd_buffer.c
2016-06-24 Jason Ekstrandanv/cmd: Move flush_descriptor_sets to anv_cmd_buffer.c
2016-06-24 Jason Ekstrandspirv: Use the system value version of gl_FrontFace
2016-06-24 Kenneth Graunkei965: Reorganize prog_data->total_scratch code a bit.
2016-06-21 Nicolai Hähnlest/mesa: flush bitmap cache before CopyImageSubData
2016-06-21 Nicolai Hähnlest/mesa: flush bitmap cache before texture functions
2016-06-21 Nicolai Hähnlest/mesa: flush bitmap cache before compute dispatch
2016-06-21 Kenneth Graunkei965: Fix multiplication of immediates on Cherryview...
2016-06-21 Jason Ekstrandanv: Add proper support for depth clamping
2016-06-21 Jason Ekstrandanv/cmd_buffer: Split emit_viewport in two
2016-06-21 Jason Ekstrandanv/cmd_buffer: Set depth/stencil extent based on the...
2016-06-21 Jason Ekstrandanv/cmd_buffer: Don't crash if push constants are provi...
2016-06-21 Jason Ekstrandanv/pipeline: Do invariance propagation on SPIR-V shaders
2016-06-21 Jason Ekstrandnir/alu_to_scalar: Respect the exact ALU operation...
2016-06-21 Jason Ekstrandnir: Add a pass for propagating invariant decorations
2016-06-21 Jason Ekstrandnir/algebraic: Remove imprecise flog2 optimizations
2016-06-21 Nicolai Hähnleradeonsi: fix calculation of valid RB mask per SE
2016-06-21 Nicolai Hähnleradeonsi: raise SI_PM4_MAX_DW
2016-06-21 Roland Scheideggergallivm: don't use integer min/max sse intrinsics with...
2016-06-21 Ilia Mirkinnvc0: don't make use of push hint if there are no non...
2016-06-21 Ilia Mirkingk104/ir: fix tex use generation to be more careful...
2016-06-17 Samuel Iglesias... i965/fs: indirect addressing with doubles is not suppor...
2016-06-17 Iago Toral Quirogai965/fs: Fix single-precision to double-precision conve...
2016-06-17 Ian Romanickmesa: If validation fails in a debug context just emit...
2016-06-17 Ian Romanickglsl: Always strip arrayness in precision_qualifier_allowed
2016-06-17 Kenneth Graunkei965: Use a uniform for gl_PatchVerticesIn in the TCS...
2016-06-17 Kenneth Graunkeglsl: Optionally lower TCS gl_PatchVerticesIn to a...
2016-06-17 Kenneth Graunkei965: Use a uniform for gl_PatchVerticesIn in the TES.
2016-06-17 Kenneth Graunkeglsl: Optionally lower TES gl_PatchVerticesIn to a...
2016-06-17 Nicolai Hähnlemesa/main: fix integer overflows in _mesa_image_offset
2016-06-17 Kenneth Graunkemesa: Pass gl_constant_value union into _mesa_fetch_sta...
2016-06-15 Nicolai Hähnleradeonsi: mark buffer texture range valid for shader...
2016-06-15 Ilia Mirkinnv50/ir: record number of threads in a compute shader
2016-06-15 Ilia Mirkinnvc0/ir: limit max number of regs based on availability...
2016-06-15 Tomasz Figai965: Check return value of screen->image.loader->getBu...
2016-06-15 Dylan Bakerisl: Replace bash generator with python generator
2016-06-15 Bas Nieuwenhuizenradeonsi: Reinitialize all descriptors in CE preamble.
2016-06-15 Samuel Iglesias... i965: Defeat the register stride checker in pull unifor...
2016-06-15 Kenneth Graunkei965: Defeat the register stride checker in URB reads.
2016-06-15 Kenneth Graunkei965: Fix issues with number of VS URB entries on Cherr...
2016-06-15 Timothy Arceriglsl: make sure UBO arrays are sized in ES
2016-06-15 Vedran Miletićclover: Update OpenCL version string to match OpenGL
2016-06-15 Francisco Jerezi965/fs: Fix regs_written for SIMD-lowered instructions...
2016-06-15 Francisco Jerezi965: Fix cross-primitive scratch corruption when chang...
2016-06-15 Francisco Jerezi965: Keep track of the per-thread scratch allocation...
2016-06-15 Francisco Jerezi965: Fix scratch overallocation if the original slot...
2016-06-15 Kenneth Graunkei965: Fix encode_slm_size() to take a generation, not...
2016-06-15 Kenneth Graunkei965: Don't leak scratch BOs for TCS/TES.
2016-06-15 Nanley Cheryanv/pipeline: Don't dereference NULL dynamic state...
2016-06-15 Nanley Cheryanv: Document and rename anv_pipeline_init_dynamic_state()
2016-06-15 Samuel Pitoisetnvc0/ir: clamp the UBO index for compute on Kepler
2016-06-15 Jimmy Berryst/va: hardlink driver instances to gallium_drv_video.so
2016-06-15 Emil Velikovswr: automake: add missing -I flag
2016-06-15 Chuck Atkinsswr: Add missing headers for package inclusion
2016-06-15 Emil Velikovautomake: get in-tree `make distclean' working again.
2016-06-15 Kenneth Graunkei965: Use the correct number of threads for compute...
2016-06-15 Kenneth Graunkei965: Assert that the scratch spaces are in range.
2016-06-15 Kenneth Graunkei965: Fix CS scratch size calculations on Ivybridge...
2016-06-15 Kenneth Graunkei965: Fix Haswell CS per-thread scratch space encoding.
2016-06-15 Kenneth Graunkei965: Account for poor address calculations in Haswell...
2016-06-15 Kenneth Graunkei965: Allocate scratch space for the maximum number...
2016-06-15 Kenneth Graunkei965: Set subslice_total on Gen7/7.5 platforms.
2016-06-15 Kenneth Graunkei965: Fix shared local memory size for Gen9+.
next