glsl/ast/ir: Add 64-bit integer constant support
[mesa.git] / src / gallium /
2017-01-20 Marek OlšákRevert "radeonsi: reject invalid vertex element formats"
2017-01-20 Philipp Zabelgallium: add pipe_screen::resource_changed callback...
2017-01-20 Philipp Zabeletnaviv: implement resource_changed to invalidate inter...
2017-01-20 Philipp Zabeletnaviv: initialize seqno of imported resources
2017-01-20 Philipp Zabelst/dri: ask the driver to update its internal copies...
2017-01-20 Philipp Zabelgallium: add pipe_screen::resource_changed
2017-01-20 Samuel Pitoisetgallium/hud: add missing break in hud_cpufreq_graph_ins...
2017-01-19 Marek Olšákradeonsi: reject invalid vertex element formats
2017-01-19 Marek Olšákradeonsi: don't forget to add HTILE to the buffer list...
2017-01-19 Nayan Deshmukhst/vdpau: only send buffers with B8G8R8A8 format to X
2017-01-19 Nicolai Hähnleradeonsi: fix texture gather on stencil textures
2017-01-19 Zachary Michaelsradeonsi: Always leave poly_offset in a valid state
2017-01-19 Dave Airliegallivm: use #ifdef not #if for PIPE_ARCH_BIG_ENDIAN
2017-01-18 Marek Olšákradeonsi: determine in advance which VBOs should be...
2017-01-18 Marek Olšákradeonsi: use fewer pointer dereferences in upload_vert...
2017-01-18 Marek Olšákradeonsi: reject invalid vertex buffer indices at state...
2017-01-18 Marek Olšákradeonsi: use a global dirty mask for shader pointers
2017-01-18 Marek Olšákradeonsi: use a bitmask-based loop in si_decompress_tex...
2017-01-18 Marek Olšákradeonsi: skip an unnecessary mutex lock for L2 prefetches
2017-01-18 Marek Olšákradeonsi: si_cp_dma_prepare is a no-op for L2 prefetches
2017-01-18 Marek Olšákradeonsi: add SI_CPDMA_SKIP_BO_LIST_UPDATE
2017-01-18 Marek Olšákradeonsi: use the correct target machine when building...
2017-01-18 Marek Olšákradeonsi: move shader pipe context state into a separat...
2017-01-18 Christian GmeinerRevert "etnaviv: Fake occlusion query capability"
2017-01-18 Mauro Rossiandroid: ac/debug: move sid_tables.h generation and...
2017-01-18 Mauro Rossiandroid: gallium/auxiliary: fix building error in Andro...
2017-01-18 Mauro Rossiandroid: radeonsi: fix LLVMInitializeAMDGPU* functions...
2017-01-18 Mauro Rossiandroid: radeon: fix LLVMInitializeAMDGPU* functions...
2017-01-18 Emil Velikovnouveau: remove always false argument in nouveau_fence_...
2017-01-18 Emil Velikovgallium: correctly manage libsensors link flags
2017-01-18 Wladimir J. van... etnaviv: Fake occlusion query capability
2017-01-18 Christian Gmeineretnaviv: add flags parameter to texture barrier
2017-01-18 Christian Gmeineretnaviv: handle PIPE_CAP_TGSI_FS_FBFETCH
2017-01-18 Roland Scheideggergallivm: (trivial) fix copy/paste bug with big endian...
2017-01-18 Jose Fonsecaconfigure.ac: Revert recent HAVE_LLVM changes.
2017-01-18 Tobias Drosteconfigure.ac: Set and use HAVE_GALLIUM_LLVM define
2017-01-18 Jose Fonsecagallivm: Cleanup USE_MCJIT.
2017-01-17 Marek Olšákradeonsi: for the tess barrier, only use emit_waitcnt...
2017-01-17 Nayan Deshmukhst/vdpau: remove the delayed rendering hack(v1.1)
2017-01-17 Nayan Deshmukhst/vdpau: use dri3 to directly send the buffer to X(v2)
2017-01-17 Nayan Deshmukhvl/dri3: use external texture as back buffers(v4)
2017-01-17 Ilia Mirkinnv50/ir: optimize shl + and
2017-01-17 Ilia Mirkinnvc0: enable FBFETCH with a special slot for color...
2017-01-17 Ilia Mirkingallium: add flags parameter to texture barrier
2017-01-17 Ilia Mirkingallium: add PIPE_CAP_TGSI_FS_FBFETCH
2017-01-17 Ilia Mirkingallium: add FBFETCH opcode to retrieve the current...
2017-01-16 Ilia Mirkinnvc0: true up exposing of the HW_METRIC_QUERY_GROUP...
2017-01-16 Ilia Mirkinnv50/ir: handle new DDIV op which will be used for...
2017-01-16 Nicolai Hähnletgsi: add DDIV instruction
2017-01-16 Nicolai Hähnleradeonsi: fix R600_DEBUG=nooptvariant
2017-01-16 Marek Olšákradeonsi: implement GL_FIXED vertex format
2017-01-16 Marek Olšákradeonsi: implement 32-bit SNORM/UNORM/SSCALED/USCALED...
2017-01-16 Marek Olšákradeonsi: make fix_fetch 64-bit
2017-01-16 Thomas Hindoe Paab... gallium/hud: avoid buffer overrun
2017-01-16 Marek Olšákgallium/radeon: add GPU-shaders-busy HUD query
2017-01-16 Marek Olšákgallium/radeon: make the GPU load / GRBM_STATUS monitor...
2017-01-16 Marek Olšákradeonsi: show average results per frame for perf count...
2017-01-16 Marek Olšákgallium/hud: disable queries during HUD draw calls
2017-01-16 Marek Olšákgallium/hud: increase the vertex buffer size for backgr...
2017-01-16 Nayan Deshmukhst/va: delay calling begin_frame until we have all...
2017-01-15 Ilia Mirkinnvc0/ir: emit FMZ flag when requested on FFMA
2017-01-13 sguttulast/va: flush pipeline after post processing
2017-01-13 Samuel Pitoisetradeonsi: replace si_shader_context::soa by bld_base
2017-01-13 Samuel Pitoisetradeonsi: replace ctx->soa.outputs by ctx->outputs
2017-01-13 Samuel Pitoisetradeonsi: move si_shader_context::soa::addr to si_shade...
2017-01-13 Samuel Pitoisetradeonsi: allocate the array of immediates dynamically
2017-01-13 Ilia Mirkinnvc0/ir: only try to check for zero LOD if we aren...
2017-01-13 Ilia Mirkinnouveau: take extra push space into account for pushbuf...
2017-01-12 Nicolai Hähnleradeonsi: remove unused si_prepare_cube_coords
2017-01-12 Nicolai Hähnleamd/common: unify cube map coordinate handling between...
2017-01-12 Nicolai Hähnleradeonsi: only touch first three coordinates in si_prep...
2017-01-12 Nicolai Hähnleradeonsi: remove unused si_llvm_cube_to_2d_coords
2017-01-12 Nicolai Hähnleradeonsi: restrict cube map derivative computations...
2017-01-12 Nicolai Hähnleradeonsi: communicate cube map coordinates more explicitly
2017-01-12 Grazvydas Ignotasac/debug: move .gitignore for sid_tables.h too
2017-01-12 Chuck Atkinsglx: Add missing glproto dependency for gallium-xlib glx
2017-01-12 Emil Velikovac, radeonsi: automake: add missing builddir include
2017-01-12 Axel Davyst/nine: Protect dtors with mutex
2017-01-12 Axel Davyst/nine: Flush the queue at device dtor
2017-01-12 Axel Davyst/nine: Process pending commands on Reset
2017-01-12 Axel Davyst/nine: Flush pending commands if needed for surface9...
2017-01-12 Axel Davyst/nine: Rework CreatePipeSurface
2017-01-12 Axel Davyst/nine: Remove duplicated checks
2017-01-12 Masanori Kakurast/nine: Don't call u_box_union_* when dirty region...
2017-01-12 Emil Velikovwinsys/etnaviv: automake: introduce Makefile.sources
2017-01-12 Emil Velikovetnaviv: automake: include all files in the sources...
2017-01-12 Christian Gmeinerimx: gallium driver for imx-drm scanout driver
2017-01-12 The etnaviv authorsetnaviv: gallium driver for Vivante GPUs
2017-01-12 Christian Gmeinergallium: add renderonly library
2017-01-12 George KyriazisAlways defer memory free in swr_resource_destroy
2017-01-12 Samuel Pitoisetnvc0: enable GL 4.3 on gm107+
2017-01-12 Samuel Pitoisetnvc0: use sched control codes for gm107 MP counters...
2017-01-12 Samuel Pitoisetnvc0: use sched control codes for gm107 blitter shader
2017-01-12 Samuel Pitoisetnv50/ir: use sched control codes for gm107 builtins
2017-01-12 Samuel Pitoisetnv50/ir: improve instruction pipelining on gm107
2017-01-12 Samuel Pitoisetnv50/ir: do not insert texture barriers on gm107
2017-01-12 Nicolai Hähnleradeonsi: num_records is in units of stride for swizzle...
2017-01-12 Pierre Moreauclover: Check for executables before enqueueing a kernel
2017-01-11 Li Qianggallium/tgsi: fix overflow in parse property
2017-01-11 Mauro Rossist/dri: remove trailing whitespace
next