vc4: Only build in simulator mode if we find pkg-config for it.
[mesa.git] / src /
2015-09-16 Ilia Mirkinfreedreno/a3xx: use NUM_USER_CLIP_PLANES helper instead...
2015-09-16 Ilia Mirkinfreedreno/a3xx: fix blending of L8 format
2015-09-16 Ilia Mirkinfreedreno/a3xx: add support for dual-source blending
2015-09-16 Eric Anholtvc4: convert from tgsi semantic/index to varying-slot
2015-09-16 Eric Anholtgallium/ttn: Convert to using VARYING_SLOT_* / FRAG_RES...
2015-09-16 Ilia Mirkinnv50, nvc0: fix max texture buffer size to 128M elements
2015-09-16 Ilia Mirkinst/mesa: avoid integer overflows with buffers >= 512MB
2015-09-16 Brian Paulmesa: move GL_APPLE_object_purgeable functions to new...
2015-09-16 Brian Paulmesa: remove trailing whitespace in bufferobj.c
2015-09-16 Brian Paulmesa: whitespace, line wrap fixes in varray.c
2015-09-16 Rob Clarknir/print: print symbolic names from shader-enum
2015-09-16 Rob Clarknir/print: bit of state refactoring
2015-09-16 Rob Clarkglsl: shader-enum to name debug fxns
2015-09-16 Rob Clarkfreedreno: one screen to rule them all
2015-09-16 Rob Clarkfreedreno/ir3: use NIR to lower ffract instead of tgsi_...
2015-09-16 Rob Clarknir: add lowering for ffract
2015-09-15 Jordan Justeni965/fs: The barrier send uses only 1 payload register
2015-09-15 Jason Ekstrandnir/builder: Use a normal temporary array in nir_channel
2015-09-15 Rob Clarkfreedreno/a4xx: more texture formats
2015-09-15 Rob Clarkfreedreno/a4xx: border-color support
2015-09-15 Rob Clarkfreedreno/a4xx: wire up texture clamp lowering
2015-09-15 Rob Clarkfreedreno: helper for a3xx/a4xx border-colors
2015-09-15 Rob Clarkfreedreno: update generated headers
2015-09-15 Jason Ekstrandnir/lower_vec_to_movs: Coalesce into destinations of...
2015-09-15 Jason Ekstrandi965/vec4: Use the replicated fdot instruction in NIR
2015-09-15 Jason Ekstrandnir: Add a fdot instruction that replicates the result...
2015-09-15 Jason Ekstrandnir/lower_vec_to_movs: Coalesce movs on-the-fly when...
2015-09-15 Jason Ekstrandnir/lower_vec_to_movs: Get rid of start_idx and swizzle...
2015-09-15 Jason Ekstrandi965/vec4_nir: Use partial SSA form rather than full...
2015-09-15 Jason Ekstrandnir/lower_vec_to_movs: Handle partially SSA shaders
2015-09-15 Jason Ekstrandnir/lower_vec_to_movs: Pass the shader around directly
2015-09-15 Jason Ekstrandi965/fs: Add a very basic validation pass
2015-09-15 Jason Ekstrandi965/fs_surface_builder: Only apply predicate to compon...
2015-09-15 Jason Ekstrandi965/fs: Only read output_components many components...
2015-09-15 Jason Ekstrandi965/fs: Set output_components for lowered clip distanc...
2015-09-15 Nanley Cherymesa/teximage: restrict GL_ETC1_RGB8_OES support to...
2015-09-15 Nanley Cherymesa/extensions: restrict GL_OES_EGL_image to GLES
2015-09-15 Nanley Cherymesa/extensions: restrict luminance alpha formats to...
2015-09-15 Thomas Hellstromgallium/svga: Enable PIPE_FORMAT_L8_UNORM for vgpu10
2015-09-15 Emil Velikovegl/dri2: don't leak the fd on dri2_terminate
2015-09-15 Emil Velikovegl/dri2/drm: compact existing device mgmt
2015-09-15 Matt Turneregl/dri2: Close file descriptor on error.
2015-09-15 Ray Strodegbm: convert gbm bo format to fourcc format on dma...
2015-09-14 Kristian Høgsberg... i965: Move perf_debug code to brw_codegen_*_prog()
2015-09-14 Kristian Høgsberg... i965: Move brw_fs_precompile() to brw_wm.c
2015-09-14 Kristian Høgsberg... i965: Move compute shader code around
2015-09-14 Anuj Phogatmeta: Abort meta pbo path if TexSubImage need signed...
2015-09-14 Ilia Mirkinnvc0/ir: start offset at texBindBase for txq, like...
2015-09-14 Eric Anholtvc4: Fix build from recent NIR cleanups.
2015-09-14 Antia Puentesi965/vec4_nir: Load constants as integers
2015-09-14 Antia Puentesi965/vec4: Fix saturation errors when coalescing registers
2015-09-13 Ilia Mirkinst/mesa: emit TXQS, support ARB_shader_texture_image_sa...
2015-09-13 Ilia Mirkinr600g: add support for TXQS tgsi opcode
2015-09-13 Ilia Mirkinnv50/ir: add support for TXQS tgsi opcode
2015-09-13 Ilia Mirkingallium: add PIPE_CAP_TGSI_TXQS to let st know if TXQS...
2015-09-13 Ilia Mirkintgsi: add a TXQS opcode to retrieve the number of textu...
2015-09-13 Jordan Justenglsl/cs: Initialize gl_LocalInvocationIndex in main()
2015-09-13 Jordan Justenglsl/cs: Exclude gl_LocalInvocationIndex from builtin...
2015-09-13 Jordan Justenglsl/cs: Initialize gl_GlobalInvocationID in main()
2015-09-13 Jordan Justenglsl: Move link_get_main_function_signature to a common...
2015-09-13 Jordan Justenglsl/cs: Don't strip gl_GlobalInvocationID and dependencies
2015-09-13 Jordan Justeni965/nir: Support gl_WorkGroupID variable
2015-09-13 Jordan Justeni965/cs: Initialize gl_WorkGroupID variable from payload
2015-09-13 Jordan Justennir: Add gl_WorkGroupID system variable
2015-09-13 Jordan Justenglsl/cs: Add gl_WorkGroupID variable
2015-09-13 Jordan Justeni965/nir: Support gl_LocalInvocationID variable
2015-09-13 Jordan Justeni965/cs: Initialize gl_LocalInvocationID from payload
2015-09-13 Jordan Justeni965/cs: Initialize gl_LocalInvocationID in push consta...
2015-09-13 Jordan Justeni965/cs: Reserve local invocation id in payload regs
2015-09-13 Jordan Justennir: Add gl_LocalInvocationID variable
2015-09-13 Jordan Justenglsl/cs: Add gl_LocalInvocationID variable
2015-09-13 Krzesimir Nowaksoftpipe: Change faces type to uint
2015-09-13 Rob Clarkfreedreno/ir3: fix compile warn after 1807a08e
2015-09-13 Rob Clarkfreedreno/ir3: fix compile break after a4aa25be
2015-09-13 Rob Clarknir: add nir_channel() to get at single components...
2015-09-13 Rob Clarktgsi/scan: add support to figure out max nesting depth
2015-09-12 Kai Wasserbächr600: Fix llvm build since const buffer changes
2015-09-12 Jason Ekstrandi965/vec4: Don't reswizzle hardware registers
2015-09-12 Jason Ekstrandi965/emit: Add assertions for accumulator restrictions
2015-09-12 Glenn Kennardr600: Enable fp64 on chips with native support
2015-09-12 Glenn Kennardr600g: Support I2D/U2D/D2I/D2U
2015-09-12 Dave Airlier600g: lower number of driver const buffers
2015-09-12 Dave Airlier600: define some values for the fetch constant offsets.
2015-09-11 Krzesimir Nowaksoftpipe: Constify variables
2015-09-11 Krzesimir Nowaksoftpipe: Constify sp_tgsi_sampler
2015-09-11 Krzesimir Nowaksoftpipe: Constify sampler and view parameters in mip...
2015-09-11 Krzesimir Nowaksoftpipe: Constify sampler and view parameters in img...
2015-09-11 Krzesimir Nowaktgsi, softpipe: Constify tgsi_sampler in query_lod...
2015-09-11 Krzesimir Nowaksoftpipe: Constify some sampler and view parameters
2015-09-11 Krzesimir Nowaksoftpipe: Move the faces array from view to filter_args
2015-09-11 Jason Ekstrandnir/from_ssa: Use instr_rewrite_dest
2015-09-11 Jason Ekstrandnir: Add a function for rewriting instruction destinations
2015-09-11 Jason Ekstrandnir: Only unlink sources that are actually valid
2015-09-11 Jason Ekstrandnir: Remove the mem_ctx parameter from ssa_def_rewrite_uses
2015-09-11 Jason Ekstrandnir: Fix a bunch of ralloc parenting errors
2015-09-11 Jason Ekstrandnir/lower_outputs_to_temporaries: Reparent the output...
2015-09-11 Alejandro Piñeiroi965/vec4: check writemask when bailing out at register...
2015-09-11 Brian Paultgsi,softpipe: capitalize the tgsi_sampler_control...
2015-09-11 Kenneth Graunkenir: Store some geometry shader data in nir_shader.
2015-09-11 Kenneth Graunkenir/builder: Add nir_load_var() and nir_store_var(...
next